Kenshiki Labs

AI Auditability

What is chain-of-custody for AI outputs?

Chain-of-custody for AI outputs is a complete, tamper-evident record of where the evidence came from, what the model was authorized to see, what it claimed, whether those claims were grounded in retrieved evidence, and why the output was released. It is the AI-specific extension of the digital evidence chain courts and auditors already recognize — making each governed AI decision independently reconstructable from a signed record.

Why this matters

When an AI system gives a wrong answer, someone always asks: “What was it trained on?” or “What data did it have access to?” In regulated industries, those aren’t casual questions — they’re legal requirements. You need to prove what the system could have known.

Chain-of-custody for AI outputs fills that gap. It’s not just logging what the model said; it’s logging what the model was allowed to see, what it actually retrieved, and whether each claim in its response was grounded in that evidence.

How it works

Every AI inference produces a chain-of-custody record that includes:

  1. Source evidence: What documents, databases, and knowledge sources were in the retrieval pool for this request?
  2. Evidence scope: Which of those sources did the model actually retrieve from?
  3. Claim mapping: For each claim in the response, what evidence supports it?
  4. Verification: Did gates verify that each claim matched its source evidence?
  5. Cryptographic proof: Is the record signed and tamper-evident?

This allows an auditor to ask: “Did the model have access to cardholder data?” and get a provable answer. “Was this decision made with current or stale evidence?” Provable. “Could the model have retrieved a different answer if asked the same question today?” Verifiable.

How Kenshiki Labs, the runtime AI governance control plane implements this

Kenshiki Labs’ Claim Ledger is the chain-of-custody engine. Every inference decision — retrieval boundary, gate outcome, output state — is recorded in a tamper-evident ledger. The ledger is:

  1. Tamper-evident and signed for public-key verification.
  2. Exportable (JSON, CSV, audit-friendly formats).
  3. Complete (traces each claim back to its source evidence).
  4. Replayable (an auditor can step through the decision tree).

The ledger becomes your evidence file when regulators ask for proof.

Related concepts