paper-with-me

Papers

SeClaw: Spec-Driven Security Task Synthesis for Evaluating Autonomous Agents

2026-06-01 · Hao Cheng, Changtao Miao, Tianle Song, Yin Wu, He Liu, Erjia Xiao, Junchi Chen, Xiaoyu Shi, Yichi Wang, Jing Yang, Taowen Wang, Jinhao Duan, Mengshu Sun, Peiyan Dong, Xuan Shen, Yang Cao, Renjing Xu, Kaidi Xu, Jindong Gu, Bo Zhang, Jize Zhang, Chenhao Lin, Philip Torr, Chao Shen arxiv

Autonomous LLM agents increasingly operate in stateful environments where they access tools, files, memory, and external services. While such capabilities enable complex real-world workflows, they also introduce security risks that are difficult to capture with existing evaluations. Current agent security benchmarks often rely on manually curated tasks, provide limited coverage of emerging threats, and focus primarily on final outcomes rather than the execution processes that lead to unsafe behavior. We introduce SeClaw, a framework that combines specification-driven security task synthesis with execution-based security evaluation for Autonomous agents. Spec-driven security task synthesis enables scalable and controllable construction of security tasks from structured risk specifications, while SeClaw docker provides a standardized testbed for evaluating agent behavior under diverse safety-risk scenarios. The benchmark covers risks arising from resources, user tasks, environments, and intrinsic agent behaviors, and supports trajectory-aware assessment of unsafe actions beyond final responses. By bridging systematic task synthesis and reproducible security evaluation, SeClaw provides a practical foundation for measuring, diagnosing, and comparing security failures in autonomous LLM agents. The code is available at https://github.com/seclaw-eval/seclaw-eval.

📄 PDF Abstract BibTeX arXiv:2606.02302

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EnterpriseClawBench: Benchmarking Agents from Real Workplace Sessions

2026-06-22 · Jincheng Zhong, Weizhi Wang, Che Jiang, Kai Tian 외 arxiv

Enterprise agents increasingly operate inside workspaces: they read heterogeneous files, invoke tools, and deliver business artifacts. We introduce EnterpriseClawBench, an enterprise agent benchmark constructed from prop…

Understanding and Evaluating Claw-like Agent Security Through a Computer-Systems Lens

2026-06-29 · Peizhi Niu, Wenjie Qu, Shangding Gu, Tianneng Shi 외 arxiv

Claw-like AI agents (e.g., OpenClaw) are always-on processes with persistent access to credentials, files, tools, and external services. They take on system-level responsibilities -- installing packages, maintaining stat…

LLMs for Secure Hardware Design and Related Problems: Opportunities and Challenges

2026-05-11 · Johann Knechtel, Ozgur Sinanoglu, Ramesh Karri arxiv

The integration of Large Language Models (LLMs) into Electronic Design Automation (EDA) and hardware security is rapidly reshaping the semiconductor industry. While LLMs offer unprecedented capabilities in generating Reg…

E2E-VGuard: Adversarial Prevention for Production LLM-based End-To-End Speech Synthesis

2025-11-10 · Zhisheng Zhang, Derui Wang, Yifan Mi, Zhiyong Wu 외 arxiv

Recent advancements in speech synthesis technology have enriched our daily lives, with high-quality and human-like audio widely adopted across real-world applications. However, malicious exploitation like voice-cloning f…

Speech RecognitionSpeech Synthesis

Cyber-Zero: Training Cybersecurity Agents without Runtime

2025-07-29 · Terry Yue Zhuo, Dingmin Wang, Hantian Ding, Varun Kumar 외 arxiv

Large Language Models (LLMs) have achieved remarkable success in software engineering tasks when trained with executable runtime environments, particularly in resolving GitHub issues. However, such runtime environments a…