paper-with-me

Papers

HazardAuditor: From Executable Threats to Safer Computer-Use Agents

2026-09-14 · Yunhao Feng, Ruixiao Lin, Ming Wen, Yanming Guo, Xingjun Ma, Yutao Wu, Xinhao Deng, Shouling Ji 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 models target static prompts and responses and are poorly suited to agent execution; existing executable safety platforms produce evaluation verdicts rather than the normalized supervision a guard model needs to learn across heterogeneous agent frameworks. We introduce HazardAuditor, an execution-grounded framework that closes both gaps. Its infrastructure runs heterogeneous agents (Claude Code, Codex, Hermes, and OpenClaw) in controlled environments and normalizes their interactions into a canonical event representation for cross-framework supervision. We further observe that token-level post-training objectives create a structural mismatch for generative guards, causing longer rationales to dominate gradient updates. Guard Policy Optimization (GuardPO) addresses this by converting deterministic safety outcomes into sequence-level advantages and normalizing rationale and verdict regions, making the safety decision the effective unit of optimization. Across multiple benchmarks and heterogeneous computer-use systems, HazardAuditor improves accuracy by up to 16.5 percentage points over the strongest prior guard. Code, models, and evaluation artifacts will be available at https://yunhao-feng.github.io/HazardAuditor/.

📄 PDF Abstract BibTeX arXiv:2609.15134

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BraveGuard: From Open-World Threats to Safer Computer-Use Agents

2026-05-31 · Yunhao Feng, Xiaohu Du, Xinhao Deng, Yifan Ding 외 arxiv

Computer-use agents extend language models from text generation to sustained interaction with files, terminals, browsers, and external tools. This shift creates safety risks that are difficult to detect from isolated pro…

Text Generation

Capable but Careless: Do Computer-Use Agents Follow Contextual Integrity?

2026-06-22 · Anmol Goel, Iryna Gurevych arxiv

Computer-use agents (CUAs) now act on a user's behalf across personal applications such as email, calendars, and to-do lists. This cross-application access is useful, but it also creates a privacy risk that has been larg…

SafeRelBench: A Spatial-Relation-Aware Benchmark for Process-Level Safety in VLM-Driven Embodied Agents

2026-07-16 · Huaigang Yang, Ya Li, Min Ren, Bo Dai 외 arxiv

Vision-language models (VLMs) are increasingly used as the reasoning backbone of embodied agents, enabling robots to interpret visual scenes, follow language instructions, and plan multi-step actions. In household enviro…

Implementing surrogate goals for safer bargaining in LLM-based agents

2026-04-06 · Caspar Oesterheld, Maxime Riché, Filip Sondej, Jesse Clifton 외 arxiv

Surrogate goals have been proposed as a strategy for reducing risks from bargaining failures. A surrogate goal is goal that a principal can give an AI agent and that deflects any threats against the agent away from what …

A Survey on the Safety and Security Threats of Computer-Using Agents: JARVIS or Ultron?

2025-05-16 · Ada Chen, Yongjiang Wu, Junyuan Zhang, Jingyu Xiao 외

Recently, AI-driven interactions with computing devices have advanced from basic prototype tools to sophisticated, LLM-based systems that emulate human-like operations in graphical user interfaces. We are now witnessing …