decompose
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it ingests untrusted user goals and existing project file content to generate instructions for subsequent agent runs.
- Ingestion points: User-provided goals via the
$ARGUMENTSplaceholder and project files accessed throughRead,Grep, andGlobtools. - Boundary markers: The skill outputs a strict JSON manifest which provides structural delimitation; however, it lacks explicit instruction to sanitize or ignore embedded instructions within the user-provided goal field.
- Capability inventory: The tool is permitted to create directories (
mkdir) and write files (Write) within the project's.claude/squad/runs/directory. - Sanitization: No specific sanitization or filtering logic is defined for the ingested data before it is written into the manifest's
goalorrationalefields. - Mitigation: The risk is considered low and consistent with the skill's primary purpose of planning and task translation; the limited toolset (restricted
Bashand fileWriteaccess) prevents direct exploitation at the planning stage.
Audit Metadata