TRACE v0.1 — hardware-attested governance records for AI agents
Project description
TRACE: Trust Runtime Attestation and Compliance Evidence
Specification | Schema | Examples | Registry | Test Suite | Reference Impl
Developer Preview. Launching at Confidential Computing Summit, June 23 2026.
An open specification for hardware-attested AI agent governance records. TRACE defines the format, anchoring protocol, and verification rules for cryptographically provable evidence that an AI agent ran under a specific policy, in a verified hardware environment, on classified data, invoking identified tools — bound into a single signed artifact rooted in silicon attestation.
A TRACE Trust Record answers: what ran, where, under which policy, touching which data, calling which tools — in a form any third party can verify without trusting the operator.
Quick start
pip install agentrust-trace
from agentrust_trace import TrustRecord, sign_record
record = TrustRecord(
subject="spiffe://trust.example.org/agent/payments-processor",
model_id="claude-sonnet-4-6",
platform="amd-sev-snp",
policy_hash="sha256:b2c3d4...",
)
signed = sign_record(record, key=signing_key)
Resources
| 📖 Full documentation | trace.agentrust-io.com |
| 📄 Specification | spec/trace-v0.2.md |
| 🔍 Schema | schema/trace-claim.json |
| 📦 PyPI | agentrust-trace |
| 🧪 Test suite | trace-tests |
| 🗂 Registry | trace-registry |
| 🔗 Reference implementation | cmcp |
| 💬 Discussions | GitHub Discussions |
| 📋 Changelog | CHANGELOG.md |
Standards alignment
Targeting the Agentic AI Foundation (AAIF) at the Linux Foundation. Active standardization track in CoSAI WS4. Builds on RFC 9711 (EAT), RFC 9334 (RATS), and SCITT draft-22.
Frequently asked questions
What is TRACE?
TRACE (Trust Runtime Attestation and Compliance Evidence) is an open specification for hardware-attested AI agent governance records. It defines the record format, the anchoring protocol, and the verification rules for cryptographic evidence that an AI agent ran under a specific policy, in a verified hardware environment, on a given data class, invoking identified tools.
What does a TRACE Trust Record prove?
A single signed Trust Record answers, in a form any third party can verify without trusting the operator: what model ran, where it ran, under which policy, what data class it touched, which tools were called, and whether the record is independently anchored to a SCITT transparency ledger.
What standards is TRACE built on?
TRACE builds on open IETF and IRTF standards: RFC 9711 (CBOR Web Token / EAT) for the claim envelope, RFC 9334 (RATS) for the attester, verifier, and relying-party roles, and the SCITT draft for transparency-ledger anchoring. It is designed for CoSAI WS4 interoperability.
How do I create and verify a Trust Record?
Install the Python library with pip install agentrust-trace, sign a record with TrustRecord.sign(claims, signing_key), anchor it to a SCITT ledger with record.anchor(), and check it with record.verify(verifying_key).
How does TRACE relate to AGT and cMCP?
TRACE is the evidence format. AGT and cMCP produce and consume Trust Records, so you can connect them into an end-to-end agent governance pipeline. See the integration guides for details.
What is the current status of TRACE?
The current specification is TRACE v0.2, published with a conformance test suite. See the Limitations page for scope boundaries before relying on it in production.
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is TRACE?", "acceptedAnswer": { "@type": "Answer", "text": "TRACE (Trust Runtime Attestation and Compliance Evidence) is an open specification for hardware-attested AI agent governance records. It defines the record format, the anchoring protocol, and the verification rules for cryptographic evidence that an AI agent ran under a specific policy, in a verified hardware environment, on a given data class, invoking identified tools." } }, { "@type": "Question", "name": "What does a TRACE Trust Record prove?", "acceptedAnswer": { "@type": "Answer", "text": "A single signed Trust Record answers, in a form any third party can verify without trusting the operator: what model ran, where it ran, under which policy, what data class it touched, which tools were called, and whether the record is independently anchored to a SCITT transparency ledger." } }, { "@type": "Question", "name": "What standards is TRACE built on?", "acceptedAnswer": { "@type": "Answer", "text": "TRACE builds on open IETF and IRTF standards: RFC 9711 (CBOR Web Token / EAT) for the claim envelope, RFC 9334 (RATS) for the attester, verifier, and relying-party roles, and the SCITT draft for transparency-ledger anchoring. It is designed for CoSAI WS4 interoperability." } }, { "@type": "Question", "name": "How do I create and verify a Trust Record?", "acceptedAnswer": { "@type": "Answer", "text": "Install the Python library with pip install agentrust-trace, sign a record with TrustRecord.sign(claims, signing_key), anchor it to a SCITT ledger with record.anchor(), and check it with record.verify(verifying_key)." } }, { "@type": "Question", "name": "How does TRACE relate to AGT and cMCP?", "acceptedAnswer": { "@type": "Answer", "text": "TRACE is the evidence format. AGT and cMCP produce and consume Trust Records, so you can connect them into an end-to-end agent governance pipeline. See the integration guides for details." } }, { "@type": "Question", "name": "What is the current status of TRACE?", "acceptedAnswer": { "@type": "Answer", "text": "The current specification is TRACE v0.2, published with a conformance test suite. See the Limitations page for scope boundaries before relying on it in production." } } ] } </script>Contributing
See CONTRIBUTING.md and GOVERNANCE.md. All contributors must agree to the ANTITRUST.md policy.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentrust_trace-0.5.1.tar.gz.
File metadata
- Download URL: agentrust_trace-0.5.1.tar.gz
- Upload date:
- Size: 148.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93eb5579a3850c9277d4c669d3800b8d08acf12a86ee26805ebb86ff929bfd78
|
|
| MD5 |
e7fc95b1abc16f5c5909f8812035ee55
|
|
| BLAKE2b-256 |
971d41415e430e8ffdcedd4ded1fcbdf04a4874575fb10cc6f7d5d338ae5fad1
|
Provenance
The following attestation bundles were made for agentrust_trace-0.5.1.tar.gz:
Publisher:
publish.yml on agentrust-io/trace-spec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agentrust_trace-0.5.1.tar.gz -
Subject digest:
93eb5579a3850c9277d4c669d3800b8d08acf12a86ee26805ebb86ff929bfd78 - Sigstore transparency entry: 2275273687
- Sigstore integration time:
-
Permalink:
agentrust-io/trace-spec@e9f0a521acc27bc68fb59ed077eed9cf1cad0e75 -
Branch / Tag:
refs/tags/v0.5.1 - Owner: https://github.com/agentrust-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e9f0a521acc27bc68fb59ed077eed9cf1cad0e75 -
Trigger Event:
push
-
Statement type:
File details
Details for the file agentrust_trace-0.5.1-py3-none-any.whl.
File metadata
- Download URL: agentrust_trace-0.5.1-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ce91d6c99964bb07ff0cfddcd53e4fd111fba97e4666efc75010ae3b79d18a
|
|
| MD5 |
f3473cf94d17fd5ef9e2dbb9e0069d40
|
|
| BLAKE2b-256 |
4e29255306936da4125be4d8bfb786844b9a121968590918e42025d8b4a47ab1
|
Provenance
The following attestation bundles were made for agentrust_trace-0.5.1-py3-none-any.whl:
Publisher:
publish.yml on agentrust-io/trace-spec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agentrust_trace-0.5.1-py3-none-any.whl -
Subject digest:
f5ce91d6c99964bb07ff0cfddcd53e4fd111fba97e4666efc75010ae3b79d18a - Sigstore transparency entry: 2275273838
- Sigstore integration time:
-
Permalink:
agentrust-io/trace-spec@e9f0a521acc27bc68fb59ed077eed9cf1cad0e75 -
Branch / Tag:
refs/tags/v0.5.1 - Owner: https://github.com/agentrust-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e9f0a521acc27bc68fb59ed077eed9cf1cad0e75 -
Trigger Event:
push
-
Statement type: