Evidence binding
Tying verification evidence to the specific device, workload, data and time it describes, so it cannot be substituted, replayed or misattributed.
Evidence binding ties a piece of verification evidence to the device, workload, data and time it describes, so that it cannot be replayed, substituted or attributed to something else 1 2.
The IETF remote-attestation architecture states the requirement for devices: evidence must be securely associated with the environment it describes, so that a verifier cannot be tricked into accepting claims that originate elsewhere 1. Binding has several dimensions:
- Device. Evidence is signed with key material held by the attesting device, as in TEE remote attestation 1; Scher and Thiergart note that if a chip's private key were extracted, other chips could impersonate it and spoof its location 3.
- Time. A nonce from the appraising party, signed into the evidence, shows that it is fresh rather than replayed 1, and network taps hash and timestamp the traffic they capture 4.
- Workload. Shavit's design has chip firmware hash and sign weight snapshots taken at random times 5, and one low-trust system aims to identify each forward pass uniquely and attribute it to the hardware and time that processed it 2.
- Model and data. PAL*M tracks dataset integrity with incremental multiset hashing inside confidential virtual machines, so that attested properties refer to the model and data actually used 6.
Binding also constrains when evidence is fixed: for sampled checks, the prover must commit to its records before it learns which ones will be audited 7.
Related
Used in
- R2Model identity attestation⚠
- R1Network taps and certifiers
- R2Safeguard attestation
- R2TEE remote attestation for AI workloads⚠
- R2Attestable Audits
- R2Tinfoil model identity (Modelwrap)⚠
- Chips are where they are declared to be
- The declared model is the one being served
- Declared safeguards were applied during inference
Sources
- BH. Birkholz et al. (2023). Remote ATtestation procedureS (RATS) Architecture (RFC 9334). Internet Engineering Task Force (RATS Working Group). Source recordSupports: evidence must be securely associated with its target environment so a verifier cannot be tricked into accepting claims from a different environment; evidence generated with the attester's key material; signed nonces for freshness · §3.1; §8.1; §10.2
- BN. Cankaya (2026). A System Overview for Near-Term, Low-Trust AI Compute Verification. Machine Intelligence Research Institute. Source recordSupports: evidence can identify each forward pass uniquely and attribute it to the hardware and time it was processed on · verification goals
- BA. Scher & L. Thiergart (2025). Mechanisms to Verify International Agreements About AI Development. arXiv. Source recordSupports: private-key extraction lets other chips impersonate a chip and spoof its location · On-chip mechanisms for location verification
- CN. Cankaya (2026). The Fundamentals and Feasibility of Secure Network Taps for Verifying AI Datacenter Use. The Datacenter Lie Detector. Source recordSupports: taps hash and timestamp captured traffic · tap functions
- BY. Shavit (2023). What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring. arXiv. Source recordSupports: chip firmware hashes and signs weight snapshots taken at random times · §4
- BP. Chantasantitam et al. (2026). PAL*M: Property Attestation for Large Generative Models. arXiv. Source recordSupports: confidential VMs with GPUs and incremental multiset hashing to track dataset integrity for property attestation · abstract
- CAmodo Design (2026). Example Schemes for Verifying High-Stakes AI Agreements. Amodo Design. Source recordSupports: prover commits a hash of sampled weights before it learns whether a step will be audited · pre-training scheme