bmad-brainstorming
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands such as
mkdirandcpto initialize and manage brainstorming session files within the user's workspace. These operations are localized to the configured output directory. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface through the ingestion of external data. 1. Ingestion points: The skill reads a user-provided
context_file(insteps/step-01-session-setup.md) and analyzes previously created session files (insteps/step-01b-continue.md). 2. Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands within the ingested files. 3. Capability inventory: The skill possesses file system access (read/write) and command execution capabilities (mkdir,cp) across the workspace which could be targeted if malicious content is processed. 4. Sanitization: No sanitization or validation of the content within thecontext_fileor session files is performed before processing.
Audit Metadata