goal
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by incorporating untrusted data from the local environment into the agent's instruction pipeline.
- Ingestion points: The skill reads project configuration from
CLAUDE.md(Step 1) and accepts arbitrary input from the user via$ARGUMENTS(Parse Arguments section). - Boundary markers: Data retrieved from external sources is interpolated directly into the session context and generated files without explicit delimiters or instructions to the model to ignore embedded commands.
- Capability inventory: The skill possesses the
Bash,Read, andWritetools, providing a significant capability surface if the model obeys instructions injected through the processed data. - Sanitization: While the
modeargument is validated against a whitelist, the{sprint_id}is extracted as a raw token and used in file paths, and the content ofCLAUDE.mdis processed without validation. - [COMMAND_EXECUTION]: Uses the system shell to perform environment discovery and filesystem maintenance.
- Evidence: Employs
grepandsedto parse project metadata and usesmkdir -pto ensure the existence of the.claude_plansdirectory.
Audit Metadata