Skip to main content

Advanced AgentDB Vector Search Implementation

Implements advanced vector search systems using AgentDB with QUIC synchronization and hybrid search capabilities for enhanced performance.

Install this skill

or
86/100

Security score

The Advanced AgentDB Vector Search Implementation skill was audited on May 23, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 884

Fetch to external URL

SourceSKILL.md
884const healthResponse = await fetch('http://localhost:8080/health');
low line 727

Webhook reference - potential data exfiltration

SourceSKILL.md
727{ type: 'slack', webhook: process.env.SLACK_WEBHOOK },
low line 659

Access to .env file

SourceSKILL.md
659host: process.env.PRIMARY_HOST,
low line 660

Access to .env file

SourceSKILL.md
660port: parseInt(process.env.PRIMARY_PORT),
low line 664

Access to .env file

SourceSKILL.md
664{ host: process.env.REPLICA1_HOST, port: parseInt(process.env.REPLICA1_PORT) },
low line 665

Access to .env file

SourceSKILL.md
665{ host: process.env.REPLICA2_HOST, port: parseInt(process.env.REPLICA2_PORT) }
low line 727

Access to .env file

SourceSKILL.md
727{ type: 'slack', webhook: process.env.SLACK_WEBHOOK },
low line 728

Access to .env file

SourceSKILL.md
728{ type: 'pagerduty', apiKey: process.env.PAGERDUTY_KEY }
low line 792

Access to .env file

SourceSKILL.md
792'1. Verify configuration in production.env',
low line 884

External URL reference

SourceSKILL.md
884const healthResponse = await fetch('http://localhost:8080/health');
low line 1116

External URL reference

SourceSKILL.md
1116- AgentDB Advanced Documentation: https://agentdb.dev/docs/advanced
low line 1117

External URL reference

SourceSKILL.md
1117- QUIC Synchronization Guide: https://agentdb.dev/docs/quic
low line 1118

External URL reference

SourceSKILL.md
1118- Custom Metrics Tutorial: https://agentdb.dev/docs/metrics
low line 1119

External URL reference

SourceSKILL.md
1119- Production Deployment Best Practices: https://agentdb.dev/docs/production
Scanned on May 23, 2026
View Security Dashboard
Installation guide →