release-checklist
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from the local filesystem to populate the release checklist, which creates a surface for indirect prompt injection if those files contain malicious instructions.
- Ingestion points: Reads project context from
CLAUDE.md, milestone data fromproduction/milestones/, and scans the codebase forTODO,FIXME, andHACKcomments. - Boundary markers: Absent. The instructions do not define delimiters or provide guidance to the agent to ignore instructions embedded within the processed project files.
- Capability inventory: The skill uses
Read,Glob,Grep, andWritetools to interact with the project environment. - Sanitization: Absent. Content retrieved from the codebase is interpolated directly into the markdown report without validation or escaping.
Audit Metadata