ambit-cli
Warn
Audited by Snyk on Mar 9, 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's "deploy" template mode explicitly fetches and extracts templates from arbitrary GitHub repositories via the tarball API (see "npx @cardelli/ambit deploy --template" and "Template reference format"), which are public, user-generated sources that the CLI reads and uses to drive deployment decisions and actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). Yes — the skill's template mode fetches GitHub repositories at runtime (e.g., ToxicPine/ambit-templates/chromatic fetched via the GitHub tarball API), and those fetched templates (fly.toml, Dockerfile, etc.) directly control what is built/deployed and can execute remote code on deploy.
Audit Metadata