art
Warn
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill process involves spawning a sub-agent to draft art and then executing that code via
node -ein the terminal. This creates a direct path for arbitrary code execution on the host machine using theBashtool. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted user input to define the art's subject and mood, which is then used by a sub-agent to generate executable code.
- Ingestion points: User vision/intent input gathered in Step 1 (SKILL.md).
- Boundary markers: None identified; user input is passed directly to the art generation process.
- Capability inventory: The skill uses the
Bashtool to runnode -eand theAgenttool to spawn sub-agents across all scripts (SKILL.md). - Sanitization: No evidence of input validation, escaping, or sandboxing for the generated JavaScript code.
Audit Metadata