paper-with-me

Papers

AgentWard: A Lifecycle Security Architecture for Autonomous AI Agents

2026-04-27 · Yixiang Zhang, Xinhao Deng, Jiaqing Wu, Yue Xiao, Ke Xu, Qi Li arxiv

Autonomous AI agents extend large language models into full runtime systems that load skills, ingest external content, maintain memory, plan multi-step actions, and invoke privileged tools. In such systems, security failures rarely remain confined to a single interface; instead, they can propagate across initialization, input processing, memory, decision-making, and execution, often becoming apparent only when harmful effects materialize in the environment. This paper presents AgentWard, a lifecycle-oriented, defense-in-depth architecture that systematically organizes protection across these five stages. AgentWard integrates stage-specific, heterogeneous controls with cross-layer coordination, enabling threats to be intercepted along their propagation paths while safeguarding critical assets. We detail the design rationale and architecture of five coordinated protection layers, and implement a plugin-native prototype on OpenClaw to demonstrate practical feasibility. This perspective provides a concrete blueprint for structuring runtime security controls, managing trust propagation, and enforcing execution containment in autonomous AI agents. Our code is available at https://github.com/FIND-Lab/AgentWard .

📄 PDF Abstract BibTeX arXiv:2604.24657

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Taming OpenClaw: Security Analysis and Mitigation of Autonomous LLM Agent Threats

2026-03-12 · Xinhao Deng, Yixiang Zhang, Jiaqing Wu, Jiaqi Bai 외 arxiv

Autonomous Large Language Model (LLM) agents, exemplified by OpenClaw, demonstrate remarkable capabilities in executing complex, long-horizon tasks. However, their tightly coupled instant-messaging interaction paradigm a…

A Survey on Agentic Security: Applications, Threats and Defenses

2025-10-07 · Asif Shahriar, Md Nafiu Rahman, Sadif Ahmed, Farig Sadeque 외 arxiv

LLM-based agents are now used throughout cybersecurity. While these agents facilitate powerful and autonomous security applications, their autonomy opens up new attack surfaces, and the security community is actively bui…

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 …

SAGA: A Security Architecture for Governing AI Agentic Systems

2025-04-27 · Georgios Syros, Anshuman Suri, Cristina Nita-Rotaru, Alina Oprea

Large Language Model (LLM)-based agents increasingly interact, collaborate, and delegate tasks to one another autonomously with minimal human interaction. Industry guidelines for agentic system governance emphasize the n…

Large Language Model

CyberGym-E2E: Scalable Real-World Benchmark for AI Agents' End-to-End Cybersecurity Capabilities

2026-06-03 · Tianneng Shi, Robin Rheem, Dongwei Jiang, Mona Wang 외 arxiv

AI has the potential to transform cybersecurity by enabling systems that can autonomously detect, analyze, and remediate software vulnerabilities. However, existing cybersecurity evaluations of AI systems are limited in …