Bounded Agents: Delegation Security for Multi-Agent AI Systems
Abstract
The Agentic Principal Chain enforces session-aware authorization checks to prevent harmful action combinations and delegation abuses in LLM agents.
LLM-based agents can act on behalf of a user to access cloud services, call tools, or invoke agents. At session start, the agent's permissions are set but remain static, and each request is evaluated independently, without considering prior actions. Within its permissions, an agent may act contrary to the delegated task, combine individually permitted actions into a prohibited outcome, or delegate authority to a sub-agent without limiting it. A prompt injection poses a risk only if the agent has authority to perform such actions; this is therefore a problem of authorization architecture, not just the model. The Agentic Principal Chain (APC) tracks delegated authority from one principal to the next. APC evaluates each request against the accumulated session state using six authorization checks. APC carries forward and restricts delegated scope and budgets. Using composition closure, APC checks requests against prior actions to prevent prohibited combinations and enforces the decision outside the model. We prove Blast Radius Monotonicity and Composition Soundness for APC implementations; Composition Soundness is limited to prohibited combinations under a complete restriction set and serialized admission. We evaluated 3,154 instances including InjecAgent, AgentDojo, and ASB. Our compromised-model evaluation tests APC independently of model behavior by inserting the ground-truth attack call after the first legitimate tool call. AgentDojo exfiltration fell from 75-100% to 0% across all four domains; APC blocked all 544 InjecAgent data-stealing cases. Intent binding reduced destruction from 38.6% to 4.0% and manipulation from 90.5% to 12.1%. Authorization latency was 0.24 ms at the 99th percentile on an idle host; across 949 AgentDojo task-injection pairs, utility was 8.6 and 13.9 percentage points lower in the two settings. Implementation, evaluation tools, and data are publicly available.
Community
Bounded Agents introduces the Agentic Principal Chain (APC), an authorization model for multi-agent AI systems.
APC carries authorization state across actions, agents and tools, narrows scope and budgets through delegation, and uses prior execution history when deciding whether a new action should be allowed. Enforcement remains outside the model.
Across 3,154 evaluation instances, APC reduced AgentDojo exfiltration from 75โ100% to 0% across all four domains, destruction from 38.6% to 4.0%, and manipulation from 90.5% to 12.1%. It blocked all 544 InjecAgent data-stealing cases and all disruptive Agent Security Bench cases, while validating 99/99 delegation chains from 2 to 8 hops. Authorization latency was 0.24 ms at the 99th percentile.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Behavioral Governance for Autonomous AI Agents: The AgentBound Framework (2026)
- A Policy Algebra for Trust-Preserving Agentic AI Execution (2026)
- Intent-Governed Tool Authorization for AI Agents (2026)
- Are You Still the Agent I Authorized? Earned Authority under a Fixed Ceiling for Evolving Agents (2026)
- Cryptographically verifiable authorization for autonomous AI agents: A falsifiable hypothesis and proof-of-concept (2026)
- MasDrift: Benchmarking Authorization Preservation Across Multi-Agent Architectures (2026)
- Delegation Rights: Property, Agency, and Investment Incentives in the Age of AI Agents (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.15888 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper