create-stories
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs routine software engineering tasks such as reading project documentation and generating implementation stories based on those documents.
- [COMMAND_EXECUTION]: The skill utilizes the
Tasktool to invoke a secondary agent (qa-lead) for a quality assurance gate. This is a legitimate architectural pattern within the defined project workflow and does not involve arbitrary shell execution or untrusted command injection. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it ingests content from project files (GDDs, ADRs, and manifests) to generate its output.
- Ingestion points:
SKILL.mdreads fromdesign/gdd/*.md,production/epics/*.md, anddocs/architecture/*.md. - Boundary markers: No explicit delimiters are used to wrap the ingested content when passing it to the agent or the secondary
qa-leadagent. - Capability inventory: The skill has
Writeaccess to the filesystem (to create stories) and the ability to spawn agents via theTasktool. - Sanitization: The skill mitigates risks through a mandatory human-in-the-loop review (
AskUserQuestionin Step 5) where the user must approve the generated stories before they are written to disk.
Audit Metadata