brainstorm
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided ideas and reads local documentation (e.g., plan-critic.md, interview-engine.md) to facilitate dialogue. While this ingestion represents a theoretical attack surface for indirect prompt injection, the risk is mitigated by the skill's restricted environment.
- Ingestion points: User input in chat and file system access via
Read,Glob, andGreptools. - Boundary markers: No specific boundary markers or delimiters are defined for processing external data.
- Capability inventory: The skill is limited to
Read,Glob,Grep,Agent, andAskUserQuestion. It explicitly omitsWrite,Edit, andBashto prevent file modifications or command execution. - Sanitization: No explicit sanitization is described, but the architectural restriction to read-only tools and a read-only subagent ('Explore') significantly limits the impact of any potential injection.
- [COMMAND_EXECUTION]: The skill's configuration explicitly omits the
Bashtool and restricted subagent types to ensure no shell commands can be executed during the brainstorming process.
Audit Metadata