Search papers, labs, and topics across Lattice.
This paper surveys the safety of LLM-agent systems by introducing isolation as a fundamental principle, emphasizing that safety extends beyond mere content alignment to encompass system behavior and real-world outcomes. The authors propose a boundary-centric taxonomy that categorizes five critical boundaries鈥攗ser-agent, agent-tool, agent-execution, agent-agent, and system-environment鈥攖o analyze how failures propagate through these interfaces. By identifying the structural causes of common failures like prompt injection and tool misuse, the study lays the groundwork for a research agenda focused on enhancing safety through isolation strategies in future agent systems.
Isolation is the key to understanding and mitigating the systemic failures of LLM-agent interactions, revealing how vulnerabilities propagate across multiple boundaries.
The capability of LLM agents to function as the ``brain'' of a system fundamentally expands the scope of analysis beyond a standalone model. Consequently, safety is no longer only about input--output content alignment. It also concerns system behavior and real-world execution outcomes. However, the current literature is fragmented across attack types, applications, and benchmarks. This makes it hard to explain why failures such as prompt injection, tool misuse, and memory poisoning often share the same structural cause, and how they spread through an agent workflow. In this survey, we treat isolation as a first-class principle for LLM-agent system safety. By isolation, we refer to the separation of user inputs, tool access, execution channels, inter-agent communication, and environment-originated context. We organize the literature with a boundary-centric taxonomy of five boundaries: user-agent, agent-tool, agent-execution, agent-agent, and system-environment. This view helps identify where the loss of isolation first occurs, how compromise propagates across boundaries, and which defenses are most relevant at each interface. We also summarize cross-boundary failure paths, discuss open challenges, and outline a research agenda for isolation-by-construction in future agent systems.