Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution
Original reporting by arXiv (cs.AI)

Aegis is a novel runtime governance system designed to manage and secure the actions of agentic AI systems. These increasingly capable AI models, which can interact with the real world by modifying files, sending messages, or launching jobs, introduce a critical new frontier in AI safety. The primary risk shifts from generating harmful text to executing harmful operational side effects. Traditional prompt-level governance, while useful for shaping model behavior, fails to establish a robust execution boundary, leaving systems vulnerable to unintended or malicious actions.
To mitigate this, Aegis fundamentally redefines the interaction, treating AI model outputs not as direct commands but as "action proposals." A trusted decision layer then mediates these proposals, rigorously evaluating them against active policy states before any tool execution. This architecture embodies the principle that "the model proposes; the trusted runtime decides." The system further enhances security by resolving provenance server-side, failing closed under uncertainty, and incorporating a "Senate-style settlement" for critical decisions, which requires quorum-based non-unilateral authorization.
Evaluation and Results
The article details an extensive evaluation of Aegis across a sandbox corpus of 6,300 runs. While comparator methods utilizing prompt-policy conditioning led to 79 instances of risky operational leakage, Aegis demonstrated a critical safeguard. Across 2,100 Aegis-governed trials, the system recorded zero governed mock-tool applications and zero governed risky side-effect completions. These findings support the claim that, within the evaluated environment, runtime action-boundary governance effectively prevented observed risky proposals from translating into operational hazards.
Aegis represents a critical advancement in securing agentic AI systems, addressing the emergent threat of harmful operational side effects rather than solely focusing on generative text risks. By interposing a trusted runtime decision layer between an AI's proposed actions and their execution, Aegis successfully prevented risky tool applications and unintended side effects within its evaluated sandbox corpus. This "model proposes; trusted runtime decides" paradigm, coupled with robust server-side provenance resolution and multi-party quorum authorization for sensitive operations, demonstrates a viable path to constrain AI agents, even under uncertainty. While the researchers prudently caution that these results do not guarantee general autonomous-agent safety, they strongly validate the effectiveness of runtime action-boundary governance in controlled environments.
Towards Trustworthy AI Agents
The implications of Aegis extend far beyond its immediate technical success. This work establishes a foundational blueprint for developing trustworthy AI agents capable of operating in real-world, high-stakes environments. Moving beyond prompt-level conditioning, Aegis introduces a verifiable, auditable framework for operational safety, fostering greater confidence in deploying AI systems that can modify data, send communications, or initiate complex workflows. Its methodical approach to policy enforcement and its ability to fail closed under ambiguous conditions are vital for preventing unforeseen systemic risks. As AI agents become increasingly autonomous and integrated into critical infrastructure, the principles demonstrated by Aegis — mediation, transparency, and accountable decision-making — will be indispensable, paving the way for a future where intelligent systems can act reliably and responsibly.
Frequently asked questions
- What problem does Aegis solve for agentic AI systems?
- Agentic AI systems can propose actions that modify real-world systems, leading to harmful operational side effects rather than just harmful text generation. Traditional prompt-level governance is insufficient as it doesn't establish an execution boundary. Aegis introduces a runtime governance system that mediates these action proposals through a trusted decision layer before execution. This prevents risky or unauthorized actions from being carried out, addressing a critical safety gap in autonomous AI.
- How does the Aegis system ensure safe execution of AI agent actions?
- Aegis functions by treating AI model outputs as action proposals, not direct commands. These proposals are routed through a trusted runtime decision layer that evaluates them against active policy states. The system resolves provenance server-side and is designed to "fail closed" if there is any uncertainty, preventing potentially risky actions. For complex cases, Aegis can utilize a "Senate-style settlement," requiring quorum-based authorization before an action proceeds.
- Why is an execution boundary crucial for the safety of agentic AI?
- An execution boundary is vital for agentic AI because these systems can initiate real-world actions like modifying files, sending messages, or launching jobs. Without a clear boundary, harmful proposals from the AI could directly translate into harmful operational side effects. Prompt-level instructions alone cannot prevent this. A trusted runtime governance system provides this necessary boundary, mediating between the AI's proposal and actual execution to ensure safety and policy compliance.