bmad-walkthrough
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
uv runto execute local scripts located in{project-root}/_bmad/scripts/for resolving customizations and configurations. It also executesgit diff,git diff --stat, andgh pr viewto gather information about repository changes. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by ingesting untrusted data from the codebase, including diffs, pull request details, and project artifacts like sprint status files.
- Ingestion points: Data is sourced from git diffs, the
ghCLI output, and project-level files via thepersistent_factsconfiguration. - Boundary markers: There are no explicit instructions to use delimiters or ignore instructions embedded within the ingested data.
- Capability inventory: The skill can execute commands via
uv,git, andghtools. - Sanitization: There is no evidence of input validation or content filtering for the data processed during the walkthrough.
Audit Metadata