generate-svg
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user-provided prompts and instructions which are passed to an external SVG generation model, creating an indirect prompt injection surface.
- Ingestion points: The
promptpositional argument and the--instructions,--references, and--imageflags inscripts/generate.tsaccept untrusted external input. - Boundary markers: No explicit boundary markers or 'ignore' instructions are used to delimit user input from system instructions in the provided script logic.
- Capability inventory: The skill utilizes the
writeFilecapability inscripts/generate.tsto save output to the filesystem. - Sanitization: The
outputPathvariable, derived from the user-controlled--outputflag, is not validated or restricted to a specific directory, potentially allowing for arbitrary file write or path traversal if the environment permissions are not constrained.
Audit Metadata