btw
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by capturing raw user input via the
/btw {suggestion}command and storing it in.bkit/btw-suggestions.json. This untrusted data is later retrieved and processed by the/btw analyzeand/btw promotecommands to perform clustering, name generation, and as a seed for new skill creation. - Ingestion points: User input provided to the
/btwcommand is saved to.bkit/btw-suggestions.json(SKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands within the suggestion text are defined for the storage or analysis phases.
- Capability inventory: The agent uses Read, Write, and Bash tools to manage these suggestions and initiate the
skill-createpipeline. - Sanitization: There is no evidence of validation or sanitization of the suggestion content before it is used to influence the agent's logic in the analyze and promote steps.
Audit Metadata