recipe-implement
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data which influences the orchestrator's decision-making flow and subsequent tool usage.
- Ingestion points: The
$ARGUMENTSvariable is used inSKILL.mdto evaluate the current situation and determine the next workflow step. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore or escape instructions potentially embedded within the
$ARGUMENTSinput. - Capability inventory: The skill is capable of executing shell commands for version control and file deletion, and it delegates code-writing tasks to the
task-executorsub-agent. - Sanitization: No sanitization, filtering, or validation logic is defined for the input data before it is interpolated into the decision logic.
- [COMMAND_EXECUTION]: The skill explicitly directs the agent to perform operations via a shell environment.
- Evidence: The execution protocol for the 'Task Execution Quality Cycle' requires the agent to 'execute with Bash' for git commits. Additionally, the 'Final Cleanup' section requires the deletion of files in the
docs/plans/tasks/directory using filesystem commands.
Audit Metadata