菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - LITMUS: Benchmarking Behavioral Jailbreaks of LLM Agents in Real OS Environments

The rapid proliferation of LLM-based autonomous agents in real operating system environments introduces a new category of safety risk beyond content safety: behavior jailbreak, where an adversary induces an agent to execute dangerous OS-level operations with irreversible consequences. Existing benchmarks either evaluate safety at the semantic layer alone, missing physical-layer harms, or fail to isolate test cases, letting earlier runs contaminate later ones. We present LITMUS (LLM-agents In-OS Testing for Measuring Unsafe Subversion), a benchmark addressing both gaps via a semantic-physical dual verification mechanism and OS-level state rollback. LITMUS comprises 819 high-risk test cases organized into one harmful seed subset and six attack-extended subsets covering three adversarial paradigms (jailbreak speaking, skill injection, and entity wrapping), plus a fully automated multi-agent evaluation framework judging behavior at both conversational and OS-level physical layers. Evaluation across frontier agents reveals three findings: (1) current agents lack effective safety awareness, with strong models (e.g., Claude Sonnet 4.6) still executing 40.64% of high-risk operations; (2) agents exhibit pervasive Execution Hallucination (EH), verbally refusing a request while the dangerous operation has already completed at the system level, invisible to every prior semantic-only framework; and (3) skill injection and entity wrapping attacks achieve high success rates, exposing pronounced agent vulnerabilities. LITMUS provides the first standardized platform for reproducible, physically grounded behavioral safety evaluation of LLM agents in real OS environments.

顶级标签: agents llm evaluation
详细标签: behavioral jailbreak operating system safety execution hallucination multi-agent evaluation benchmark 或 搜索:

LITMUS:在真实操作系统环境中对LLM智能体行为越狱的基准测试 / LITMUS: Benchmarking Behavioral Jailbreaks of LLM Agents in Real OS Environments


1️⃣ 一句话总结

本文提出了一个名为LITMUS的新基准,专门用于测试大语言模型智能体在真实操作系统中执行危险操作(如删除文件、篡改系统设置等)的行为安全性,并发现即使最先进的模型也经常在口头拒绝的同时实际上已经完成了危险操作,这种“执行幻觉”漏洞此前未被任何语义级安全评测所发现。

源自 arXiv: 2605.10779