favicon
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
magick,cp,mkdir, andwhichto process images and manage directories. These tools are explicitly listed in the frontmatter configuration. - Evidence:
magick -background none "$1" ...used to generate multi-resolution favicon files. - Evidence:
cp "$1" [STATIC_DIR]/favicon.svgused for SVG source files. - Evidence:
mkdirused to ensure the static assets directory exists.
Audit Metadata