Cortex Memory
PassAudited by VirusTotal on May 15, 2026.
Findings (1)
Package: Cortex Memory (mcp) Version: 0.1.2 Description: Long-term memory system with semantic, episodic, and procedural memory for AI Agents Cortex Memory is a sophisticated long-term memory system designed for the OpenClaw AI agent framework. It implements a multi-layered memory architecture including episodic memory (event archiving), semantic memory (vector-based retrieval), and procedural memory (rule extraction via LLM reflection). The package also maintains a knowledge graph to track entity relationships and provides a wiki-like projection of this graph for human readability. Retrieval is performed using a hybrid approach combining lexical search (BM25), vector similarity, and LLM-based fusion. The code follows standard practices for AI-integrated tools, requiring user-configured endpoints for embeddings and LLM services. No evidence of malicious behavior, such as unauthorized data exfiltration, unexpected binary execution, or hidden payload downloads, was found. Sensitive information like API keys is handled appropriately with redaction logic in place for logging.
