← Back to arXiv Cryptography and Security

arXiv Cryptography and Security briefings

Policy & SafetyOfficialarXiv Cryptography and Security

Temporary Authority, Permanent Effects: Commit-Time Authorization for LLM Agents

A new preprint introduces the concept of commit-time authorization, a security property ensuring that LLM agents only commit durable effects if the authority evidence remains valid at the moment of commitment. The authors demonstrate that, in a controlled test suite, 207 out of 216 invalidating runs resulted in unauthorized commits after the authorizing path had failed, revealing a significant security gap. To address this, they propose CommitGuard, a fail-closed boundary monitor that blocks stale authorization attempts at commit time.

Why it matters: This work exposes a critical security vulnerability in LLM agents related to the misuse of temporary authority and offers a practical mitigation strategy.

ResearchOfficialarXiv Cryptography and Security

When Local Monitors Miss Compositional Harm: Diagnosing Distributed Backdoors in Multi-Agent Systems

A new preprint demonstrates that runtime monitors which check each step or message individually can fail to detect distributed backdoors in multi-agent LLM systems, where a harmful payload is split across agents so that each local check passes. The authors formalize an 'observability boundary,' proving that if fragments appear benign in the monitored view, no detector operating on that view can identify the attack. They show that while monitors trained only on benign traffic can recover attack structure (0.874 mean AUROC) and a decoded-view gate can block all tested attacks, even full-trace monitors fail unless they access the representation where the payload is exposed.

Why it matters: This work exposes a fundamental limitation in current safety monitoring for multi-agent AI systems, highlighting that local checks cannot guarantee global safety when harm is distributed across agents.

ResearchOfficialarXiv Cryptography and Security

PL-HCL: Detecting Cross-Layer Misalignment in LLM Agent Skills

Researchers introduce Progressive Loading-Aware Hierarchical Contrastive Learning (PL-HCL), a framework for detecting inconsistencies between the descriptions and actual behaviors of large language model (LLM) agent skills. Evaluated on a corpus of over 264,000 open-source skills and a human-verified challenge set, PL-HCL raises Macro-F1 scores from around 0.45 (for unadapted baselines) to 0.87–0.89 across different LLM backbones. This demonstrates a substantial improvement in identifying misaligned agent skills.

Why it matters: As open-source skill marketplaces expand, PL-HCL provides an effective tool to help users and operators screen for agent skills that may not behave as advertised, improving trust and safety.

ResearchOfficialarXiv Cryptography and Security

LLM Multi-Agent System Uncovers 84 Vulnerabilities in Cellular Core Networks

Researchers introduced iFinder, a multi-agent system powered by large language models (LLMs), to detect implicit trust errors in cellular core network (CN) implementations. Applied to seven open-source CN projects, iFinder uncovered 84 previously unknown vulnerabilities, with 83 confirmed and 81 assigned CVEs. Notably, a session-hijacking flaw was validated on commercial 5G networks.

Why it matters: This work demonstrates a novel and effective use of LLMs for automated vulnerability discovery in critical cellular infrastructure, highlighting systemic security risks as networks move to cloud-native architectures.

ResearchOfficialarXiv Cryptography and Security

Which Neurons Detect Malicious Code? A Probing Study of LLM Security Knowledge

Researchers applied mechanistic interpretability techniques to identify neurons responsible for malware detection in three instruction-tuned large language models (LLMs). By amplifying or suppressing these neurons, they observed changes in malware detection accuracy, with effects varying by model. The study demonstrates that security-relevant knowledge is encoded differently across LLM architectures and highlights the potential for neuron-level interventions.

Why it matters: This work provides foundational insights for developing neuron-level defense mechanisms, such as selective unlearning and editing, to improve the security and reliability of code-focused LLMs.