Skip to main content

Verify Traceseal Execution Receipts — cryptographic proof of what your AI agent did

Project description

traceseal-verify

Verify Traceseal Execution Receipts — cryptographic proof of what your AI agent did.

What is an Execution Receipt?

Every AI agent framework can make agents do things. None of them can prove what the agent did to a third party. A Traceseal Execution Receipt is a signed JSON document that proves:

  • What code ran — manifest hash over every source file
  • Who authorized it — publisher's ed25519 signature in a transparency log
  • What sandbox it ran in — hash of the kernel-namespace configuration
  • What it produced — SHA-256 of inputs and outputs (not the values — privacy preserving)
  • Who vouches for it — operator's ed25519 signature over everything above

Third parties verify the receipt with one command. No access to the operator's machine needed.

Install

pip install traceseal-verify

Verify a receipt

traceseal-verify receipt.json
[OK] receipt.json
  skill:     agentmail v1.2.0
  operator:  ed25519:f19bc125dcfdb2eb91e98da98d45bb7a
  publisher: ed25519:a07c7eb5f20f6b99d1914d7ec5221a25

Python API

from traceseal_verify import verify_receipt_file

result = verify_receipt_file("receipt.json")
if result.ok:
    print(f"Verified: {result.skill_name} v{result.skill_version}")

What verification checks

  1. Structure — required sections present, recognized version
  2. Consistency — execution and provenance agree on which code was signed
  3. Signature — operator's ed25519 signature is valid over the execution + provenance data

What verification does NOT check

  • Whether the operator's key is trusted (your policy decision)
  • Whether the publisher's key is trusted (your policy decision)
  • Whether specific inputs/outputs match expected values (your application logic)

Generating receipts

Receipts are generated by Traceseal. This package is the verification side only — deliberately minimal so anyone can verify without installing the full toolchain.

Spec

Traceseal Execution Receipt Specification

License

Apache 2.0 — no barriers to verification in any context.

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

traceseal_verify-1.0.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

traceseal_verify-1.0.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file traceseal_verify-1.0.0.tar.gz.

File metadata

  • Download URL: traceseal_verify-1.0.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for traceseal_verify-1.0.0.tar.gz
Algorithm Hash digest
SHA256 24ac1b9a8adc4df4bcc6a4d115419410f51d3c699776d33f30f7c2c1306d9a62
MD5 7bc56b81241e54594359213f227058e1
BLAKE2b-256 b73d698de83b9a3694d1443041ec47dfc797165889acaff4ff15c0b707b387bb

See more details on using hashes here.

File details

Details for the file traceseal_verify-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for traceseal_verify-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f40fac9607f7ce8f7765e45bfebef36b041bd6a2af288e2c3617fabbef13c97
MD5 2207dcf3314eb7203526427ce06b4b4c
BLAKE2b-256 8dc79ff40329cc68fa3e2a753db404bfd7c7034390e168df9c012bcc9ae22834

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page