chroma
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion and retrieval of document content, which introduces a potential attack surface for indirect prompt injection if the stored content contains malicious instructions.\n- Ingestion points: External data enters the system via
collection.add()as shown inSKILL.mdand through framework-specific loaders likeChroma.from_documents()in bothSKILL.mdandreferences/integration.md.\n- Boundary markers: The implementation examples do not demonstrate the use of delimiters or specific prompt engineering to isolate retrieved data from system instructions.\n- Capability inventory: The skill allows for local file system operations throughchromadb.PersistentClientand network requests viachromadb.HttpClient.\n- Sanitization: The provided code snippets do not include logic for sanitizing or validating ingested document strings before they are processed by the vector database or returned to the agent context.
Audit Metadata