bmad-cis-storytelling
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes
uv runto execute{project-root}/_bmad/scripts/resolve_customization.pyduring activation and after completion. These scripts resolve workflow settings and activation steps, which is standard for the author's framework but involves shell interaction with local scripts. - [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted data from configuration files and user context which could influence its behavior.
- Ingestion points: Data is loaded from
SKILL.mdreferenced files,{project-root}/_bmad/custom/TOML files, and user-supplied context data files. - Boundary markers: No explicit delimiters or safety instructions are used to separate ingested content from system-level instructions to prevent the agent from obeying instructions hidden in data.
- Capability inventory: The agent can execute shell commands through
uv runbased on values resolved from these configuration files, specifically throughactivation_stepsand theon_completekey. - Sanitization: The skill does not perform validation or sanitization on the configuration values before they are used to drive the workflow logic.
Audit Metadata