agentdb-performance-optimization
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Unverifiable Dependencies (MEDIUM): The skill requires the installation of the
agentic-flownpm package and thenumpyPython package, neither of which are from the list of trusted organizations. It also references several production scripts in its documentation (such asquantize_vectors.py,cache_optimize.py, andbatch_ops.py) that are missing from the provided file list, meaning their logic cannot be verified. - Dynamic Execution (LOW): The script
resources/scripts/hnsw_tuning.shgenerates TypeScript configuration and benchmark files at runtime. Although the script uses a strict whitelist (case statement) to validate input parameters for the dataset size, the generation and subsequent instruction to execute these files is a pattern that requires caution. - Data Exposure & Exfiltration (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network communication patterns were detected in the provided files.
- Privilege Escalation (SAFE): The documentation recommends
chmod +xfor the skill's own scripts to enable execution, which is considered a standard and expected setup procedure.
Audit Metadata