writing-plans
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and propagates content from potentially untrusted
bdd-specs.mdfiles into newly created task files without sanitization. - Ingestion points: Content is ingested from
bdd-specs.mdlocated within the design folder (as seen in Phase 1 and Phase 2 of SKILL.md). - Boundary markers: Tasks are structured using Gherkin blocks (Given/When/Then), but the text within those blocks is not validated for malicious instructions before being written to task files.
- Capability inventory: The skill performs file system write operations (creating task markdown files), executes
gitcommands (SKILL.md), and invokes thesuperpowers:executing-plansskill tool. - Sanitization: There is no evidence of sanitization, filtering, or validation of the input scenario text before it is used to generate the output task files.
- [COMMAND_EXECUTION]: The skill mandates the use of Git commands for managing the implementation plan documentation.
- Evidence: SKILL.md includes a mandatory "Git Commit" section requiring the execution of
git addandgit commitfor the generated plan folder.
Audit Metadata