terminal-specific-art-fallbacks-8b9b6e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited terminal-specific-art-fallbacks-8b9b6e (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Domain: terminal-ui Trigger: When the same brand art must render on Apple Terminal, xterm, and other hosts with different Unicode/color capabilities while preserving the mascot identity. Source Pattern: Distilled from reviewed terminal rendering and compatibility patterns.
Detect the terminal host (e.g., via env.terminal) before rendering and prepare specialized fragments for hosts that need them. Use a default art path for general terminals but route sensitive fragments (eye shapes, raised arms, background fills) through the host-specific data, keeping the fallback path centered on the default segments so the identity stays consistent even when the terminal cannot express the fancy fragments.
APPLE_EYES set; others reuse POSES) so hosts with different capabilities stay readable.If your release banner has env.terminal === "Apple_Terminal" users and others, detect the host early, feed Apple with background-filled eye fragments, and serve the general Unicode art to everyone else while maintaining the same mascot name, spacing, and pose structure.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.