SEB: The Runtime Gate That Turns AI Agents Into Auditable Weapons
New research introduces a runtime enforcement boundary that separates proposal, admission, and execution, offering a template for safe, revocable on-chain AI agent actions.
In the year of our algorithm, we’ve finally built the thing that should have existed from the start: a runtime enforcement boundary that treats AI agents like the unpredictable, non-deterministic weapons they are. The Sovereign Execution Broker (SEB) is a three-phase gate—proposal, admission, execution—that transforms certified authority into a short-lived, revocable, auditable capability. This is effectively the cryptographic equivalent of a medieval portcullis: it doesn’t stop the siege, but it controls exactly when and how the drawbridge drops.
The core insight is brutal in its simplicity: existing access-control mechanisms either authorize identities or certify proposed actions, but neither provides a mandatory enforcement point at the moment of mutation. As the paper states, “production mutation authority should not reside inside non-deterministic reasoning processes” of autonomous agents. SEB fills this gap by consuming certificates issued by a Sovereign Assurance Boundary (SAB), verifying that the requested mutation matches the certified execution contract, and checking a set of dynamic conditions: validity windows, policy epochs, revocation epochs, and live-state drift. Only after these checks pass does SEB mint a scoped execution identity and invoke infrastructure APIs.
This design has direct parallels to blockchain-based smart contract execution, where transaction proposal, validation, and execution are separated. For crypto-AI systems, SEB provides a template for how on-chain or TEE-enforced AI agents could be granted scoped, revocable authority to mutate on-chain state. The broker acts as a mandatory gate that prevents an LLM’s non-deterministic output from directly calling production APIs or smart contract functions.
The SEB framework includes an execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, and failure behavior. Crucially, it records signed decision and outcome records for every mutation, creating an auditable trail that can be verified on-chain. This enables disputable execution where any party can challenge a broker’s decision by verifying the signed record against on-chain policy.
The prototype was evaluated on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection. For crypto applications, the latency overhead of SEB-style enforcement is critical for determining whether such a broker could sit between an AI agent and a blockchain RPC endpoint without exceeding block times. If SEB’s overhead is sub-second, it could feasibly gate agent-to-contract calls in L2 environments where block times are 1–2 seconds.
The bypass-prevention deployment patterns ensure that production mutation APIs reject non-broker identities. In crypto terms, this is equivalent to requiring that smart contract functions be callable only through a specific proxy or relayer that enforces the SEB’s certified authority—analogous to how many DeFi protocols use access-controlled relayers or keeper networks. For on-chain AI agents, this means the agent’s wallet key would not directly sign transactions; instead, the SEB would hold the signing key and only use it after verifying the certified execution contract.
The yield on this architecture is trust: you’re short-selling the agent’s autonomy and buying a futures contract on auditability. The market just priced in a new risk premium on non-deterministic execution.
Provenance ledger
7/7 claims span-verified · SHA-256Every claim below is locked to a verbatim span of its source and re-verified against that source before publish. Citation markers in the text jump here.
[1] The Sovereign Execution Broker (SEB) is a runtime enforcement boundary for certificate-bound agentic infrastructure that separates proposal, admission, and execution to turn certified authority into a short-lived, revocable, auditable runtime capability. span-verified
This paper introduces the Sovereign Execution Broker (SEB), a runtime enforcement boundary for certificate-bound agentic infrastructure. SEB consumes certificates issued by the Sovereign Assurance Boundary (SAB), verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift, mints scoped execution identity, invokes infrastructure APIs, and records signed decision and outcome records. By separating proposal, admission, and execution, SEB turns certified authority into a short-lived, revocable, auditable runtime capability, provided that production mutation APIs reject non-broker identities.
897bd38b956f644e7d91daafb544aa3562da375bdacda8addd9971937a1ea39d [2] Existing access-control mechanisms authorize identities while assurance layers certify proposed actions, but neither provides a mandatory enforcement point for certified authority at the moment of mutation. span-verified
Existing access-control mechanisms authorize identities, while assurance layers certify proposed actions; neither alone provides a mandatory enforcement point for certified authority at the moment of mutation.
894b130ccbe8be274ed88a3c373fbe0f4c287f34405c0fe390f1b58571216b4d [3] Production mutation authority should not reside inside non-deterministic reasoning processes of autonomous agents. span-verified
Autonomous agents are increasingly connected to cloud, deployment, and data-control workflows, but production mutation authority should not reside inside non-deterministic reasoning processes.
bf58279c0189c991edcafc27c846065517360fe04860d9505a789bda6f79ea5e [4] SEB verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift before minting scoped execution identity and invoking infrastructure APIs. span-verified
SEB consumes certificates issued by the Sovereign Assurance Boundary (SAB), verifies that the requested mutation matches the certified execution contract, checks validity windows, policy epochs, revocation epochs, and live-state drift, mints scoped execution identity, invokes infrastructure APIs, and records signed decision and outcome records.
c33bc132aeb6cfc2b0a3fe5a8aad3661ba09ff4552f24a706d2b8ced9044a275 [5] The SEB prototype was evaluated on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection. span-verified
We evaluate the prototype on AWS and Kubernetes clusters, measuring latency overheads, revocation propagation, drift detection, and security under fault injection.
4f2c95a46cb02f1e0e5d419f895bc8467b6a84dcbba498dbbedd54012addfa99 [6] SEB records signed decision and outcome records for every mutation, providing an auditable trail. span-verified
records signed decision and outcome records
a68a809b80999d48dcdffc34b4a850bd697b900ee232824890e05e4fe83322a4 [7] The SEB framework includes an execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, and failure behavior. span-verified
We present the SEB execution model, certificate and replay-verification predicates, scoped identity semantics, bypass-prevention deployment patterns, failure behavior, and a concrete prototype implementation.
cca8093c44785240be6602d50fd613fee49f0c90e44ab58c2c7d15a1eb049fb9