vector-db-search
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the
nomic-ai/nomic-embed-text-v1.5model from Hugging Face during the initialization of the vector store operations inscripts/operations.py. - [REMOTE_CODE_EXECUTION]: In
scripts/operations.py, theHuggingFaceEmbeddingsclass is configured withtrust_remote_code=True, which permits the execution of arbitrary code provided within the downloaded model repository. - [COMMAND_EXECUTION]: The initialization script
scripts/init.pyexecutes system commands viasubprocess.check_callto install Python dependencies from therequirements.txtfile. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Ingestion points: The
ingest.pyscript reads arbitrary files matching the project manifest. Boundary markers: The skill uses delimiters like--- RLM SUPER-RAG CONTEXT ---for summaries and separators in search results. Capability inventory: The agent has access toBashandReadtools. Sanitization: No content-level sanitization or instruction filtering is performed on ingested data before it is indexed or retrieved.
Audit Metadata