Production RAG systems face split-knowledge attacks where individually benign documents create false associations when combined. Existing per-document filters like LlamaGuard cannot detect these structurally invisible threats. TopoGuard addresses this by building a semantic similarity graph of retrieved documents to identify and mitigate these cross-document attacks.
- Split-knowledge attacks bypass per-document safety filters by combining benign inputs.
- TopoGuard uses graph theory to detect false associations across retrieved documents.
- Semantic similarity graphs are built to expose structural attack patterns.
- Current LLM safety tools are insufficient for multi-document context threats.