milestone-review
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection vulnerability surface by ingesting and processing untrusted data from the project environment.
- Ingestion points: The skill reads milestone definitions from
production/milestones/, sprint reports fromproduction/sprints/, and scans the codebase forTODO,FIXME, andHACKmarkers using the Grep tool (Phase 1 and 2). - Boundary markers: Absent. There are no instructions or delimiters defined to ensure the agent ignores or isolates potential instructions embedded within the ingested data.
- Capability inventory: The skill utilizes
Read,Glob,Grep,Write,Task, andAskUserQuestion. TheTasktool is used to invoke a 'producer' agent, which is passed data derived from the untrusted sources. - Sanitization: No sanitization, escaping, or validation of the external content is performed before it is interpolated into the milestone review or passed to subsequent tasks.
Audit Metadata