paper-with-me

Papers

A Trajectory-Based Safety Audit of Clawdbot (OpenClaw)

2026-02-16 · Tianyu Chen, Dongrui Liu, Xia Hu, Jingyi Yu, Wenjie Wang arxiv

Clawdbot is a self-hosted, tool-using personal AI agent with a broad action space spanning local execution and web-mediated workflows, which raises heightened safety and security concerns under ambiguity and adversarial steering. We present a trajectory-centric evaluation of Clawdbot across six risk dimensions. Our test suite samples and lightly adapts scenarios from prior agent-safety benchmarks (including ATBench and LPS-Bench) and supplements them with hand-designed cases tailored to Clawdbot's tool surface. We log complete interaction trajectories (messages, actions, tool-call arguments/outputs) and assess safety using both an automated trajectory judge (AgentDoG-Qwen3-4B) and human review. Across 34 canonical cases, we find a non-uniform safety profile: performance is generally consistent on reliability-focused tasks, while most failures arise under underspecified intent, open-ended goals, or benign-seeming jailbreak prompts, where minor misinterpretations can escalate into higher-impact tool actions. We supplemented the overall results with representative case studies and summarized the commonalities of these cases, analyzing the security vulnerabilities and typical failure modes that Clawdbot is prone to trigger in practice.

📄 PDF Abstract BibTeX arXiv:2602.14364

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmarks for Trajectory Safety Evaluation and Diagnosis in OpenClaw and Codex: ATBench-Claw and ATBench-Codex

2026-04-16 · Zhonghao Yang, Yu Li, Yanxu Zhu, Tianyi Zhou 외 arxiv

As agent systems move into increasingly diverse execution settings, trajectory-level safety evaluation and diagnosis require benchmarks that evolve with them. ATBench is a diverse and realistic agent trajectory benchmark…

Local LLM Agents as Vulnerable Runtimes:A Source-Code Audit of the Agent Runtime Layer

2026-06-19 · Zhengsong Zhang, Zongze Li, Jiawei Guo, Haipeng Cai arxiv

Local LLM agents such as OpenClaw and Nanobot run on end-user machines and act on host resources - the shell, filesystem, browser, stored credentials, and messaging applications - through natural-language goals. These ag…

Architectural Obsolescence of Unhardened Agentic-AI Runtimes

2026-05-03 · Alfredo Metere arxiv

An agentic-AI runtime issues tool calls, sends messages, and actuates devices on behalf of an LLM. Catching the four ways an action can diverge from its audit record -- F1 gate-bypass, F2 audit-forgery, silent host failu…

HazardAuditor: From Executable Threats to Safer Computer-Use Agents

2026-09-14 · Yunhao Feng, Ruixiao Lin, Ming Wen, Yanming Guo 외 hf

Computer-use agents increasingly interact with browsers, terminals, file systems, and external services, introducing safety risks that emerge through runtime behavior rather than generated content alone. Existing guard m…

TRACES: Proactive Safety Auditing for Multi-Turn LLM Agents via Trajectory-State Modeling

2026-05-26 · Jiaqian Li, Yanshu Li, Boxuan Zhang, Ruixiang Tang 외 arxiv

LLM agents increasingly operate through multi-turn tool use and environment interaction, where safety risks often emerge from intermediate steps long before they surface in the final outcome. Reactive auditing is therefo…