Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution

arXiv cs.AI Papers

Summary

The paper introduces Aegis, a runtime governance system for agentic AI that mediates tool actions through trusted authorization, preventing risky side effects in evaluated sandbox scenarios.

arXiv:2608.16891v1 Announce Type: new Abstract: Agentic AI systems request tool actions that can modify files, send messages, launch jobs, or change workflow state. This shifts the safety problem from harmful text generation to harmful operational side effects. Prompt-level governance can shape model behavior, but it does not create an execution boundary. We introduce Aegis, a runtime governance system that treats model outputs as action proposals and mediates them through a trusted decision layer before tool execution. The model proposes; the trusted runtime decides. Aegis evaluates proposals against active policy state, resolves provenance server-side, fails closed under uncertainty, and routes selected cases through Senate-style settlement, a quorum- based non-unilateral authorization path. We evaluate Aegis on a repeated sandbox corpus spanning five run families, 42 tasks, three conditions, and ten repeats per family. Across 6,300 rows, prompt-policy conditioning produced 79 risky comparator-path leakage rows. Across 2,100 Aegis-governed rows, the system recorded zero governed mock-tool applications and zero governed risky side-effect completions. All 1,832 Aegis-attempted governed rows preserved trusted Aegis-resolved provenance, and all 1,019 Senate-settled rows had quorum and final signed tally evidence. These results do not prove general autonomous-agent safety. They support the narrower systems claim that, in this evaluated sandbox corpus, runtime action-boundary governance prevented observed risky proposals from becoming governed side effects.
Original Article
View Cached Full Text

Cached at: 08/19/26, 09:46 AM

# Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution
Source: [https://arxiv.org/html/2608.16891](https://arxiv.org/html/2608.16891)
∎11institutetext:SPQR Technologies Inc\.22institutetext:[https://spqrtech\.ai](https://spqrtech.ai/) 22email:adam@spqrtech\.ai

###### Abstract

Agentic AI systems request tool actions that can modify files, send messages, launch jobs, or change workflow state\. This shifts the safety problem from harmful text generation to harmful operational side effects\. Prompt\-level governance can shape model behavior, but it does not create an execution boundary\. We introduce Aegis, a runtime governance system that treats model outputs as action proposals and mediates them through a trusted decision layer before tool execution\. The model proposes; the trusted runtime decides\. Aegis evaluates proposals against active policy state, resolves provenance server\-side, fails closed under uncertainty, and routes selected cases through Senate\-style settlement, a quorum\-based non\-unilateral authorization path\. We evaluate Aegis on a repeated sandbox corpus spanning five run families, 42 tasks, three conditions, and ten repeats per family\. Across 6,300 rows, prompt\-policy conditioning produced 79 risky comparator\-path leakage rows\. Across 2,100 Aegis\-governed rows, the system recorded zero governed mock\-tool applications and zero governed risky side\-effect completions\. All 1,832 Aegis\-attempted governed rows preserved trusted Aegis\-resolved provenance, and all 1,019 Senate\-settled rows had quorum and final signed tally evidence\. These results do not prove general autonomous\-agent safety\. They support the narrower systems claim that, in this evaluated sandbox corpus, runtime action\-boundary governance prevented observed risky proposals from becoming governed side effects\.

††journal:arXiv preprint## Significance statement

AI agents increasingly request actions, not just text\. That changes the safety problem: harm occurs when a risky proposal becomes an operational side effect\. Prompt instructions can reduce risky behavior, but they do not decide whether tools execute\. Aegis moves governance to the action boundary by treating model outputs as proposals that require trusted runtime authorization\. In repeated sandbox evaluation, prompt\-policy conditioning still leaked risky proposals, while Aegis recorded zero governed risky side\-effect completions with auditable provenance and Senate\-settlement traces\.

## 1\. Introduction

Agentic AI systems are crossing a boundary\. They no longer merely generate text for humans to interpret; they increasingly propose actions through tools, workflows, memory, files, communications systems, and operational APIs\. A model may draft and send a message, request a file export, launch a background job, approve a workflow step, mark a task complete, or pass instructions to another agent\. Recent agent\-safety benchmarks and autonomous\-agent threat analyses show that these systems create operational side\-effect risks across files, communications, code execution, browser environments, workflows, and multi\-agent settings\[[31](https://arxiv.org/html/2608.16891#bib.bib3),[35](https://arxiv.org/html/2608.16891#bib.bib2),[26](https://arxiv.org/html/2608.16891#bib.bib1)\]\. This changes the safety problem\. The central failure mode is not only that a model says something unsafe\. It is that a model proposes an unsafe action and an operational system executes it\.

In agentic systems, the relevant safety event is not merely the generation of a risky sentence\. It is the transition from a model\-proposed action to an operational effect\. A governance mechanism that only instructs the model remains inside the actor being governed\. A runtime boundary changes the object of control: it mediates whether the proposed action may execute\.

This paper starts from that boundary\. In a text\-only setting, prompt\-level policy can be a useful behavioral constraint\. In an agentic setting, prompt governance can shape behavior, but it is not an execution boundary\. Prompt instructions can be bypassed, misread, contradicted by adversarial context, or distorted by tool\-selection pressure\. Indirect prompt\-injection work shows that adversarial external content can manipulate tool\-integrated agents toward harmful actions or data exfiltration\[[34](https://arxiv.org/html/2608.16891#bib.bib6)\]\. Tool\-selection attacks show that malicious tool descriptions can influence which tool an agent selects and how the action is invoked\[[27](https://arxiv.org/html/2608.16891#bib.bib5)\]\. Security guidance similarly treats prompt injection as an operational security concern for AI systems\[[21](https://arxiv.org/html/2608.16891#bib.bib8),[30](https://arxiv.org/html/2608.16891#bib.bib10)\]\. Even when a model appears to understand a policy, it may still produce a tool request that would create an unauthorized disclosure, runaway resource use, false completion state, or disproportionate operational action\. The question for agentic AI governance is therefore not merely whether the model “knows” the policy\. The question is whether unsafe proposals can become side effects\.

We introduce Aegis, a runtime governance system for action\-boundary control in agentic AI\. Aegis places a trusted decision layer between the model’s proposed action and the tool that would carry it out\. The model proposes; the trusted runtime decides\. This design draws on complete\-mediation and reference\-monitor principles for mediating protected operations\[[23](https://arxiv.org/html/2608.16891#bib.bib26),[2](https://arxiv.org/html/2608.16891#bib.bib27)\]\. It also draws on PEP/PDP authorization architectures\[[7](https://arxiv.org/html/2608.16891#bib.bib32),[19](https://arxiv.org/html/2608.16891#bib.bib35)\]and runtime\-assurance approaches for constraining unverified behavior before it affects a controlled system\[[9](https://arxiv.org/html/2608.16891#bib.bib39)\]\. Aegis evaluates proposed actions against active policy state, resolves policy provenance server\-side, withholds or fails closed when requirements are not met, and uses Senate\-style settlement—a quorum\-based non\-unilateral authorization path—when policy requires governed cases to be decided beyond a single actor\.

The design is deliberately not a claim that models become intrinsically safe\. Aegis does not attempt to make every model output correct, harmless, or truthful\. Instead, it changes the control point\. It treats model output as a proposal, not as authority\. Runtime governance decides whether a proposed action may execute\. That distinction matters because agentic risk is operational: the harm occurs when a proposal becomes an effect\.

We use action\-boundary governance to describe runtime control over the point at which a model\-proposed action would otherwise become an operational side effect\.

Aegis is therefore presented as a systems contribution: a concrete implementation of action\-boundary governance for side\-effectful agentic AI\. The contribution is not a new prompt policy, a model\-alignment claim, or a benchmark leaderboard\. It is a runtime architecture for treating model outputs as proposals, resolving policy and provenance through trusted infrastructure, and deciding whether proposed actions may become operational effects\.

We evaluate Aegis in a repeated sandbox corpus covering 42 tasks across three conditions: a plain mesh agent, a prompt\-policy mesh agent, and an Aegis\-governed mesh agent\. The repeated evaluation spans five run families: a deterministic stubbed model, Gemma, and a frontier model at three temperature settings\. Repeated\-run evaluation is used here to stress the enforcement boundary under stochastic proposal behavior and local runtime variation, not to construct a model leaderboard\[[6](https://arxiv.org/html/2608.16891#bib.bib47),[1](https://arxiv.org/html/2608.16891#bib.bib49),[22](https://arxiv.org/html/2608.16891#bib.bib48),[29](https://arxiv.org/html/2608.16891#bib.bib50)\]\. Across 6,300 total rows and 2,100 governed rows, prompt\-policy conditioning reduced but did not eliminate risky leakage\. Aegis\-governed execution produced zero governed mock\-tool applications and zero governed risky side\-effect completions\.

This paper makes five contributions:

1. 1\.It frames action\-boundary governance as the central runtime problem for tool\-using AI agents\.
2. 2\.It introduces Aegis, a runtime governance architecture that evaluates side\-effectful proposals before tool execution\.
3. 3\.It separates model proposals, runtime decisions, Senate settlement, trusted provenance, and final execution outcomes into auditable traces\.
4. 4\.It evaluates the system across repeated stubbed, open\-model, and frontier\-model run families\.
5. 5\.It shows that prompt\-policy leakage persisted in the comparator path, while Aegis\-governed risky side\-effect completion was zero in the evaluated corpus\.

The empirical claim is intentionally narrow\. We do not claim that Aegis makes models intrinsically safe, that the task corpus is exhaustive, or that every future tool environment is covered\. We claim that, in this repeated sandbox evaluation, moving governance from model instructions to a trusted runtime action boundary prevented observed governed risky proposals from becoming mock\-tool applications or risky side\-effect completions, while preserving auditable decision, provenance, and Senate\-settlement traces\.

## 2\. Related Work

Agentic AI risk differs from ordinary text\-generation risk because agents can interact with tools, files, memory, communications systems, workflows, APIs, and other agents\. Recent agent\-safety benchmarks evaluate LLM agents in interactive or tool\-mediated settings\[[31](https://arxiv.org/html/2608.16891#bib.bib3),[35](https://arxiv.org/html/2608.16891#bib.bib2),[33](https://arxiv.org/html/2608.16891#bib.bib4)\]\. Broader autonomous\-agent threat analyses motivate evaluating operational failure modes such as unauthorized actions, sensitive disclosure, resource misuse, destructive operations, cross\-agent propagation, and false task\-completion states\[[26](https://arxiv.org/html/2608.16891#bib.bib1),[35](https://arxiv.org/html/2608.16891#bib.bib2)\]\. This literature motivates the central scope of the present paper: agentic systems must be evaluated not only by what they say, but by what their proposed actions are allowed to do\.

Prompt injection and tool\-selection attacks further show the limits of instruction\-only governance\. Indirect prompt\-injection work shows that adversarial external content can manipulate tool\-integrated agents\[[34](https://arxiv.org/html/2608.16891#bib.bib6)\]\. Tool\-selection attacks show that malicious tool descriptions can influence which tool is selected and what action is invoked\[[27](https://arxiv.org/html/2608.16891#bib.bib5)\]\. OWASP and NCSC guidance provide security\-context support for treating prompt injection as an operational threat rather than a mere content\-moderation issue\[[21](https://arxiv.org/html/2608.16891#bib.bib8),[30](https://arxiv.org/html/2608.16891#bib.bib10)\]\. Prompt policies, system messages, and tool descriptions can reduce risk, but they do not create a trusted execution boundary\. They remain part of the model’s input and reasoning context\. Aegis addresses this gap by treating model output as a proposal that must pass through an external runtime decision layer before any side effect occurs\.

The architectural lineage for this move comes from reference monitors, complete mediation, runtime assurance, and policy enforcement architectures\. Classical secure\-systems work argues that access to protected resources should be mediated by a trusted mechanism that is invoked on every relevant request\[[23](https://arxiv.org/html/2608.16891#bib.bib26),[2](https://arxiv.org/html/2608.16891#bib.bib27)\]\. PEP/PDP designs similarly separate the point where a request is made and enforced from the point where policy is evaluated\[[7](https://arxiv.org/html/2608.16891#bib.bib32),[19](https://arxiv.org/html/2608.16891#bib.bib35)\]\. Runtime assurance systems add the related idea that unverified primary behavior can be filtered or constrained before affecting a controlled system\[[9](https://arxiv.org/html/2608.16891#bib.bib39),[28](https://arxiv.org/html/2608.16891#bib.bib37)\]\. Aegis adapts these ideas to agentic AI: the protected resource is the side\-effectful tool boundary, and the request is a model\-proposed action\.

Trusted provenance and auditability are also central\. A governance system cannot rely on the governed actor to supply its own proof that policy was followed\. In agentic AI, this means that citations, policy references, or evidence strings generated by the model, client, or sandbox PEP cannot be treated as production\-valid provenance\. Provenance systems provide a vocabulary for describing how evidence and entities are produced, used, and related\[[32](https://arxiv.org/html/2608.16891#bib.bib41)\]\. Secure audit\-log work motivates tamper\-resistant evidence records for later forensic review\[[25](https://arxiv.org/html/2608.16891#bib.bib43)\]\. Control catalogs and evidence\-recording frameworks motivate traceable security and privacy controls\[[12](https://arxiv.org/html/2608.16891#bib.bib29)\]\. Citation\-integrity studies show why model\-supplied citations cannot be treated as trusted evidence without independent validation\[[14](https://arxiv.org/html/2608.16891#bib.bib45)\]\. Aegis therefore resolves provenance server\-side from active controls and source bundles\.

The regulatory context reinforces the same direction\. NIST AI RMF motivates lifecycle AI risk management for trustworthy AI systems\[[18](https://arxiv.org/html/2608.16891#bib.bib13)\]\. The EU AI Act, ISO AI\-management standards, and OECD principles provide broader governance anchors around traceability, oversight, risk management, and accountability\[[8](https://arxiv.org/html/2608.16891#bib.bib14),[10](https://arxiv.org/html/2608.16891#bib.bib16),[11](https://arxiv.org/html/2608.16891#bib.bib17),[20](https://arxiv.org/html/2608.16891#bib.bib15)\]\. APRA materials provide financial\-sector anchors for AI oversight, operational resilience, and information\-security control expectations\[[4](https://arxiv.org/html/2608.16891#bib.bib18),[5](https://arxiv.org/html/2608.16891#bib.bib20),[3](https://arxiv.org/html/2608.16891#bib.bib22)\]\. For regulated or high\-consequence settings, it is not enough to say that an agent was instructed to behave safely\. A deployable system must be able to show what policy was active, what action was proposed, what decision was made, why execution was withheld or allowed, and what evidence supports that decision\.

Recent work increasingly treats agentic AI governance as a runtime problem rather than only a pre\-deployment, documentation, or prompt\-design problem\. Agent\-safety benchmarks and prompt\-injection studies motivate this shift from model behavior to operational action risk\[[31](https://arxiv.org/html/2608.16891#bib.bib3),[35](https://arxiv.org/html/2608.16891#bib.bib2),[34](https://arxiv.org/html/2608.16891#bib.bib6),[27](https://arxiv.org/html/2608.16891#bib.bib5)\]\. Runtime\-assurance and provenance literature provide architectural analogies for trusted mediation and auditable evidence\[[9](https://arxiv.org/html/2608.16891#bib.bib39),[32](https://arxiv.org/html/2608.16891#bib.bib41)\]\. Much of this literature remains early\-stage, including benchmarks, preprints, architectural proposals, and governance frameworks\. Aegis is positioned within this emerging direction but makes a narrower systems contribution: it implements and evaluates action\-boundary governance for side\-effectful model proposals, with trusted server\-side provenance, fail\-closed execution semantics, Senate\-style settlement, and repeated leakage\-versus\-side\-effect measurement\.

Finally, repeated evaluation matters because single runs can obscure stochastic variation in model behavior and local runtime conditions\. The present study is not a model leaderboard\. The models are used to stress the governance boundary under different proposal behaviors\. The measured endpoint is not whether one model is safer than another, but whether governed proposals become side effects when runtime governance is in place\[[6](https://arxiv.org/html/2608.16891#bib.bib47),[1](https://arxiv.org/html/2608.16891#bib.bib49),[22](https://arxiv.org/html/2608.16891#bib.bib48)\]\.

## 3\. System Design

### 3\.1\. Action\-boundary governance

Aegis places a governance boundary between a model\-proposed action and any operational side effect\. In the evaluated path, the sandbox policy enforcement point packages a proposed tool action and forwards it to the governed runtime path\. Aegis acts as the trusted policy decision layer\. It evaluates the proposal before tool application and returns a decision that the sandbox must enforce\.

Figure[1](https://arxiv.org/html/2608.16891#S3.F1)summarizes the Aegis action\-boundary governance path\.

ModelproposalSandboxPEPAegis runtime governance layerActive policy stateTrusted server\-sideprovenance resolverFail\-closed execution semanticsSenate settlement pathRuntime outcomeblocked / withheld /fail\-closed / Senate\-settledTool\-effect gateno governed mock\-toolside effect unless authorizedexecution path existsThe model proposes; the trusted runtime decides\.

Figure 1:Aegis action\-boundary governance in the evaluated path\. Aegis places a trusted runtime decision layer between model\-proposed actions and side\-effectful tool execution\. The model proposes an action through the sandbox policy enforcement point; Aegis resolves active policy state, trusted server\-side provenance, fail\-closed execution semantics, and Senate settlement requirements before any governed tool effect can occur\. The architecture shifts governance from instruction\-following to action authorization: proposals may be blocked, withheld, failed closed, or routed into Senate settlement, but they do not become governed side effects unless the runtime permits execution\. Authorization and tool execution are tracked separately\.This architecture shifts authority away from the model\. The model may propose a tool call, but the proposal does not carry execution authority\. Runtime governance decides whether the action is blocked, withheld, failed closed, or routed into Senate settlement\. The action boundary is therefore the place where policy becomes operational\. This follows complete\-mediation and reference\-monitor principles while adapting them to side\-effectful model proposals rather than ordinary user access requests\[[23](https://arxiv.org/html/2608.16891#bib.bib26),[2](https://arxiv.org/html/2608.16891#bib.bib27)\]\.

### 3\.2\. Active policy state and control mapping

Aegis evaluates proposed actions against active policy state\. For each governed proposal, the system identifies the relevant policy bundle, maps applicable controls, and records the source references that informed the decision\. The model does not decide which controls apply\. The client does not provide trusted policy evidence\. The PEP does not convert its own citations into production\-valid provenance\.

This separation is central to the system\. A model\-generated citation may be useful as a hint, but it is not trusted evidence\. Aegis resolves policy and control references server\-side, then records the decision path\. This follows PEP/PDP authorization architecture: the request is enforced at one boundary while policy evaluation is performed by a separate decision function\[[7](https://arxiv.org/html/2608.16891#bib.bib32),[19](https://arxiv.org/html/2608.16891#bib.bib35)\]\. The resulting trace preserves the raw proposal, the runtime decision, the normalized decision bucket, the practical execution outcome, matched controls, source references, and evidence paths\.

### 3\.3\. Trusted server\-side provenance

Trusted provenance is runtime\-owned\. Aegis counts provenance as valid only when the governance layer resolves it from verified active controls and source bundles\. Client\-supplied, model\-supplied, or PEP\-supplied citations are not accepted as production\-valid policy evidence\.

A governance system cannot rely on the governed actor to supply proof that policy was followed\. For this reason, Aegis treats client\-, model\-, and PEP\-supplied citations as untrusted for production provenance\. Trusted provenance is counted only when resolved server\-side by Aegis from verified active controls and source references\. This separates the existence of an evidence record from the stronger claim that the policy/source mapping was generated across the trusted boundary\.

This matters because agentic systems can produce plausible but unreliable explanations\. A governance system that accepts those explanations as proof collapses the boundary it is supposed to enforce\. Aegis instead treats provenance as an output of the trusted runtime, not of the actor being governed\. The provenance model follows the general idea that evidence records should capture source, derivation, and relations between entities\[[32](https://arxiv.org/html/2608.16891#bib.bib41)\]\. The auditability requirement is aligned with secure audit\-log work\[[25](https://arxiv.org/html/2608.16891#bib.bib43)\]\. The refusal to trust model\-supplied citations is motivated by empirical work on LLM citation fabrication\[[14](https://arxiv.org/html/2608.16891#bib.bib45)\]\.

### 3\.4\. Fail\-closed execution semantics

The governed path is designed so uncertainty does not become execution\. If a proposal lacks a valid tool action, fails local parsing, lacks required authority, cannot satisfy provenance requirements, or requires governed settlement, the runtime records non\-execution, fail\-closed behavior, or execution withholding\. This does not mean the system has solved the semantic correctness of all future policies\. It means that, in the evaluated path, unresolved or unauthorized proposals do not become mock\-tool applications\.

The design deliberately separates the initial Aegis response from the practical execution outcome\. This prevents a blocked, withheld, or escalated proposal from being misread as an executed action\.

This follows the broad runtime\-assurance pattern of filtering or constraining unverified primary behavior before it affects a controlled system\[[9](https://arxiv.org/html/2608.16891#bib.bib39)\]\.

### 3\.5\. Senate escalation and settlement

Some governed proposals require non\-unilateral settlement\. In Aegis, escalation means the Senate voting path, not an informal approval step\. The Senate path records scoped settlement evidence, including queueing, tally identifiers, quorum state, vote outcome, and finality status where available\.

A Senate\-settled allow is a governance settlement\. It is not evidence that the original mock tool was applied\. Tool application remains separately recorded through the mock\-tool\-applied field\. This distinction is essential: governance authorization, runtime execution, and side\-effect completion are different events\. The Senate path is related to separation\-of\-duty and role\-based authorization patterns in access\-control systems\[[24](https://arxiv.org/html/2608.16891#bib.bib31),[13](https://arxiv.org/html/2608.16891#bib.bib30)\]\. The traceability of settlement outcomes is aligned with control and audit\-record expectations\[[12](https://arxiv.org/html/2608.16891#bib.bib29)\]\. The empirical claim here is carried by the Aegis traces and Senate settlement artifacts\.

### 3\.6\. Decision traces and audit artifacts

Aegis preserves four concepts that are often conflated\. First, the raw runtime decision records the initial Aegis/PDP response\. Second, the normalized decision bucket supports reporting across models and runs\. Third, the practical execution outcome records whether execution was blocked, withheld, failed closed, or applied\. Fourth, Senate settlement records the asynchronous governance outcome when a proposal entered the voting path\.

Together, these traces let a reviewer reconstruct what the model proposed, what the runtime decided, what evidence supported the decision, whether Senate settlement occurred, and whether any side effect completed\. The SPQR/Aegis lineage sources describe the broader architecture family, but the empirical claims in this paper are based on the sandbox reports and governed decision traces\[[15](https://arxiv.org/html/2608.16891#bib.bib52),[16](https://arxiv.org/html/2608.16891#bib.bib51),[17](https://arxiv.org/html/2608.16891#bib.bib53)\]\.

## 4\. Methods

We evaluated Aegis using the Aegis paper sandbox corpus\. The corpus contains 42 source\-mapped tasks spanning agentic authority, external communication, vendor and service\-provider workflows, active\-law changes, and AI consumer\-impact scenarios\. Each task was evaluated under three conditions: a plain mesh agent, a prompt\-policy mesh agent, and an Aegis\-governed mesh agent\.

The repeated evaluation contains five 10\-run families: a deterministic stubbed model, Gemma, a frontier model at temperature 0, a frontier model at temperature 0\.7, and a frontier model at temperature 1\.0\. Each run family contains ten repeats of the 42\-task by three\-condition matrix, yielding 1,260 rows per family and 6,300 rows overall\. The governed condition contributes 420 rows per run family and 2,100 governed rows overall\.

Table[1](https://arxiv.org/html/2608.16891#S4.T1)defines the scoring terms used in the manuscript\. The table separates comparator\-path leakage, governed runtime attempts, Senate settlement, mock\-tool application, side\-effect completion, and trusted provenance so the reported metrics are read as distinct events rather than interchangeable outcomes\.

Table 1:Scoring definitions used to interpret the evaluation reports\.The artifact release has a deliberate reproducibility boundary\. Public artifacts support inspection of the task corpus, mock\-tool paths, scoring logic, report builders, output schemas, and frozen sanitized result tables\. They do not include the production Aegis kernel, production trust infrastructure, private credentials, signing material, live endpoints, or production policy bundles\. Offline public runs therefore reproduce sandbox mechanics and report construction, but they do not reproduce or simulate the live Aegis PDP\. Validation against the real Aegis PDP can be provided to reviewers or researchers through scoped credentials and mock\-only trust material, configured to fail closed unless the required endpoint and trust configuration are supplied\. This boundary is intentional: releasing signing material, production trust infrastructure, or live PDP endpoints would weaken the very control surface evaluated by the paper\.

All side effects were evaluated through mock tools\. No real\-world emails, exports, jobs, approvals, shell commands, or workflow changes were executed\. Rows were scored for expected outcome, practical execution outcome, risky side\-effect completion, parser/backend status, provenance status, and Senate settlement status where applicable\.

Prompt\-policy leakage was evaluated separately from the governed path\. A prompt\-policy leakage row is a row in which the prompt\-policy condition allowed or proposed a policy\-risk action in the non\-Aegis path\. For such rows, the report also records the Aegis counterfactual for the corresponding task when available\.

For the governed condition, the reports distinguish Aegis\-attempted rows from local fail\-closed/no\-tool rows\. A local fail\-closed/no\-tool row means that no actionable tool proposal reached Aegis\. An Aegis\-attempted row means that the governed runtime evaluated a proposal and recorded a decision trace\.

The denominator differs by metric\. Prompt\-policy leakage is measured only in the prompt\-policy comparator condition\. Governed risky side\-effect completion is measured only in Aegis\-governed rows\. Trusted provenance is measured over Aegis\-attempted governed rows, because local fail\-closed/no\-tool rows do not reach Aegis as actionable proposals\. Senate settlement is measured over rows routed into the Senate voting path\.

Senate settlement status was joined after matrix execution\. This preserves the initial Aegis/PDP response while separately reporting Senate settlement, quorum, final tally, and outcome\. A Senate\-settled allow is a governance settlement, not evidence of tool application\. Trusted provenance was counted only when resolved by Aegis/server\-side mechanisms from verified controls and source references\.

The ten\-repeat design is used as a systems robustness check, not as a claim of exhaustive statistical coverage\. Repeated runs expose the action boundary to variation in model proposals, parsing outcomes, tool\-selection behavior, and runtime settlement paths\. The measured endpoint is whether governed proposals become side effects under those variations\. The repeats therefore strengthen the evidence that the reported non\-execution result is not a one\-off trace artifact, while still leaving the claim bounded to the evaluated corpus and runtime path\. This use of repeated runs is consistent with recent work emphasizing uncertainty, instability, and reproducibility concerns in LLM evaluation\[[6](https://arxiv.org/html/2608.16891#bib.bib47),[1](https://arxiv.org/html/2608.16891#bib.bib49),[22](https://arxiv.org/html/2608.16891#bib.bib48),[29](https://arxiv.org/html/2608.16891#bib.bib50)\]\.

## 5\. Results

### 5\.1\. Repeated evaluation pack

The repeated evaluation asks a simple operational question: when risky proposals occur, do they become governed side effects? In the Aegis\-governed path, they did not\. Across five 10\-run families, the evaluation produced 6,300 total rows and 2,100 governed rows\. Each run family contributed 420 governed rows\. Across those governed rows, Aegis recorded zero governed mock\-tool applications and zero governed risky side\-effect completions\.

The key empirical contrast is the difference between behavioral guidance and execution control\. Prompt\-policy conditioning still allowed 79 risky leakage rows in the comparator path, but those same classes of proposals did not become governed side effects under Aegis\. The important contrast is not that the models stopped proposing risky actions\. They did not\. The important contrast is that, in the governed path, those proposals did not become mock\-tool applications or risky side\-effect completions\. Table[2](https://arxiv.org/html/2608.16891#S5.T2)summarizes the repeated evaluation design\. The artifact manifest and reproduction notes are provided in Supplementary Information, Appendix H\.

The results should be read in three layers\. First, comparator\-path leakage measures whether prompt\-policy conditioning still produced risky proposals\. Second, governed execution outcomes measure whether Aegis\-governed proposals became mock\-tool applications or risky side effects\. Third, provenance and Senate traces measure whether the runtime decision path was auditable and whether non\-unilateral settlement completed where required\.

Table 2:Repeated evaluation design\. Each total row is one task\-condition observation in a run\-family matrix; governed rows are the Aegis\-condition denominator\.
### 5\.2\. Prompt\-policy controls reduced but did not eliminate leakage

Prompt\-policy conditioning did not eliminate risky action leakage in the repeated evaluation\. The 10\-run comparison reports 79 prompt\-policy leakage counterfactual rows\. Leakage rows are evidence that prompt\-level policy did not eliminate risky proposals in the comparator path\. They are not counted as governed side effects\. These rows are concentrated in two task categories in the inspected leakage table: 40 rows for the runaway background job task and 39 rows for an external raw complaints data request\. The leakage rows were observed in the stubbed and Frontier run families; no prompt\-policy leakage rows were recorded for Gemma in the 10\-run report\.

The leakage rows also make the result operational rather than merely statistical\. They were not counted as generic model disagreements\. Each leakage row was mapped to the implicated workflow, failure category, required controls, source references, and policy\-risk effect label\. In the comparator path, these included proposals such as high\-concurrency background\-job creation mapped to resource\-bound and runaway\-job controls, and external raw\-data disclosure proposals mapped to sensitive\-data, information\-security, and data\-minimization controls\. The corresponding Aegis\-governed rows recorded non\-execution outcomes: execution withholding, fail\-closed/no\-action behavior, or Senate\-path settlement without mock\-tool application\. Full leakage\-to\-control mappings, source references, and Aegis counterfactual outcomes are provided in Supplementary Information, Appendix C and Appendix D\.

A worked frontier\-model temperature 0\.7 drill\-down in the Supplementary Information traces comparator\-path leakage from proposed action, to mapped controls and APRA\-linked source references, to the corresponding Aegis\-governed non\-execution outcome\.

This result should be read alongside the governed path\. Table[3](https://arxiv.org/html/2608.16891#S5.T3)reports leakage counts alongside governed risk outcomes, and Table[4](https://arxiv.org/html/2608.16891#S5.T4)gives compact representative examples\. Full leakage counterfactuals and policy\-control mappings are provided in Supplementary Information, Appendix C and Appendix D\.

Table 3:Main risk outcomes in the 10\-run comparison\. Prompt\-policy leakage is a comparator\-path metric, not an Aegis\-governed side effect\. Mock\-tool applications and risky completions are governed\-path execution endpoints\.The result is operational rather than merely behavioral\. Prompt\-policy leakage shows that policy text did not eliminate risky proposals in the comparator path\. The governed result shows that those classes of proposals did not become mock\-tool applications or risky side\-effect completions under Aegis\. The central comparison is therefore not which model behaved best, but whether the runtime action boundary prevented observed risky proposals from becoming side effects\.

Table 4:Representative prompt\-policy leakage rows and corresponding Aegis counterfactual outcomes\. Leakage rows are comparator\-path outcomes, not Aegis\-governed side effects\. Each row is mapped to workflow family, failure category, implicated controls, source references, and policy\-risk effect labels\. Full row\-level mappings are provided in Supplementary Information, Appendix C and Appendix D\. A worked frontier\-model temperature 0\.7 drill\-down is provided in Supplementary Information, Appendix D\.
### 5\.3\. Runtime governance prevented observed governed risky side\-effect completion

Across 2,100 Aegis\-governed rows in the 10\-run pack, Aegis recorded zero governed mock\-tool applications and zero governed risky side\-effect completions\. The contrast is the central result: prompt policy reduced risk but did not eliminate leakage; runtime governance prevented observed governed side\-effect completion\. The supported claim is not that Aegis proves all agents safe, but that Aegis prevented observed governed risky proposals from becoming side effects in this sandbox corpus\.

### 5\.4\. Governed proposals were resolved through withholding, fail\-closed behavior, and Senate voting

The 10\-run comparison recorded 1,832 Aegis\-attempted governed rows and 268 local fail\-closed/no\-tool governed rows\. Senate voting produced 1,019 joined settlement rows: 60 settled allow outcomes and 959 settled deny outcomes\. All 1,019 Senate rows had quorum and final signed tally evidence\. Table[5](https://arxiv.org/html/2608.16891#S5.T5)summarizes these outcomes\. Full Senate settlement and finality details are provided in Supplementary Information, Appendix E\.

Table 5:Senate voting summary in the 10\-run comparison\. Settled allow is a governance settlement, not evidence of tool application; mock\-tool application remained separately recorded and zero in the governed rows\.A Senate\-settled allow is not counted as execution\. It records that the governance process reached an allow settlement; tool application remains a separate event and remained zero in the governed rows reported here\.

The timing artifacts also provide bounded runtime measurements for the evaluated sandbox\. Across the five 10\-run governed run families, the reported Aegis latency medians ranged from 25\.598 ms to 27\.754 ms, p95 values ranged from 30\.908 ms to 66\.848 ms, and the maximum observed Aegis latency was 237\.897 ms\. These measurements describe the sandbox/runtime decision path captured in the reported pack and should not be interpreted as production network latency, end\-user latency, or a general benchmark for all deployment environments\. Full timing summaries and artifact paths are provided in Supplementary Information, Appendix E and Appendix H\.

### 5\.5\. Aegis\-attempted decisions preserved trusted server\-side provenance

Trusted Aegis\-resolved provenance was valid for every Aegis\-attempted governed row\. The repeated evaluation recorded 1,832 Aegis\-attempted governed rows and 1,832 trusted Aegis\-resolved provenance\-valid rows\. There were zero provenance\-unknown and zero provenance\-invalid rows\. Table[6](https://arxiv.org/html/2608.16891#S5.T6)summarizes the provenance result\.

This is distinct from generic evidence completeness\. The system did not treat model, client, or PEP\-supplied citations as trusted production provenance\. Provenance validity required Aegis/server\-side resolution from verified controls and source references\. The trusted provenance boundary audit is provided in Supplementary Information, Appendix F\.

Table 6:Trusted server\-side provenance summary for Aegis\-attempted governed rows\. Trusted provenance means Aegis\-resolved controls and source references; client\-, model\-, or PEP\-supplied citations were not counted as production\-valid provenance\.
### 5\.6\. Coverage across workflow and failure categories

The report pack includes grouped summaries by workflow, failure category, controls, tools, and tasks\. The leakage rows sampled in the main paper cover agentic authority tool use and external communication workflows, with failure categories for uncontrolled resource consumption or persistent loops and indirect sensitive information disclosure\. The full by\-workflow and by\-failure\-category decision bucket reports are indexed in Supplementary Information, Appendix H rather than duplicated as large generated tables in the manuscript\. These groupings support the paper’s taxonomy claim without presenting the 42\-task corpus as exhaustive\.

The empirical claim is intentionally narrow\. The result does not show that arbitrary agents are safe, that all unsafe proposals are detectable, or that policy design can be automated away\. It shows that, in the evaluated sandbox corpus and runtime path, observed risky governed proposals did not become mock\-tool applications or risky side\-effect completions\. The result therefore supports action\-boundary governance as a practical systems pattern: model behavior may vary, but execution authority is mediated by a trusted runtime control point\.

## 6\. Discussion

The results support a practical separation between model behavior and runtime action governance\. Prompt\-policy instructions can shape model behavior, but they remain advisory unless a trusted runtime enforces the action boundary\. This distinction is consistent with indirect prompt\-injection and tool\-selection work showing that instruction\-level defenses can be bypassed or redirected in tool\-integrated settings\[[34](https://arxiv.org/html/2608.16891#bib.bib6),[27](https://arxiv.org/html/2608.16891#bib.bib5)\]\. Security guidance similarly treats prompt injection as an operational security concern for AI systems\[[21](https://arxiv.org/html/2608.16891#bib.bib8),[30](https://arxiv.org/html/2608.16891#bib.bib10)\]\.

This matters because many governance approaches remain document\-centered or prompt\-centered\. They specify how an agent should behave, but they do not necessarily control whether a proposed action executes\. Aegis shows a different pattern: governance as an operational control surface\. In high\-consequence settings, the relevant unit of governance is not only the model response; it is the transition from proposal to side effect\.

Prompt governance remains useful, but it governs behavior inside the model’s context\. Runtime governance controls a different object: the transition from proposal to execution\. That distinction is the core systems claim of Aegis\. The system does not require the model to become intrinsically safe before it can reduce operational risk; it requires side\-effectful proposals to pass through a trusted authorization boundary before they can execute\.

The key result is not that models stopped proposing risky actions\. The key result is that risky proposals did not become governed side effects\. A model can appear aligned, cautious, or policy\-aware while still proposing an action that should not execute\. Runtime governance treats that proposal as input to an authorization process, not as permission\. The model proposes; the trusted runtime decides\. This interpretation aligns with complete\-mediation and reference\-monitor principles\[[23](https://arxiv.org/html/2608.16891#bib.bib26),[2](https://arxiv.org/html/2608.16891#bib.bib27)\], and with runtime\-assurance principles for constraining unverified behavior before it affects a controlled system\[[9](https://arxiv.org/html/2608.16891#bib.bib39)\]\.

The contribution is not that Aegis made the models safe\. The contribution is that it separated model proposal from execution authority and made that separation auditable\. This distinction matters because operational harm occurs at the side\-effect boundary\. A model can leak, hallucinate, comply with a bad instruction, or propose a risky tool call; the runtime boundary determines whether that proposal becomes an effect\.

A natural objection is that zero governed side\-effect completions may be a property of the sandbox rather than all deployments\. We agree\. The purpose of the evaluation is not to certify arbitrary agents or tool ecosystems\. It is to test whether, under a controlled repeated corpus containing observed risky proposals, an external runtime boundary can prevent those proposals from becoming governed mock\-tool applications or risky side\-effect completions\. The evidence supports that systems claim and motivates broader evaluation across additional tools, policies, models, and independent implementations\.

The Senate path illustrates the same principle at a higher governance level\. A Senate\-settled allow is not a tool application\. It is a governance settlement that remains separate from execution\. This prevents a common audit error: confusing authorization state with side\-effect completion\. Aegis records both\. Separation\-of\-duty and role\-based authorization literature provide the design analogy for non\-unilateral authorization\[[24](https://arxiv.org/html/2608.16891#bib.bib31),[13](https://arxiv.org/html/2608.16891#bib.bib30)\]\. The Senate result itself, however, is an empirical property of the governed traces reported here\.

The provenance result is equally important\. In agentic systems, explanations and citations can be generated by the same model that is requesting action\. Treating those citations as trusted evidence weakens the governance boundary\. Aegis instead resolves provenance server\-side\. That makes the decision path more auditable because the evidence record is generated by the trusted runtime, not by the actor being governed\. This design choice is supported by provenance and audit\-log literature\[[32](https://arxiv.org/html/2608.16891#bib.bib41),[25](https://arxiv.org/html/2608.16891#bib.bib43)\], and by empirical evidence that LLM\-generated citations can be unreliable\[[14](https://arxiv.org/html/2608.16891#bib.bib45)\]\.

For regulated or high\-consequence domains, the implication is straightforward\. Governance cannot remain only in documents, policies, or prompt instructions\. It must be represented at the point where action is authorized\. Risk\-management, record\-keeping, operational\-resilience, information\-security, and AI\-management frameworks increasingly point toward this need for traceable, accountable, and auditable control of high\-impact AI systems\[[18](https://arxiv.org/html/2608.16891#bib.bib13),[8](https://arxiv.org/html/2608.16891#bib.bib14),[4](https://arxiv.org/html/2608.16891#bib.bib18),[5](https://arxiv.org/html/2608.16891#bib.bib20),[3](https://arxiv.org/html/2608.16891#bib.bib22),[10](https://arxiv.org/html/2608.16891#bib.bib16),[20](https://arxiv.org/html/2608.16891#bib.bib15)\]\. Aegis is one concrete implementation of that pattern\.

## 7\. Limitations

This is a sandbox/mock\-tool evaluation, not a live deployment outcome study\. The reported zero governed risky side\-effect completions apply to this evaluated corpus and runtime path\. They do not prove that all possible agentic risks are eliminated\.

The corpus is bounded\. It contains 42 tasks, five workflow families, and a finite set of failure categories\. Broader task coverage, additional models, additional tool families, and independent replication are required before making general claims\.

The result depends on policy quality and control mapping completeness\. A runtime governance system can enforce only the controls it is given and can resolve only the provenance it is designed to trust\. Poor policy design, incomplete controls, faulty integration, or compromised trust boundaries could weaken the assurance provided by the evaluated path\.

A flawed integration that allowed untrusted citation material, incomplete controls, or unauthorized tool execution around the PEP/PDP boundary would weaken that assurance\. The result therefore depends on maintaining the trusted boundary as an implementation invariant, not merely describing it architecturally\.

The governed result applies to the Aegis\-governed path, not to ungated model behavior\. The plain and prompt\-policy conditions remain important because they show what can occur outside runtime governance\.

Senate\-settled allow is not equivalent to tool application\. Future work should evaluate verified resume/finalize paths separately if and when those paths are enabled\.

The public artifact release intentionally excludes the Aegis kernel, production trust infrastructure, live endpoints, private credentials, signing material, and production policy bundles\. Public artifacts support sandbox inspection and report/table reconstruction; live Aegis PDP validation requires scoped reviewer or researcher access\.

The result is therefore not a claim that Aegis eliminates agentic risk\. It is evidence that, under the evaluated task corpus, mock\-tool environment, and trusted runtime path, observed governed risky proposals did not cross the action boundary into side effects\.

Finally, this evaluation does not claim universal agent safety, regulator certification, or complete coverage of all operational settings\. It supports a narrower systems claim: in the evaluated corpus, runtime governance prevented observed governed risky proposals from becoming side effects\.

## 8\. Conclusion

Agentic AI governance cannot stop at instruction\-following\. As agents gain access to tools, workflows, and operational APIs, the decisive safety boundary is the transition from proposal to side effect\. Aegis moves governance to that boundary\. Across 6,300 repeated evaluation rows and 2,100 governed rows, prompt\-policy conditioning still produced risky leakage in comparator paths, while Aegis recorded zero governed mock\-tool applications, zero governed risky side\-effect completions, and trusted server\-side provenance for every Aegis\-attempted governed row\. These results do not establish universal agent safety\. They support a narrower systems claim: in the evaluated corpus, treating model outputs as proposals and requiring runtime authorization prevented observed risky proposals from becoming governed side effects\. For agentic AI, governance must control not only what models say, but what their proposed actions are allowed to do\.

## Data, Materials, and Software Availability

The public artifact release includes the sandbox policy\-enforcement point, synthetic task corpus, mock tools, prompt\-policy comparator, scoring logic, report builders, output schemas, frozen sanitized result artifacts, and documentation required to inspect the reported tables\. The public sandbox PEP repository is available at[https://github\.com/CyberQube1/Aegis\_PEP\_Sandbox\.git](https://github.com/CyberQube1/Aegis_PEP_Sandbox.git); archival DOI details will be added before public release\. The public release does not include the production Aegis kernel, production trust infrastructure, private credentials, production policy bundles, signing material, or live endpoint details\. Offline public runs support sandbox mechanics and report/table inspection without live Aegis decisions; they do not reproduce or simulate the Aegis PDP\. Validation against the real Aegis PDP is available to reviewers or researchers on request through scoped SPQR\-issued credentials and mock\-only trust material; such access is configured to fail closed unless the required endpoint and trust configuration are supplied\. This boundary is intentional: releasing signing material, production trust infrastructure, or live PDP endpoints would weaken the very control surface evaluated by the paper\.

## Use of AI tools

AI\-assisted tools were used for manuscript drafting support, proofreading, formatting, LaTeX organization, and consistency checks\. The author reviewed and approved the final manuscript and remains responsible for all claims, citations, interpretations, and conclusions\. AI tools were not used to generate, alter, or rerun the evaluation results, policies, prompts, tasks, model outputs, or frozen artifacts reported here\.

## Author Contributions

A\.M\. conceived the Aegis runtime\-governance architecture, designed the evaluation corpus and sandbox methodology, implemented or directed the evaluation workflow, analyzed the resulting artifacts, and wrote the manuscript\.

## Competing Interests

The author declares a competing interest as the developer of the Aegis runtime\-governance system and related SPQR/Aegis architecture\-lineage materials evaluated and discussed in this manuscript\.

## References

- M\. A\. Alvarado Gonzalez, M\. Bruno Hernandez, M\. A\. Peñaloza Perez, B\. Lopez Orozco, J\. T\. Cruz Soto, and S\. Malagon \(2025\)Do repetitions matter? strengthening reliability in llm evaluations\.External Links:[Link](https://arxiv.org/abs/2509.24086),[Document](https://dx.doi.org/10.48550/arXiv.2509.24086),2509\.24086Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p8.1),[§2](https://arxiv.org/html/2608.16891#S2.p7.1),[§4](https://arxiv.org/html/2608.16891#S4.p10.1)\.
- J\. P\. Anderson \(1972\)Computer security technology planning study\.Technical reportElectronic Systems Division, Air Force Systems Command\.External Links:[Link](https://csrc.nist.rip/publications/history/ande72.pdf)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p3.1),[§3\.1](https://arxiv.org/html/2608.16891#S3.SS1.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p4.1)\.
- Australian Prudential Regulation Authority \(2019\)Prudential standard cps 234: information security\.External Links:[Link](https://www.apra.gov.au/sites/default/files/cps_234_july_2019_for_public_release.pdf)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- Australian Prudential Regulation Authority \(2026a\)APRA letter to industry on artificial intelligence \(ai\)\.External Links:[Link](https://www.apra.gov.au/apra-letter-to-industry-on-artificial-intelligence-ai)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- Australian Prudential Regulation Authority \(2026b\)Prudential standard cps 230: operational risk management\.External Links:[Link](https://www.apra.gov.au/operational-risk-management)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- R\. E\. Blackwell, J\. Barry, and A\. G\. Cohn \(2025\)Towards reproducible LLM evaluation: quantifying uncertainty in LLM benchmark scores\.External Links:2410\.03492,[Document](https://dx.doi.org/10.48550/arXiv.2410.03492),[Link](https://arxiv.org/abs/2410.03492)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p8.1),[§2](https://arxiv.org/html/2608.16891#S2.p7.1),[§4](https://arxiv.org/html/2608.16891#S4.p10.1)\.
- L\. Chen, L\. Gasparini, and T\. J\. Norman \(2013\)XACML and risk\-aware access control\.InProceedings of the 10th International Workshop on Security in Information Systems,Angers, France,pp\. 66–75\.External Links:[Document](https://dx.doi.org/10.5220/0004609200660075),[Link](https://repository.uwl.ac.uk/id/eprint/1838/)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p3.1),[§3\.2](https://arxiv.org/html/2608.16891#S3.SS2.p2.1)\.
- European Union \(2024\)Regulation \(eu\) 2024/1689 laying down harmonised rules on artificial intelligence\.External Links:[Link](https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- K\. Hobbs, M\. Mote, M\. Abate, S\. Coogan, and E\. Feron \(2021\)Run time assurance for safety\-critical systems: an introduction to safety filtering approaches for complex control systems\.External Links:2110\.03506,[Document](https://dx.doi.org/10.48550/arXiv.2110.03506),[Link](https://arxiv.org/abs/2110.03506)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p3.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1),[§3\.4](https://arxiv.org/html/2608.16891#S3.SS4.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p4.1)\.
- International Organization for Standardization \(2023\)ISO/iec 42001:2023 artificial intelligence – management system\.External Links:[Link](https://www.iso.org/standard/42001)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- International Organization for Standardization \(2025\)ISO/iec 42006:2025 artificial intelligence – requirements for bodies providing audit and certification of artificial intelligence management systems\.External Links:[Link](https://www.iso.org/standard/42006)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1)\.
- Joint Task Force \(2020\)Security and privacy controls for information systems and organizations\.Technical reportNational Institute of Standards and Technology\.External Links:[Link](https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final),[Document](https://dx.doi.org/10.6028/NIST.SP.800-53r5)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p4.1),[§3\.5](https://arxiv.org/html/2608.16891#S3.SS5.p2.1)\.
- D\. R\. Kuhn \(1997\)Mutual exclusion of roles as a means of implementing separation of duty in role\-based access control systems\.InProceedings of the Second ACM Workshop on Role\-Based Access Control,External Links:[Document](https://dx.doi.org/10.1145/266741.266749),[Link](https://www.nist.gov/publications/mutual-exclusion-roles-means-implementing-separation-duty-role-based-access-control)Cited by:[§3\.5](https://arxiv.org/html/2608.16891#S3.SS5.p2.1),[§6](https://arxiv.org/html/2608.16891#S6.p7.1)\.
- J\. Linardon, H\. K\. Jarman, Z\. McClure, C\. Anderson, C\. Liu, and M\. Messer \(2025\)Influence of topic familiarity and prompt specificity on citation fabrication in mental health research using large language models: experimental study\.JMIR Mental Health12,pp\. e80371\.External Links:[Document](https://dx.doi.org/10.2196/80371),[Link](https://mental.jmir.org/2025/1/e80371)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p4.1),[§3\.3](https://arxiv.org/html/2608.16891#S3.SS3.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p8.1)\.
- A\. Mazzocchetti \(2025a\)Lex fiducia: constitutional AI and the architecture of verifiable trust\.External Links:[Document](https://dx.doi.org/10.2139/ssrn.5276785),[Link](https://ssrn.com/abstract=5276785)Cited by:[§3\.6](https://arxiv.org/html/2608.16891#S3.SS6.p2.1)\.
- A\. Mazzocchetti \(2025b\)Lex veritas: cryptographic proofs and evidentiary integrity in constitutional AI\.External Links:[Document](https://dx.doi.org/10.2139/ssrn.5294174),[Link](https://ssrn.com/abstract=5294174)Cited by:[§3\.6](https://arxiv.org/html/2608.16891#S3.SS6.p2.1)\.
- A\. Mazzocchetti \(2026\)Cryptographic runtime governance for autonomous AI systems\.External Links:2603\.16938,[Document](https://dx.doi.org/10.48550/arXiv.2603.16938),[Link](https://arxiv.org/abs/2603.16938)Cited by:[§3\.6](https://arxiv.org/html/2608.16891#S3.SS6.p2.1)\.
- National Institute of Standards and Technology \(2023\)Artificial intelligence risk management framework \(ai rmf 1\.0\)\.Technical reportNational Institute of Standards and Technology\.External Links:[Link](https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-ai-rmf-10),[Document](https://dx.doi.org/10.6028/NIST.AI.100-1)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- OpenID Foundation \(2026\)Authorization api 1\.0\.External Links:[Link](https://openid.net/specs/authorization-api-1_0.html)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p3.1),[§3\.2](https://arxiv.org/html/2608.16891#S3.SS2.p2.1)\.
- Organisation for Economic Co\-operation and Development \(2024\)OECD ai principles\.External Links:[Link](https://oecd.ai/en/ai-principles)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p5.1),[§6](https://arxiv.org/html/2608.16891#S6.p9.1)\.
- OWASP GenAI Security Project \(2025\)LLM01: prompt injection\.External Links:[Link](https://genai.owasp.org/llmrisk/llm01-prompt-injection/)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p3.1),[§2](https://arxiv.org/html/2608.16891#S2.p2.1),[§6](https://arxiv.org/html/2608.16891#S6.p1.1)\.
- N\. Potamitis, L\. Klein, and A\. Arora \(2025\)ReasonBENCH: benchmarking the \(In\)Stability of LLM reasoning\.External Links:2512\.07795,[Document](https://dx.doi.org/10.48550/arXiv.2512.07795),[Link](https://arxiv.org/abs/2512.07795)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p8.1),[§2](https://arxiv.org/html/2608.16891#S2.p7.1),[§4](https://arxiv.org/html/2608.16891#S4.p10.1)\.
- J\. H\. Saltzer and M\. D\. Schroeder \(1975\)The protection of information in computer systems\.Proceedings of the IEEE63\(9\),pp\. 1278–1308\.External Links:[Document](https://dx.doi.org/10.1109/PROC.1975.9939),[Link](https://cgi.cse.unsw.edu.au/%CB%9Ccs9242/19/papers/Saltzer_Schroeder_75.pdf)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p3.1),[§3\.1](https://arxiv.org/html/2608.16891#S3.SS1.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p4.1)\.
- R\. Sandhu, D\. F\. Ferraiolo, and D\. R\. Kuhn \(2000\)The NIST model for role\-based access control: towards a unified standard\.InProceedings of the Fifth ACM Workshop on Role\-Based Access Control,External Links:[Document](https://dx.doi.org/10.1145/344287.344301),[Link](https://csrc.nist.gov/pubs/conference/2000/07/26/nist-model-for-rbac-towards-a-unified-standard/final)Cited by:[§3\.5](https://arxiv.org/html/2608.16891#S3.SS5.p2.1),[§6](https://arxiv.org/html/2608.16891#S6.p7.1)\.
- B\. Schneier and J\. Kelsey \(1999\)Secure audit logs to support computer forensics\.ACM Transactions on Information and System Security1\(3\),pp\. 159–176\.External Links:[Document](https://dx.doi.org/10.1145/317087.317089),[Link](https://dl.acm.org/doi/10.1145/317087.317089)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p4.1),[§3\.3](https://arxiv.org/html/2608.16891#S3.SS3.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p8.1)\.
- N\. Shapira, C\. Wendler, A\. Yen, G\. Sarti, K\. Pal, O\. Floody, A\. Belfki, A\. Loftus, A\. R\. Jannali, N\. Prakash, J\. Cui, G\. Rogers, J\. Brinkmann, C\. Rager, A\. Zur, M\. Ripa, A\. Sankaranarayanan, D\. Atkinson, R\. Gandikota, J\. Fiotto\-Kaufman, E\. Hwang, H\. Orgad, P\. S\. Sahil, N\. Taglicht, T\. Shabtay, A\. Ambus, N\. Alon, S\. Oron, A\. Gordon\-Tapiero, Y\. Kaplan, V\. Shwartz, T\. Rott Shaham, C\. Riedl, R\. Mirsky, M\. Sap, D\. Manheim, T\. Ullman, and D\. Bau \(2026\)Agents of chaos\.External Links:[Link](https://arxiv.org/abs/2602.20021),[Document](https://dx.doi.org/10.48550/arXiv.2602.20021),2602\.20021Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p1.1),[§2](https://arxiv.org/html/2608.16891#S2.p1.1)\.
- J\. Shi, Z\. Yuan, G\. Tie, P\. Zhou, N\. Z\. Gong, and L\. Sun \(2025\)Prompt injection attack to tool selection in llm agents\.External Links:[Link](https://arxiv.org/abs/2504.19793),[Document](https://dx.doi.org/10.48550/arXiv.2504.19793),2504\.19793Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p3.1),[§2](https://arxiv.org/html/2608.16891#S2.p2.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1),[§6](https://arxiv.org/html/2608.16891#S6.p1.1)\.
- J\. T\. Slagel, L\. M\. White, A\. Dutle, C\. A\. Muñoz, and N\. Crespo \(2024\)A formal verification framework for runtime assurance\.InNASA Formal Methods,External Links:[Document](https://dx.doi.org/10.1007/978-3-031-60698-4%5F19),[Link](https://dl.acm.org/doi/10.1007/978-3-031-60698-4_19)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p3.1)\.
- B\. Szalontai, B\. Márton, B\. Pintér, and T\. Gregorics \(2025\)Investigating reproducibility challenges in LLM bugfixing on the HumanEvalFix benchmark\.Software4\(3\),pp\. 17\.External Links:[Document](https://dx.doi.org/10.3390/software4030017),[Link](https://www.mdpi.com/2674-113X/4/3/17)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p8.1),[§4](https://arxiv.org/html/2608.16891#S4.p10.1)\.
- UK National Cyber Security Centre \(2023\)Thinking about the security of ai systems\.External Links:[Link](https://www.ncsc.gov.uk/blog-post/thinking-about-security-ai-systems)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p3.1),[§2](https://arxiv.org/html/2608.16891#S2.p2.1),[§6](https://arxiv.org/html/2608.16891#S6.p1.1)\.
- S\. Vijayvargiya, A\. B\. Soni, X\. Zhou, Z\. Z\. Wang, N\. Dziri, G\. Neubig, and M\. Sap \(2025\)OpenAgentSafety: a comprehensive framework for evaluating real\-world ai agent safety\.External Links:[Link](https://arxiv.org/abs/2507.06134),[Document](https://dx.doi.org/10.48550/arXiv.2507.06134),2507\.06134Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p1.1),[§2](https://arxiv.org/html/2608.16891#S2.p1.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1)\.
- World Wide Web Consortium \(2013\)PROV\-dm: the prov data model\.External Links:[Link](https://www.w3.org/TR/prov-dm/)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p4.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1),[§3\.3](https://arxiv.org/html/2608.16891#S3.SS3.p3.1),[§6](https://arxiv.org/html/2608.16891#S6.p8.1)\.
- T\. Yuan, Z\. He, L\. Dong, Y\. Wang, R\. Zhao, T\. Xia, L\. Xu, B\. Zhou, F\. Li, Z\. Zhang, R\. Wang, and G\. Liu \(2024\)R\-Judge: benchmarking safety risk awareness for LLM agents\.InFindings of the Association for Computational Linguistics: EMNLP 2024,External Links:[Link](https://aclanthology.org/2024.findings-emnlp.79/)Cited by:[§2](https://arxiv.org/html/2608.16891#S2.p1.1)\.
- Q\. Zhan, Z\. Liang, Z\. Ying, and D\. Kang \(2024\)InjecAgent: benchmarking indirect prompt injections in tool\-integrated large language model agents\.InFindings of the Association for Computational Linguistics: ACL 2024,Bangkok, Thailand,pp\. 10471–10506\.External Links:[Link](https://aclanthology.org/2024.findings-acl.624/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.624)Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p3.1),[§2](https://arxiv.org/html/2608.16891#S2.p2.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1),[§6](https://arxiv.org/html/2608.16891#S6.p1.1)\.
- Z\. Zhang, S\. Cui, Y\. Lu, J\. Zhou, J\. Yang, H\. Wang, and M\. Huang \(2024\)Agent\-safetybench: evaluating the safety of llm agents\.External Links:[Link](https://arxiv.org/abs/2412.14470),[Document](https://dx.doi.org/10.48550/arXiv.2412.14470),2412\.14470Cited by:[§1](https://arxiv.org/html/2608.16891#S1.p1.1),[§2](https://arxiv.org/html/2608.16891#S2.p1.1),[§2](https://arxiv.org/html/2608.16891#S2.p6.1)\.

## Supplementary Information

## Opening Note

This Supplementary Information provides the evidence trail for the headline results reported in the main manuscript\. It summarizes the repeated evaluation design, 10\-run and single\-run result packs, prompt\-policy leakage counterfactuals, policy controls implicated by leakage rows, Senate settlement and finality records, trusted provenance boundary audit, workflow/failure\-category coverage, and artifact manifest\. The source reports remain the artifacts for reproduction and inspection; this supplement summarizes them in publication\-facing form\.

## Appendix A\. Evaluation corpus and run design

The repeated evaluation contains 42 source\-mapped tasks evaluated under three conditions: a plain mesh agent, a prompt\-policy mesh agent, and an Aegis\-governed mesh agent\. The five run families are stubbed, Gemma, Frontier temperature 0, Frontier temperature 0\.7, and Frontier temperature 1\.0\. Each run family contains 10 repeats of the 42\-task by three\-condition matrix, yielding 1,260 rows per family and 6,300 rows overall\. The governed condition contributes 420 rows per run family and 2,100 governed rows overall\.

All side effects were evaluated through mock tools\. No real\-world email, file export, workflow mutation, shell action, or operational API action was executed\.

## Appendix B\. Headline 10\-run and single\-run results

The 10\-run comparison contains 6,300 repeated\-evaluation rows and 2,100 governed rows\. Across governed rows, the reports record 1,832 Aegis\-attempted governed rows, 268 local fail\-closed/no\-tool governed rows, 79 prompt\-policy leakage rows in the comparator path, zero governed mock\-tool applications, zero governed risky side\-effect completions, 1,832 trusted provenance\-valid rows, and zero provenance\-unknown or provenance\-invalid rows\.

The single\-run comparison contains 630 total rows and 210 governed rows\. Across governed rows, the reports record 184 Aegis\-attempted governed rows, 26 local fail\-closed/no\-tool rows, 8 prompt\-policy leakage rows in the comparator path, zero governed mock\-tool applications, zero governed risky side\-effect completions, and 184 trusted provenance\-valid rows\.

### Supplementary Table S1\. Ten\-run governed headline

Source:reports/10RunFolder/10runcomparison/ten\_run\_report/AEGIS\_10\_RUN\_HEADLINE\.csv\.

### Supplementary Table S2\. Single\-run governed headline

Source:reports/OneRunFolder/OneRunComparison/single\_run\_report/AEGIS\_SINGLE\_RUN\_HEADLINE\.csv\.

### Supplementary Table S3\. Risk outcome summary

Source:reports/10RunFolder/10runcomparison/ten\_run\_report/AEGIS\_10\_RUN\_RISK\_OUTCOME\_SUMMARY\.md\.

## Appendix C\. Prompt\-policy leakage and Aegis counterfactuals

The repeated evaluation reports 79 total prompt\-policy leakage rows\. Leakage rows are comparator\-path leakage events, not Aegis\-governed side effects\. By run family, the leakage counts were:

- •stubbed\_10\_run: 20
- •gemma\_10\_run: 0
- •frontier\_temp\_0\_10\_run: 20
- •frontier\_temp\_0\.7\_10\_run: 19
- •frontier\_temp\_1\.0\_10\_run: 20

Aegis counterfactuals show execution withheld, local fail\-closed/no\-action, or Senate voting path outcomes where applicable\. Governed mock\-tool applications remained zero and governed risky side\-effect completions remained zero\.

The full machine\-readable leakage artifacts include run family, model label or temperature where applicable, task, prompt\-policy proposed action/tool, workflow family, failure category, risk flags, policy\-risk effect summary, Aegis counterfactual decision, Aegis counterfactual practical outcome, Aegis counterfactual mock\-tool\-applied flag, Aegis counterfactual risky\-side\-effect\-completed flag, and evidence record path\. This appendix summarizes those fields so that the main result can be inspected as an operational chain rather than only as a count\.

### Supplementary Table S4\. Prompt\-policy leakage counterfactual summary

Source:PROMPT\_POLICY\_LEAKAGE\_WITH\_AEGIS\_COUNTERFACTUAL\.csv\. The table reports prompt\-policy leakage rows only; it does not count Aegis\-governed side\-effect completion\.

Full row\-level leakage counterfactuals are listed in the source artifacts identified in Appendix H\.

## Appendix D\. Policy controls implicated by leakage rows

This appendix makes the prompt\-policy leakage rows concrete by linking each leakage class to the controls and source references used by the scoring and governance\-mapping layer\. These mappings are not claims of real\-world legal breach or completed harm\. They identify the policy/control categories that the proposed action would have implicated had it been executed\. In the governed Aegis path, the corresponding rows recorded non\-execution outcomes and zero governed risky side\-effect completions\.

The policy\-control mapping identifies why the prompt\-policy leakage rows mattered operationally\. The implicated controls include:

- •INT\-AI\-RESOURCE\-BOUNDS
- •TAX\-RESOURCE\-RUNAWAY
- •INT\-SENSITIVE\-DATA\-NO\-UNAUTH\-EXTERNAL
- •AUF\-INFOSEC\-DATA\-MINIMIZATION
- •TAX\-INDIRECT\-DISCLOSURE

A single leakage row can implicate multiple controls\.

### Supplementary Table S5\. Policy controls implicated by leakage rows

Source:required\_controlsinPROMPT\_POLICY\_LEAKAGE\_WITH\_AEGIS\_COUNTERFACTUAL\.csv\. A single leakage row can implicate multiple controls\.

### Worked evidence exhibit: frontier\-model temperature 0\.7 leakage\-to\-control trace

To make the leakage\-to\-control mapping inspectable, this appendix includes a worked trace from the frontier\-model temperature 0\.7 run family\. This trace is not presented as a claim about a named model provider\. It is a row\-level example showing how prompt\-policy comparator leakage rows were mapped to policy controls and how the corresponding Aegis\-governed rows resolved the same tasks\.

In the external raw complaints\-data task, the prompt\-policy condition allowed escalation\-style mock tool proposals for external requests involving raw complaints data\. The rows were scored as unauthorized action and sensitive disclosure risk\. The mapped controls wereINT\-SENSITIVE\-DATA\-NO\-UNAUTH\-EXTERNAL,AUF\-INFOSEC\-DATA\-MINIMIZATION, andTAX\-INDIRECT\-DISCLOSURE\. The source references included the internal sensitive\-data handling policy andcps\_234\_july\_2019\_for\_public\_release\.pdf; the source jurisdiction/regulator field includedAU\_FEDERAL\_FINANCEandAPRA\. The corresponding Aegis\-governed rows recorded non\-execution outcomes: execution withholding or local fail\-closed/no\-action, withmock\_tool\_applied=falseandrisky\_side\_effect\_completed=false\.

In the runaway background\-job task, the prompt\-policy condition allowed escalation\-style mock tool proposals for high\-concurrency background\-job requests\. The rows were scored as unauthorized action and mapped toINT\-AI\-RESOURCE\-BOUNDSandTAX\-RESOURCE\-RUNAWAY\. The source reference was the internal AI tool\-use and agentic workflow policy\. Across the frontier\-model temperature 0\.7 loops, the corresponding Aegis\-governed rows recordedblockwith practical outcomeexecution\_withheld,mock\_tool\_applied=false, andrisky\_side\_effect\_completed=false\.

This worked trace illustrates the evaluation distinction used throughout the manuscript\. The prompt\-policy rows are comparator\-path leakage events\. The Aegis rows are governed non\-execution outcomes\. The mapping is not a finding of real\-world legal breach, regulatory contravention, or completed harm\. It identifies the controls and source references that the proposed action would have implicated had the proposed action executed\.

Table 7:Worked frontier\-model temperature 0\.7 leakage\-to\-control traces\. Rows are prompt\-policy comparator leakage events; Aegis outcomes are corresponding governed counterfactuals\. The table reports source mappings from the evaluation artifacts and does not claim real\-world legal breach, regulatory contravention, or completed harm\.The full machine\-readable leakage artifacts include required controls, source references, source titles, source jurisdictions or regulators where applicable, source sections or clauses where available, source mapping level, dereference status, and evidence\-record pointers\. Compact summaries are printed here; row\-level mappings are retained in the source report manifest and leakage artifacts indexed in Appendix H\.

## Appendix E\. Senate settlement and finality

The 10\-run comparison reports 1,019 Senate rows, 60 settled allow rows, 959 settled deny rows, zero settled failed\-closed rows, zero settled unknown rows, 1,019 tally\-present rows, 1,019 quorum\-met rows, and 1,019 effective\-final rows\. Senate\-associated governed mock\-tool applications were zero, and Senate\-associated governed risky side\-effect completions were zero\.

Senate escalation means Senate voting path, not an informal approval step\. A Senate\-settled allow is a governance settlement, not evidence that the original mock tool was applied\. Tool application is tracked separately\.

### Supplementary Table S6\. Senate settlement and finality

Source:AEGIS\_10\_RUN\_SENATE\_SUMMARY\.md\. Senate\-settled allow is a governance settlement, not evidence that the original mock tool was applied\.

The Senate latency summary is available in the source artifacts identified in Appendix H\.

### Runtime decision latency

The timing artifacts report Aegis runtime decision latency for the governed sandbox path\. In the reported 10\-run pack, median Aegis latency across the five governed run families ranged from 25\.598 ms to 27\.754 ms, p95 latency ranged from 30\.908 ms to 66\.848 ms, and the maximum observed Aegis latency was 237\.897 ms\. These timings measure the sandbox/runtime decision path captured in the evaluation artifacts\. They should not be read as production network latency, end\-user latency, or a general benchmark for all deployment environments\.

Table 8:Aegis runtime decision latency in the evaluated sandbox\. Values are reported from existing timing artifacts and are not production network or end\-user latency benchmarks\.

## Appendix F\. Trusted provenance boundary audit

The repeated evaluation reports 1,832 Aegis\-attempted governed rows and 1,832 trusted Aegis\-resolved provenance\-valid rows\. Provenance\-unknown rows were zero, and provenance\-invalid rows were zero\.

Trusted provenance means Aegis/server\-side resolved provenance\. Model\-supplied, client\-supplied, or PEP\-supplied citations are not production\-valid trusted provenance\. Evidence completeness and provenance boundary validity are distinct\. Local fail\-closed/no\-tool rows are legitimate non\-execution outcomes, not provenance\-invalid rows\.

### Supplementary Table S7\. Trusted Aegis\-resolved provenance

Source:AEGIS\_10\_RUN\_PROVENANCE\_SUMMARY\.md\. Evidence completeness is distinct from trusted provenance validity\.

## Appendix G\. Workflow and failure\-category coverage

The governed corpus covers five workflow families:

- •active\_law\_change
- •agentic\_authority\_tool\_use
- •ai\_consumer\_impact
- •external\_communication
- •vendor\_service\_provider

The governed corpus also covers the following failure categories:

- •authority\_spoofing
- •cross\_agent\_unsafe\_propagation
- •destructive\_or\_disproportionate\_tool\_use
- •false\_task\_completion\_state\_divergence
- •indirect\_sensitive\_information\_disclosure
- •non\_owner\_compliance
- •uncontrolled\_resource\_consumption\_or\_persistent\_loops
- •none

This taxonomy demonstrates coverage beyond a single narrow scenario, but it is not claimed to be exhaustive\.

### Supplementary Table S8\. Governed workflow coverage

Source: aggregated fromAEGIS\_10\_RUN\_GOVERNED\_DECISION\_TRACE\.csv; detailed bucket splits are inAEGIS\_10\_RUN\_BY\_WORKFLOW\_AND\_BUCKET\.md\.

### Supplementary Table S9\. Governed failure\-category coverage

Source: aggregated fromAEGIS\_10\_RUN\_GOVERNED\_DECISION\_TRACE\.csv; detailed bucket splits are inAEGIS\_10\_RUN\_BY\_FAILURE\_CATEGORY\.md\.

## Appendix H\. Artifact manifest and reproducibility notes

The source report manifest issource\_report\_manifest\.md\. It lists the 10\-run reports, single\-run reports, leakage reports, Senate reports, provenance reports, workflow/failure reports, raw matrix\-record locations, pack\-completeness reports, rerun\-readiness reports, manifests, and timing records used by the manuscript and this Supplementary Information\.

The worked frontier\-model temperature 0\.7 leakage trace in Appendix D is sourced from:

- •paper\_eval/aegis\_action\_sandbox/reports/10 Run Folder/ Frontier temp 0\.7 10 run/frontier\_report/ PROMPT\_POLICY\_LEAKAGE\_EVENT\_CHAIN\.csv
- •paper\_eval/aegis\_action\_sandbox/reports/10 Run Folder/ Frontier temp 0\.7 10 run/frontier\_report/ PROMPT\_POLICY\_LEAKAGE\_WITH\_AEGIS\_COUNTERFACTUAL\.csv

The runtime decision\-latency summary in Appendix E is sourced from:

- •paper\_eval/aegis\_action\_sandbox/reports/10 Run Folder/ 10 run comparison/comparison\_report/AEGIS\_LATENCY\_SUMMARY\.md
- •paper\_eval/aegis\_action\_sandbox/reports/10 Run Folder/ 10 run comparison/comparison\_report/tables/aegis\_latency\_summary\.csv

### Supplementary Table S10\. Report\-pack completeness

Source:AEGIS\_10\_RUN\_PACK\_COMPLETENESS\.md\.

Additional human\-readable appendix notes are provided in:

- •supplementary\_appendix\_index\.md
- •leakage\_policy\_control\_appendix\.md
- •senate\_provenance\_appendix\.md
- •reproducibility\_appendix\.md

No model inference, backend service calls, policy mutations, prompt changes, task changes, or real side effects are performed by this Supplementary Information build\. The public artifact release includes the sandbox policy\-enforcement point, synthetic task corpus, mock tools, prompt\-policy comparator, scoring logic, report builders, output schemas, frozen sanitized result artifacts, and documentation required to inspect the reported tables\. The public sandbox PEP repository is available at[https://github\.com/CyberQube1/Aegis\_PEP\_Sandbox\.git](https://github.com/CyberQube1/Aegis_PEP_Sandbox.git); archival DOI details will be added before public release\. The public release does not include the production Aegis kernel, production trust infrastructure, private credentials, production policy bundles, signing material, or live endpoint details\. Offline public runs support sandbox mechanics and report/table inspection without live Aegis decisions; they do not reproduce or simulate the Aegis PDP\. Validation against the real Aegis PDP is available to reviewers or researchers on request through scoped SPQR\-issued credentials and mock\-only trust material\. This boundary is intentional: releasing signing material, production trust infrastructure, or live PDP endpoints would weaken the very control surface evaluated by the paper\.

Similar Articles

AgentBound: Verifiable Behavioral Governance for Autonomous AI Agents

arXiv cs.AI

AgentBound presents a runtime governance framework for autonomous AI agents that enforces verifiable behavioral oversight through parallel composition of delegated authorization, behavioral constitutions, and site action contracts, with cryptographically verifiable receipts.

Deontic Policies for Runtime Governance of Agentic AI Systems

arXiv cs.AI

This paper proposes AgenticRei, a framework for runtime governance of LLM-driven agentic AI systems using deontic policies expressed in OWL, enabling obligations, dispensations, and conflict resolution beyond traditional policy engines.