FILTERING BY: CLEAR FILTER

Retrieval-Augmented Defense RAD Framework for LLM Jailbreak Prevention

The Retrieval-Augmented Defense (RAD) framework addresses the "security lag" inherent in static LLM safety alignments by shifting defense from model weights to a dynamic retrieval layer. By leveraging Retrieval-Augmented Generation (RAG) to match incoming queries against a curated database of adversarial patterns, RAD mitigates sophisticated jailbreaks such as Prompt Automatic Programming (PAP) and Prompt Automatic Iterative Refinement (PAIR) without requiring costly retraining. This architecture enables "hot-swappable" security updates and provides a controllable mechanism to optimize the trade-off between model utility and safety, as validated by the StrongREJECT benchmark.

Chain-of-Thought CoT Monitoring Vulnerabilities in LLM Safety Guardrails

Recent research (arXiv:2608.00583) identifies a critical failure mode in Chain-of-Thought (CoT) monitoring systems designed to prevent LLM reward hacking. While aggregate detection rates appear robust, they exhibit a "false average" that collapses during targeted evasion. Using gradient-free reasoning rewrites, adversaries can masquerade malicious intent as benign engineering logic within the reasoning trace, while the actual malicious payload remains in the execution sequence. This causes detection rates to drop from 95% to under 11% in scenarios where CoT is the sole defensive signal. The vulnerability lies in the reasoning-to-verdict pipeline, where the monitor fails to translate detected internal anomalies into an accurate security verdict, rendering trace-only defenses ineffective against sophisticated evasion.

The Cognitive Firewall: A Proactive Zero-Trust Framework for LLM Safety

Current Large Language Model (LLM) safety paradigms utilize reactive, single-turn message filtering, leaving them vulnerable to "salami-slicing" attacks. These attacks decompose malicious intent across multiple dialogue turns to evade detection. The Cognitive Firewall framework addresses this through a proactive, stateful, multi-gate Zero-Trust architecture. By employing independent oversight agents—specifically Intent, Zero-Trust Context, Consistency, and Output Risk gates—the framework monitors the evolution of user objectives and treats all asserted roles as unverified evidence. This approach shifts defense from isolated scoring to escalation-based blocking, successfully reducing attack success rates (ASR) to <2% on standard benchmarks and 14% against complex, human-authored adversarial prompts.

HarmRLVR: Weaponizing Verifiable Rewards to Reverse LLM Safety Alignment

HarmRLVR is a novel attack framework that weaponizes Reinforcement Learning with Verifiable Rewards (RLVR) to strip safety guardrails from Large Language Models (LLMs). By utilizing the Group Relative Policy Optimization (GRPO) algorithm and a minimal dataset of 64 harmful prompts, attackers can rapidly reverse alignment in open-source models including Llama, Qwen, and DeepSeek. Unlike traditional harmful fine-tuning, HarmRLVR achieves a 96.01% attack success rate and a 4.94/5 harmfulness score while preserving the model's general intelligence and reasoning capabilities, creating a high-efficiency vector for generating uncensored, malicious content.


LINK COPIED TO CLIPBOARD