vectordb
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The skill implements a RAG pipeline that is susceptible to indirect prompt injection if the data stored in the vector database contains malicious instructions.
- Ingestion points: The
RAGService.querymethod retrieves document content (doc.content) from a vector store and injects it into the prompt. - Boundary markers: The prompt template in
RAGService.queryuses simple labels ("Context:", "Question:") but lacks strong delimiters (like XML tags or multi-character separators) or instructions to ignore embedded commands within the context. - Capability inventory: The skill metadata explicitly allows
Bash,Read,Write,Edit, andGreptools, which could be leveraged if an LLM is manipulated via injected context. - Sanitization: There is no evidence of sanitization, filtering, or validation of the retrieved
doc.contentbefore it is interpolated into the LLM prompt.
Audit Metadata