paper-with-me

홈 › Papers

A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks

2026-08-26 · Tongyan Hu, Bryan Hooi arxiv

Large language models (LLMs) remain vulnerable to jailbreak attacks that exploit techniques such as role-playing, obfuscation, code transformation, and multi-step indirection to elicit harmful outputs. As jailbreak strategies keep emerging, defenses have proliferated in an ongoing cat-and-mouse game, yet most remain static: their safety behavior is fixed at deployment, so they cannot accumulate defensive experience or adapt to unseen strategies. We propose a self-evolving test-time defense built around a persistent, cross-interaction rule memory: when an attack succeeds, the framework abstracts that failure into a method-level rule capturing the structural attack wrapper rather than the harmful topic, and reuses it against future inputs. Because rules are method-level, one induced rule generalizes across an entire attack family, and the label space expands as novel wrappers appear. The mechanism operates entirely through external memory and prompting, with no parameter updates, and applies to both open-weight and black-box API models. We realize it as four cooperating modules, but the contribution is the memory-based adaptation mechanism, not the module decomposition. Across four black-box jailbreak families and multiple models, our method substantially reduces attack success rates while preserving benign utility, remains robust under an adaptive composite-wrapper attack, and does not increase over-refusal as the memory grows.

📄 PDF Abstract BibTeX arXiv:2608.26008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SHIELD: An Auto-Healing Agentic Defense Framework for LLM Resource Exhaustion Attacks

2026-01-27 · Nirhoshan Sivaroopan, Kanchana Thilakarathna, Albert Zomaya, Manu 외 arxiv

Sponge attacks increasingly threaten LLM systems by inducing excessive computation and DoS. Existing defenses either rely on statistical filters that fail on semantically meaningful attacks or use static LLM-based detect…

Semantic Similarity

Beyond Handcrafted Security: Towards Self-Evolving Defense for LLM Agents

2026-08-13 · Jiajun Ruan, Peiyang Li, Yukun Chen, Fengting Li 외 arxiv

The expanding operational capabilities of large language model (LLM) agents introduce sophisticated security threats. Runtime defenses have emerged as an effective approach to mitigating these risks by integrating securi…

CoopGuard: Stateful Cooperative Agents Safeguarding LLMs Against Evolving Multi-Round Attacks

2026-04-05 · Siyuan Li, Zehao Liu, Xi Lin, Qinghua Mao 외 arxiv

As Large Language Models (LLMs) are increasingly deployed in complex applications, their vulnerability to adversarial attacks raises urgent safety concerns, especially those evolving over multi-round interactions. Existi…

EvoMail: Self-Evolving Cognitive Agents for Adaptive Spam and Phishing Email Defense

2025-09-25 · Wei Huang, De-Tian Chu, Lin-Yuan Bai, Wei Kang 외 arxiv

Modern email spam and phishing attacks have evolved far beyond keyword blacklists or simple heuristics. Adversaries now craft multi-modal campaigns that combine natural-language text with obfuscated URLs, forged headers,…

Traditional Spam DetectionGraph Neural Network

BraveGuard: From Open-World Threats to Safer Computer-Use Agents

2026-05-31 · Yunhao Feng, Xiaohu Du, Xinhao Deng, Yifan Ding 외 arxiv

Computer-use agents extend language models from text generation to sustained interaction with files, terminals, browsers, and external tools. This shift creates safety risks that are difficult to detect from isolated pro…

Text Generation