finalize-plan
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by processing untrusted data from local
.analysis.mdfiles to drive automated sub-agent workflows. - Ingestion points: In
SKILL.md(Step 1.5), the agent extracts Acceptance Criteria (AC) and MECE analysis results from a file following the naming convention{Plan File Path}.analysis.md. - Boundary markers: Absent. The skill lacks robust delimiters or explicit instructions to treat the extracted file content as data rather than instructions, which could lead to sub-agent manipulation.
- Capability inventory: The skill delegates tasks to sub-agents with significant capabilities. Specifically,
manual-qa-planner.mduses Chrome DevTools MCP tools (navigate_page,fill,click) for browser automation, andauto-qa-planner.mdusesRead,Glob, andGrepfor filesystem analysis.branch-planner.mdalso usesBashrestricted to git operations. - Sanitization: Absent. There is no evidence of validation or sanitization of the extracted content before it is interpolated into the prompts for the general-purpose sub-agents.
Audit Metadata