paper-with-me

홈 › Papers

HarnessRisk: A Lifecycle-Oriented Benchmark for Agent Harness Safety

2026-08-18 · Yajing Bai, Jinhao Duan, Jie Peng, Xianfeng Wu, Sijia Liu, Song Wang, Tianlong Chen arxiv

Large language models are increasingly deployed through agent harnesses that manage tools, extensions, persistent state, permissions, and external actions. Existing safety benchmarks mainly target individual attack mechanisms or a limited subset of operational settings, making it difficult to compare how safety failures emerge across different harness responsibilities. We present HarnessRisk, a lifecycle oriented benchmark that organizes agent harness safety into six operational phases including Harness Configuration, Capability Extension, Runtime Operation, State Persistence, Action Control, and Incident Recovery. HarnessRisk contains 128 sandboxed cases, each pairing a benign user objective with an adversarial instruction embedded in an untrusted workflow artifact. We evaluate each trajectory using Utility, Attack Success Rate, Persistence, and Detection. Across three harnesses, six language models, and 14 model and harness configurations, attack success ranges from 12.6% to 80.9%, while Utility remains between 75.0% and 97.6%. Harness Configuration is the most vulnerable phase across all three harnesses, showing that attacks can succeed by altering security sensitive parameters within otherwise authorized workflows. We also find that explicit risk recognition does not reliably lead to safe action, as some configurations detect risks in more than 90% of runs while retaining substantial attack success. These results highlight the need to evaluate agent safety across multiple harness responsibilities and at the level of the deployed model and harness configuration.

📄 PDF Abstract BibTeX arXiv:2608.17597

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentic Service-Oriented Computing: A Manifesto for the Next Frontier of Service-Oriented Computing

2026-07-14 · Amin Beheshti, Rong N. Chang, Boualem Benatallah, Fabio Casati 외 arxiv

The rapid emergence of LLM-powered autonomous and semi-autonomous agents is reshaping software systems from static, request-response components into goal-directed, adaptive, and tool-using computational actors. As these …

Governed Evolution of Agent Runtimes through Executable Operational Cognition

2026-05-26 · Mariano Garralda-Barrio arxiv

Recent advances in agentic systems increasingly treat code as an executable operational substrate rather than as a disposable output artifact. Prior work such as \emph{Code as Agent Harness} frames validated agent-genera…

OR-Space: A Full-Lifecycle Workspace Benchmark for Industrial Optimization Agents

2026-05-27 · Chenyu Zhou, Xinyun Lu, Jiangyue Zhao, Jianghao Lin 외 arxiv

Large language model (LLM) agents are increasingly used to assist with operations research (OR) modeling, yet existing OR-oriented benchmarks often reduce evaluation to one-shot translation from a self-contained problem …

Text Generation

SafeHarness: Lifecycle-Integrated Security Architecture for LLM-based Agent Deployment

2026-04-15 · Xixun Lin, Yang Liu, Yancheng Chen, Yongxuan Wu 외 arxiv

The performance of large language model (LLM) agents depends critically on the execution harness, the system layer that orchestrates tool use, context management, and state persistence. Yet this same architectural centra…

Decision Making

MemSecBench: Tracking Agent Memory Poisoning from Persistence to Consequence and Repair

2026-07-29 · Xuanze Chen, Xukang Xie, Wentao Fu, Jiajun Zhou 외 arxiv

Memory systems allow agents to retain and reuse information from past interactions, but they can also let malicious content persist. A malicious instruction crafted by an attacker may be stored in long-term memory, recal…