planning-doc
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions require the agent to execute a command provided in the
Validate:field of thePLAN.mdfile. This creates an indirect prompt injection surface where the agent might obey instructions embedded in data. - Ingestion points: The agent retrieves data from
PLAN.mdlocated in thedocs/plans/directory using theReadorGreptools. - Boundary markers: No boundary markers or explicit instructions to ignore nested commands are provided in the skill instructions.
- Capability inventory: The agent has access to
Bash(restricted togitcommands),Read,Glob, andGreptools. - Sanitization: The skill does not implement sanitization for the extracted validation command string before it is passed to the shell.
- [COMMAND_EXECUTION]: The skill relies on executing shell commands to manage git state, detect drift, and validate task completion. While these are necessary for the skill's purpose, the execution of dynamic content from files increases the overall attack surface.
Audit Metadata