bmad-orchestrator
Warn
Audited by Snyk on Mar 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill submits phase documents to the external plannotator service (plannotator.ai) and opens its browser UI (see scripts/phase-gate-review.sh, SETUP.md, and install.sh), where arbitrary third‑party user annotations/approvals are ingested and used to decide phase transitions and agent actions, exposing the agent to untrusted content that could drive behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installer (scripts/install.sh) executes remote code via curl -sSfL https://plannotator.ai/install.sh | sh to install the plannotator CLI, which the skill then invokes for phase-gate reviews (plannotator submit), meaning a runtime setup step fetches and executes external code from https://plannotator.ai/install.sh.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata