recipe-build
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as its core logic involves reading and executing instructions from task files within the project repository.
- Ingestion points: The orchestrator identifies and reads multiple task files from the
docs/plans/tasks/directory to drive the implementation cycle. - Boundary markers: The skill instructions mandate appending a "Scope boundary for subagents" block to every sub-agent prompt, which attempts to restrict the sub-agents' execution context to the specific task provided.
- Capability inventory: The skill is capable of invoking sub-agents via the
Agenttool, executinggit commitandgit diffoperations, and performing file deletions during the final cleanup phase. - Sanitization: No explicit sanitization or structural validation of the task file content is mentioned before it is processed by the agent or passed to sub-agents.
- [COMMAND_EXECUTION]: The skill is designed to perform command-line operations to manage code changes and project state.
- Evidence: It explicitly instructs the agent to execute
git committo finalize tasks andgit diff --name-onlyto identify implemented files for verification purposes. These actions are inherent to its role as a developer workflow tool but involve autonomous system modification.
Audit Metadata