AgentDB Performance Optimization
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions to use
npx agentdb@latest, which downloads and executes the latest version of theagentdbpackage from the npm registry. - [COMMAND_EXECUTION]: Provides instructions for running shell commands for benchmarking and database statistics, specifically
npx agentdb@latest benchmarkandnpx agentdb@latest stats. - [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by facilitating the ingestion and retrieval of external vector data.
- Ingestion points: Data enters the system via the
retrieveWithReasoningandinsertPatternmethods as seen inSKILL.md. - Boundary markers: The provided examples do not demonstrate the use of delimiters or instructions to ignore instructions embedded in the retrieved content.
- Capability inventory: The skill enables file system access for database storage and performs pattern retrieval and consolidation operations.
- Sanitization: There is no evidence of sanitization or validation of the retrieved vector data before it is used in reasoning processes.
Audit Metadata