SuperLocalMemory: Privacy-Preserving Multi-Agent Memory with Bayesian Trust Defense Against Memory Poisoning
Varun Pratap Bhardwaj

TL;DR
SuperLocalMemory is a privacy-preserving multi-agent memory system that defends against memory poisoning using architectural isolation, Bayesian trust scoring, and adaptive learning-to-rank, without relying on cloud or large language models.
Contribution
It introduces a local-first memory architecture combining isolation, trust scoring, and adaptive retrieval to enhance security and personalization in multi-agent AI systems.
Findings
Median search latency of 10.6ms
Zero concurrency errors with 10 agents
104% improvement in NDCG@5 with adaptive re-ranking
Abstract
We present SuperLocalMemory, a local-first memory system for multi-agent AI that defends against OWASP ASI06 memory poisoning through architectural isolation and Bayesian trust scoring, while personalizing retrieval through adaptive learning-to-rank -- all without cloud dependencies or LLM inference calls. As AI agents increasingly rely on persistent memory, cloud-based memory systems create centralized attack surfaces where poisoned memories propagate across sessions and users -- a threat demonstrated in documented attacks against production systems. Our architecture combines SQLite-backed storage with FTS5 full-text search, Leiden-based knowledge graph clustering, an event-driven coordination layer with per-agent provenance, and an adaptive re-ranking framework that learns user preferences through three-layer behavioral analysis (cross-project technology preferences, project context…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Adversarial Robustness in Machine Learning · Scientific Computing and Data Management
