recipe-task
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill interpolates user-provided
$ARGUMENTSdirectly into the prompt for thedev-workflows:rule-advisorsubagent inSKILL.md. The output from this subagent is then used to define the task essence, select rules, and create the initial task list viaTaskCreate. A malicious task description could manipulate the subagent's planning process to influence subsequent agent actions. - Ingestion points:
$ARGUMENTSvariable inSKILL.mdused in Step 1. - Boundary markers: Absent; there are no delimiters or instructions to the subagent to ignore potential commands within the user input.
- Capability inventory: Subagent calls to
dev-workflows:rule-advisor, and task management viaTaskCreateandTaskUpdatetools. - Sanitization: No validation, escaping, or filtering is performed on the input before it is passed to the subagent.
Audit Metadata