AgentDB Learning Plugins
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions direct the user to run
npx agentdb@latest. This command fetches theagentdbpackage from the NPM registry at runtime. - [REMOTE_CODE_EXECUTION]: Use of
npx agentdb@latestresults in the execution of binaries downloaded from a remote repository. The package is unversioned (using thelatesttag), which increases the risk of executing breaking changes or malicious updates from the package registry. - [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by ingesting experience data into a reasoning system using
adapter.insertPatternandadapter.retrieveWithReasoning. - Ingestion points: Untrusted experience data is stored via
adapter.insertPatternin theSKILL.mdexamples. - Boundary markers: The provided code examples do not demonstrate the use of delimiters or warnings to prevent the agent from following instructions embedded within the training patterns.
- Capability inventory: The skill interacts with the local file system to store the database (
.agentdb/learning.db) and executes CLI tools vianpx. - Sanitization: There is no evidence of sanitization or validation of the
pattern_datafield before it is processed by the reasoning engine, potentially allowing malicious payloads to influence agent outputs.
Audit Metadata