CRAIMay 8

When Child Inherits: Modeling and Exploiting Subagent Spawn in Multi-Agent Networks

arXiv:2605.0846077.1
AI Analysis

For developers and users of multi-agent LLM systems, this work identifies a new attack vector (subagent inheritance) that enables local compromises to propagate across agent boundaries.

This paper models security risks in multi-agent networks where compromised parent agents can spread malicious instructions to subagents via inherited memory, demonstrating violations of trust boundaries in real frameworks and proposing defenses based on security invariants.

Since the official release of ChatGPT in 2022, large language models (LLMs) have rapidly evolved from chatbot-style interfaces into agentic systems that can delegate work through tools and newly spawned subagents. While these capabilities improve automation and scalability, they also pose new security risks in multi-agent networks. Existing research has studied how individual LLM-based agents can be compromised through prompt injection, jailbreaking, poisoned retrieval data, or malicious extensions. Less is known about what happens after one agent is compromised inside a multi-agent network. In particular, inherited memory from parent agents can carry malicious instructions, outdated states, or unintended behavioral rules into newly created subagents, allowing a local compromise to spread across agent boundaries. In this paper, we model contemporary multi-agent networks through the lens of subagent inheritance. Our analysis shows that current frameworks can violate trust boundaries through insecure memory inheritance, weak resource control, stale post-spawn state, and improper termination authority. We demonstrate these risks in real agent frameworks and propose defenses based on explicit security invariants. Our findings show that inheritance is not merely an implementation detail, but a central component influencing the security of multi-agent 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