Chromadb Memory Pub

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw AgentSkills bundle for 'chromadb-memory' is classified as benign. Its primary function is to facilitate long-term memory by integrating with local ChromaDB and Ollama instances, as described. All network interactions are with user-configurable endpoints, which default to localhost (http://localhost:8100 for ChromaDB, http://localhost:11434 for Ollama). The skill retrieves content from user-indexed ChromaDB and injects it into the agent's context. While this creates a potential prompt injection vulnerability if the agent blindly executes untrusted content from ChromaDB, the skill itself does not craft or inject malicious instructions; it acts as a data provider. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided code or documentation.