skills/tryopendata/skills/svg-design/Gen Agent Trust Hub

svg-design

Pass

Audited by Gen Agent Trust Hub on Apr 8, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute local system commands to facilitate the design review process.
  • Evidence: Instructions in SKILL.md and references/editing-workflow.md tell the agent to open a generated file using open preview.html (macOS) or xdg-open preview.html (Linux).
  • Context: These commands are used to provide the user with a visual preview of SVG variants created by the agent.
  • [EXTERNAL_DOWNLOADS]: Reference materials recommend the use of external tools for SVG optimization.
  • Evidence: references/optimization.md suggests installing the svgo utility via npm install -g svgo.
  • Context: svgo is an industry-standard open-source tool for optimizing vector graphics.
  • [SAFE]: The skill generates an HTML template containing JavaScript for local interaction.
  • Evidence: references/editing-workflow.md provides a template for preview.html with scripts for image comparison and a 3-second polling loop for cache-busting.
  • Context: The script logic is confined to local DOM manipulation and uses standard browser APIs (setInterval, querySelectorAll, Date.now) for legitimate workflow improvements.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 8, 2026, 09:52 AM