svg
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requests Bash permissions restricted to
svgoandnpxprefixes inSKILL.mdto facilitate SVG optimization and management. - [EXTERNAL_DOWNLOADS]: The documentation in
modules/svg-optimization.mdsuggests installingsvgovianpmand theallowed-toolsconfiguration permits the use ofnpx, which involves downloading and executing external code from the npm registry. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection (Category 8) because it processes SVG files that can be retrieved via
WebFetch. Maliciously crafted SVGs could contain embedded scripts or instructions designed to influence the agent's behavior. - Ingestion points: SVG data processed through the
svgotool andRead/WebFetchtools. - Boundary markers: None explicitly mentioned in the instructions to the agent for handling untrusted data.
- Capability inventory: Subprocess execution via
svgoandnpx, file read/write access for SVG files, and network fetching viaWebFetch. - Sanitization: The primary purpose of the skill includes using
svgofor optimization, which acts as a form of sanitization for SVG content.
Audit Metadata