library-rag
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches text embeddings from NVIDIA's official API (integrate.api.nvidia.com) and OpenRouter (openrouter.ai).
- [COMMAND_EXECUTION]: Performs standard file system and database operations to maintain the search index. It uses the sqlite-vec extension to facilitate vector similarity search within a local SQLite database.
- [SAFE]: API keys are correctly managed via environment variables or .env files. There are no hardcoded secrets or unsafe credential storage practices.
- [SAFE]: File access is restricted to the user's document library.
Audit Metadata