Caveat verdict
adk
botpress-adk
Accesses credentials AND makes external network calls
Botpress ADK is a documented TypeScript framework guide for building AI bots with conventional file-based structure; network and package capabilities are expected for a bot development SDK, and no exfiltration or malicious patterns are present.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://github.com/botpress/adk/releases/latest/download/install.sh |
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
Popular HTTP library — network access
SKILL.md · code · got
Accesses sensitive environment variables
SKILL.md · code · process.env.API_KEY
References agent configuration files
SKILL.md · prose · downgraded · agent-config
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/E). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_inpackage_installcredential_access Thanks — recorded.