art-director
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the Dagre layout library from the well-known jsDelivr CDN (
cdn.jsdelivr.net) within its HTML preview template. It also performs a standard connectivity check usingcurlto verify availability of the library. - [COMMAND_EXECUTION]: The skill uses common shell utilities for workspace management, including
mkdirfor directory setup,cpfor template copying, andpython3 -m http.serverto serve preview pages locally. It also employsrg(ripgrep) andgitfor project validation. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes external research files and user feedback. Evidence of this includes: (1) Ingestion points: The skill reads project
research/files and userfeedbacknodes. (2) Boundary markers: Iteration IDs and node labels are used to structure data, though explicit prompt delimiters for external text are absent. (3) Capability inventory: The agent has shell execution and file-write capabilities across the workspace. (4) Sanitization: The skill addresses this by instructing the agent to "Record a redacted feedback summary" and use "safe summaries" in logs to prevent raw feedback from overriding agent instructions.
Audit Metadata