AgentDB Learning Plugins
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Both links point to a third‑party project (an unknown ruv.io subdomain and a GitHub repo from an unrecognized user) and the skill directs users to run npx/install code from that source (which will fetch and execute remote npm code), so while not an explicit direct .exe download the combination is potentially risky unless the repo/package author, package contents, and npm ownership are verified.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill invokes npx agentdb@latest (runtime fetching and executing the agentdb npm package), which pulls and runs remote code (e.g., from the package registry https://registry.npmjs.org/agentdb or the repo https://github.com/ruvnet/agentic-flow/tree/main/packages/agentdb), so this is a runtime external dependency that can execute remote code.
Audit Metadata