create-stories
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it reads and processes untrusted content from multiple project files to drive its logic and output.
- Ingestion points: The skill reads data from
EPIC.md, GDD files indesign/gdd/, ADR files indocs/architecture/,control-manifest.md,tr-registry.yaml, andqa-plan-*.md. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat the content of these files as untrusted or to ignore any instructions embedded within them.
- Capability inventory: The skill uses the
Writetool to create new specification files, theTasktool to spawn sub-agents (qa-lead), and themcp__backlog__task_createtool to interact with an external project management system. - Sanitization: The skill does not perform any escaping, filtering, or validation of the ingested text before interpolating it into story files or task metadata.
Audit Metadata