CRMay 14

Toward Securing AI Agents Like Operating Systems

arXiv:2605.1493281.6Has Code
Predicted impact top 11% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For developers and users of LLM-based agents, this work highlights critical security gaps and provides actionable recommendations to improve agent safety.

This paper identifies security vulnerabilities in LLM-based autonomous agents, showing that even under modest attacker capabilities, several protection mechanisms fail in practice. It proposes applying operating system security principles to mitigate these risks.

Autonomous agents based on large language models (LLMs) are rapidly emerging as a general-purpose technology, with recent systems such as OpenClaw extending their capabilities through broad tool use, third-party skills, and deeper integration into user environments. At the same time, these agentic systems introduce substantial security risks by combining unconstrained capabilities with access to sensitive user data. In this work, we investigate the security of LLM-based agents through the lens of operating systems. We argue that both face strikingly similar challenges in isolating resources, separating privileges, and mediating communication. Guided by this perspective, we survey the current landscape of open-source agents, derive a unified agent architecture, and systematically analyze potential attack vectors. To validate this analysis, we conduct a case study evaluating four widely used OpenClaw-like agents. Even under modest attacker capabilities, we find that several protection mechanisms fail in practice and that secure operation requires detailed system knowledge and careful configuration. However, we also observe that while some agentic capabilities remain insecure by design, many vulnerabilities can be mitigated using well-established techniques from operating system security. We conclude with a set of recommendations for the secure design of agentic systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes