phase
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill propagates user input from the
$ARGUMENTSvariable into several files that control the behavior of subagents, such asprd.jsonandCLAUDE.md. * Ingestion points: The engineering task description enters the context via the$ARGUMENTSparameter. * Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present when user input is interpolated. * Capability inventory: The skill and its subagents have access to powerful tools likeBash,Write, andEdit. * Sanitization: There is no evidence of sanitization or validation performed on the input before it is used to define subagent tasks. - [COMMAND_EXECUTION]: The skill generates and executes shell scripts locally to orchestrate its phases. In Phase 3b, it creates
ralph-loop.shfor each workspace, which is then executed in Phase 3c. It also invokes a localsugarCLI tool for managing git workspaces and codebase state.
Audit Metadata