bmad
Fail
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
scripts/install.shandSETUP.mdfiles instruct the agent to executecurl -sSfL https://plannotator.ai/install.sh | sh. This pattern is high-risk as it allows an external server to execute arbitrary code on the host machine without verification. - [EXTERNAL_DOWNLOADS]: The skill downloads tools from
https://plannotator.ai, which is an unverified external source not associated with trusted vendors. - [DATA_EXFILTRATION]: The
scripts/phase-gate-review.shutility reads project documentation and transmits the full content to an external service atplannotator.ai. - [COMMAND_EXECUTION]: The skill uses
python3 -cto execute dynamic code blocks within its management scripts, creating potential risks if document structures are manipulated. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection by processing project files from the
docs/directory without sanitization or boundary markers, which could allow malicious instructions in those files to redirect the agent's behavior. Evidence chain: 1. Ingestion:docs/*.md; 2. Boundaries: Absent; 3. Capabilities: Bash tool and network submission; 4. Sanitization: Absent.
Recommendations
- HIGH: Downloads and executes remote code from: https://plannotator.ai/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata