← Latest papers
🤖 AI

Verifiable Agentic Infrastructure: Proof-Derived Authorization for Sovereign AI Systems

This paper introduces the Distributed Trust Framework (DTF), a verification architecture that secures sovereign AI systems by replacing static identity-based authorization with a dynamic, consensus-driven model where execution authority is strictly derived from cryptographically verifiable Justification Proofs and an immutable Evidence Chain.

Original authors: Jun He, Deying Yu

Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Jun He, Deying Yu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are running a massive, high-security bank. In the old days, you gave your security guards (the AI agents) a master key that opened every door. You trusted them because they had the right ID badge. But here's the problem: these guards are now AI. They are fast, smart, but sometimes they get confused, hallucinate, or get tricked. They might try to open the vault door even when they don't need to, or they might try to move money they shouldn't touch, all while holding a perfectly valid ID badge.

The old system said, "If you have the badge, you can go." The new system, described in this paper, says, "Having the badge isn't enough. You need a specific, signed permission slip for exactly this one job, approved by a panel of judges, before you can move an inch."

This paper introduces a system called DTF (Distributed Trust Framework) to fix this. Here is how it works, broken down into simple parts:

1. The Problem: The "Standing Privilege" Trap

Currently, if an AI agent wants to delete a server or change a financial setting, it just uses its permanent login credentials. If those credentials are valid, the system says "Yes."

  • The Risk: An AI might make a mistake (like thinking a server is empty when it's actually running the company's website) and delete it. The system lets it happen because the AI had the "right" ID.

2. The Solution: The "Permission Slip" System

Instead of letting the AI act on its permanent ID, the DTF system forces a new process. Think of it like a high-stakes construction project:

  • Step 1: The Intent (The Blueprint)
    The AI agent doesn't just "do" the action. It first submits a proposal: "I want to turn off Server X."
  • Step 2: The Justification Proof (The Safety Report)
    Before anyone approves this, the system automatically generates a Justification Proof. This isn't a chat log of what the AI was thinking. It's a structured, machine-readable document that says:
    • What are we doing? (Turn off Server X)
    • Why is it safe? (Server X has no traffic, it's owned by Team B, and it's not part of a critical dependency).
    • What are the limits? (Only this server, only for 5 minutes).
  • Step 3: The Consensus (The Panel of Judges)
    This proof isn't approved by one person or one computer. It is sent to a Swarm of Evaluators. Imagine a panel of different experts:
    • One checks the rules (Policy).
    • One checks if the server is actually empty (State).
    • One checks if it's too risky (Risk).
    • One might be a human for big decisions.
      They all look at the same proof. If they all agree (or reach a specific consensus), the action is approved. If one says "Wait, that server is actually critical," the whole thing stops.
  • Step 4: The Execution Identity (The Temporary Pass)
    Once the panel approves the proof, the system creates a temporary, one-time pass. This pass is strictly limited. It says, "You can turn off only Server X, and only for the next 5 minutes." It cannot touch anything else.
  • Step 5: The Evidence Chain (The Black Box)
    Every single step—the proposal, the proof, the judges' votes, the temporary pass, and the final result—is recorded in an unchangeable, permanent ledger. If something goes wrong later, auditors can replay the whole story to see exactly why the decision was made.

3. Why This Matters

The paper claims this system changes the rules of trust:

  • Old Way: Trust the Agent (the person with the badge).
  • New Way: Trust the Process (the proof, the judges, and the record).

Even if the AI agent is confused or hacked, it can't cause damage because it can't get the "Permission Slip" without the panel's approval. And even if it gets the slip, it can only do the one specific thing listed on it.

4. The Results (What the Paper Found)

The authors tested this system in a simulated cloud environment with 10,000 actions.

  • Safety: It stopped 100% of the "unsafe" actions (like trying to delete a server that was actually in use). The old systems let about 14% of these dangerous mistakes slip through.
  • Containment: It reduced the "blast radius." Instead of an AI having access to 450 servers, it only got access to the one server it was approved to touch.
  • Speed: The whole process (checking the proof, getting the judges' votes, and issuing the pass) took about 58 milliseconds on average. That's fast enough that it doesn't slow down the business.
  • Auditability: They could replay 99.9% of the decisions perfectly just by looking at the records, whereas the old systems left huge gaps in the story.

Summary Metaphor

Imagine a bank vault.

  • Old System: The guard has a master key. If he says "I need to open the vault," he opens it. If he's having a bad day or gets tricked, the vault opens.
  • DTF System: The guard has to fill out a form. A team of three different managers reviews the form to make sure the vault needs to be opened and that it's safe. If they agree, a machine prints a single-use, laser-cut key that only fits that specific vault door for 5 minutes. The guard uses that key, and a camera records every second of the process. If the guard tries to use that key on a different door, the lock simply won't turn.

The paper argues that for AI agents running our critical systems (like banks, power grids, or cloud servers), we need to stop trusting the "guard" and start trusting the "process."

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →