AgentDB Learning Plugins
Audited by Socket on Mar 3, 2026
1 alert found:
SecurityThe provided documentation itself is not malicious code, but it describes workflows that rely on executing remote packages and installing templates via npx and AgentDB. Primary issues are supply-chain and operational risks: unpinned 'npx ...@latest' usage, transitive code execution via templates/plugins, lack of guidance on vetting/pinning, unspecified network behavior for federated/multi-agent features, and storage of potentially sensitive experience data without recommended protections. Recommended mitigations: avoid unpinned npx invocations in sensitive environments (pin versions), audit/package-source code before running, vet and sign plugin templates, apply encryption and access controls for the local DB, limit or require confirmation for automated periodic training, and inspect the agentic-flow package for telemetry or outbound network activity before trusting it with private data.