paper-with-me

Papers

When Embedding-Based Defenses Fail: Rethinking Safety in LLM-Based Multi-Agent Systems

2026-05-01 · Lingxi Zhang, Guangtao Zheng, Hanjie Chen arxiv

Large language model (LLM)-powered multi-agent systems (MAS) enable agents to communicate and share information, achieving strong performance on complex tasks. However, this communication also creates an attack surface where malicious agents can propagate misinformation and manipulate group decisions, undermining MAS safety. Existing embedding-based defenses aim to detect and prune suspicious agents, but their effectiveness depends on a clear separation between the text embeddings of malicious and benign messages. Attackers can circumvent such defenses by crafting messages whose embeddings lie close to benign ones. We analyze this failure mode theoretically and validate it empirically with three attacks, Slow Drift, Benign Wrapper, and Chaos Seeding. Our analysis further reveals a fundamental limitation of embedding-based defenses: because they rely solely on the text embeddings, they ignore token-level confidence signals such as logits, which can remain informative when embeddings are not distinguishable under attack. We propose using confidence scores to prune or down-weight messages during MAS communication. Experiments show improved robustness across models, datasets, and communication topologies. Moreover, we find that the effectiveness of confidence signals decays over communication rounds, highlighting the importance of early intervention. This insights can inform and inspire future work on MAS attacks and defenses.

📄 PDF Abstract BibTeX arXiv:2605.01133

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SafeRedirect: Defeating Internal Safety Collapse via Task-Completion Redirection in Frontier LLMs

2026-04-22 · Chao Pan, Yu Wu, Xin Yao arxiv

Internal Safety Collapse (ISC) is a failure mode in which frontier LLMs, when executing legitimate professional tasks whose correct completion structurally requires harmful content, spontaneously generate that content wi…

Colluding LoRA: A Compositional Vulnerability in LLM Safety Alignment

2026-03-13 · Sihao Ding arxiv

We show that safety alignment in modular LLMs can exhibit a compositional vulnerability: adapters that appear benign and plausibly functional in isolation can, when linearly composed, compromise safety. We study this fai…

The Structural Safety Generalization Problem

2025-04-13 · Julius Broomfield, Tom Gibbs, Ethan Kosak-Hine, George Ingebretsen 외

LLM jailbreaks are a widespread safety challenge. Given this problem has not yet been tractable, we suggest targeting a key failure mechanism: the failure of safety to generalize across semantically equivalent inputs. We…

Red Teaming

Circumventing Safety Alignment in Large Language Models Through Embedding Space Toxicity Attenuation

2025-07-08 · Zhibo Zhang, Yuxi Li, Kailong Wang, Shuai Yuan 외 arxiv

Large Language Models (LLMs) have achieved remarkable success across domains such as healthcare, education, and cybersecurity. However, this openness also introduces significant security risks, particularly through embed…

Security of World-Model-Based Embodied AI: A Lifecycle of Threats, Defenses, and Evaluation

2026-07-30 · Fazhong Liu, Zhuoyan Chen, Haozhen Tan, Yan Meng 외 arxiv

World models give embodied AI a predictive core: they compress observations into states, simulate action-conditioned futures, and enable planning beyond reactive control. This predictive layer, however, opens a new secur…

Representation Learning