CRJul 1

Cognitive Firewall: A Proactive, Zero-Trust, Multi-Gate Framework for LLM Safety

arXiv:2607.0127721.3
Predicted impact top 4% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For developers and deployers of LLMs, this framework provides a more robust defense against multi-turn and authority-based attacks that evade single-message safeguards.

The paper introduces the Cognitive Firewall, a proactive runtime framework for LLM safety that uses four categorical gates to assess intent, context, consistency, and output risk across dialogue turns. It reduces attack success to 2% or below on three jailbreak benchmarks and 14% on a difficult human-crafted set, with an 8% over-refusal rate.

Large language models (LLMs) can be induced to produce harmful content through multi turn strategies in which no single user message appears clearly unsafe. Existing runtime safeguards commonly evaluate prompts or responses as isolated messages, which limits their ability to recover ac-cumulated intent, verify asserted authority, or detect harmful objectives decomposed across a dialogue. This paper presents the Cognitive Firewall, a proactive runtime oversight framework that interposes an independent oversight model between a user and a protected target mod l. The framework decomposes safety assessment into four categorical gates: an intent gate that identi-fies the operational objective of a request, a zero trust context gate that treats claimed roles and permissions as unverified evidence, a consistency gate that detects escalation and decomposition across turns, and an output risk gate that inspects candidate responses before release. Gate decisions are combined through escalation rather than score averaging, allowing any confident danger signal to block an interaction while preserving an auditable rationale. Experiments on four jailbreak benchmarks and a benign safety test set show that the Cognitive Firewall substantially reduces attack success across single turn, multi turn, authority based, and human crafted attacks. It lowers attack success to 2 percent or below on three attack sets and to 14 percent on the most difficult human crafted set, while maintaining an 8 percent over refusal rate. These results indicate that decomposed, conversation level oversight can improve proactive containment and auditability for LLM safety.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes