branding
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches font assets from Google's official GitHub repository (
raw.githubusercontent.com/google/fonts). This is an expected source for project assets in a branding workflow. - [COMMAND_EXECUTION]: Uses standard command-line utilities for image manipulation and system interaction, such as
inkscape,magick(ImageMagick),sed, andopen. These tools are utilized for their intended purposes to process SVGs and display local previews. - [SAFE]: The skill demonstrates defensive coding practices by explicitly instructing the agent to use safe DOM APIs (such as
textContent) for generated HTML and to clean up temporary files created during the preview process.
Audit Metadata