review-plan
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted plan files.
- Ingestion points: The skill reads the content of an external plan file specified via the
Pathargument in Step 1. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands when passing the plan content to the sub-agents in Step 3.
- Capability inventory: The skill can spawn five parallel agents using the
Tasktool, load additional skills using theSkilltool, and write review reports to the local file system. - Sanitization: The skill does not perform any sanitization, validation, or escaping of the input plan content before it is interpolated into the prompts for the sub-agents.
- [COMMAND_EXECUTION]: While the skill orchestrates other agents, it does not directly execute arbitrary shell commands. It uses platform-specific
TaskandSkilltools to perform its logic.
Audit Metadata