paper-with-me

홈 › Papers

ClawSafety: "Safe" LLMs, Unsafe Agents

2026-04-01 · Bowen Wei, Yunbei Zhang, Jinhao Pan, Kai Mei, Xiao Wang, Jihun Hamm, Ziwei Zhu, Yingqiang Ge arxiv

Personal AI agents like OpenClaw run with elevated privileges on users' local machines, where a single successful prompt injection can leak credentials, redirect financial transactions, or destroy files. This threat goes well beyond conventional text-level jailbreaks, yet existing safety evaluations fall short: most test models in isolated chat settings, rely on synthetic environments, and do not account for how the agent framework itself shapes safety outcomes. We introduce CLAWSAFETY, a benchmark of 120 adversarial test scenarios organized along three dimensions (harm domain, attack vector, and harmful action type) and grounded in realistic, high-privilege professional workspaces spanning software engineering, finance, healthcare, law, and DevOps. Each test case embeds adversarial content in one of three channels the agent encounters during normal work: workspace skill files, emails from trusted senders, and web pages. We evaluate five frontier LLMs as agent backbones, running 2,520 sandboxed trials across all configurations. Attack success rates (ASR) range from 40\% to 75\% across models and vary sharply by injection vector, with skill instructions (highest trust) consistently more dangerous than email or web content. Action-trace analysis reveals that the strongest model maintains hard boundaries against credential forwarding and destructive actions, while weaker models permit both. Cross-scaffold experiments on three agent frameworks further demonstrate that safety is not determined by the backbone model alone but depends on the full deployment stack, calling for safety evaluation that treats model and framework as joint variables. Code and data will be available at: https://weibowen555.github.io/ClawSafety/.

📄 PDF Abstract BibTeX arXiv:2604.01438

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentGuard: Repurposing Agentic Orchestrator for Safety Evaluation of Tool Orchestration

2025-02-13 · Jizhou Chen, Samuel Lee Cong

The integration of tool use into large language models (LLMs) enables agentic systems with real-world impact. In the meantime, unlike standalone LLMs, compromised agents can execute malicious workflows with more conseque…

OpenAgentSafety: A Comprehensive Framework for Evaluating Real-World AI Agent Safety

2025-07-08 · Sanidhya Vijayvargiya, Aditya Bharat Soni, Xuhui Zhou, Zora Zhiruo Wang 외

Recent advances in AI agents capable of solving complex, everyday tasks, from scheduling to customer service, have enabled deployment in real-world settings, but their possibilities for unsafe behavior demands rigorous e…

AI AgentScheduling

Multi-lingual Multi-turn Automated Red Teaming for LLMs

2025-04-04 · Abhishek Singhania, Christophe Dupuy, Shivam Mangale, Amani Namboori

Language Model Models (LLMs) have improved dramatically in the past few years, increasing their adoption and the scope of their capabilities over time. A significant amount of work is dedicated to ``model alignment'', i.…

Red Teaming

History Anchors: How Prior Behavior Steers LLM Decisions Toward Unsafe Actions

2026-05-13 · Alberto G. Rodríguez Salgado arxiv

Frontier LLMs are increasingly deployed as agents that pick the next action after a long log of prior tool calls produced by the same or a different model. We ask a simple safety question: if a prior step in that log was…

Promoting Online Safety by Simulating Unsafe Conversations with LLMs

2025-07-29 · Owen Hoffman, Kangze Peng, Zehua You, Sajid Kamal 외 arxiv

Generative AI, including large language models (LLMs) have the potential -- and already are being used -- to increase the speed, scale, and types of unsafe conversations online. LLMs lower the barrier for entry for bad a…