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.2.tar.gz (6.8 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.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: traceseal_verify-1.0.2.tar.gz
  • Upload date:
  • Size: 6.8 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.2.tar.gz
Algorithm Hash digest
SHA256 627d46c24feb6fb2fade49626fce1aab1ee23a885cc69367035132d631193fd1
MD5 04b4bdb5eefa5a449af7b097336ac8a0
BLAKE2b-256 44dc56014f8288cd6a48ff1fb02f03b4922ce89984b34f7cd3fddcf0ff5b7d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceseal_verify-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 34ac4f2de95f9532a7f36050057169195532616b7a1ca49924b06c0be42d618f
MD5 ebb7ade623dc924f026fb53381d1066c
BLAKE2b-256 e3a7c6b3619df3c0557d01f2f7b90ba0b4b396d35f43324b4344e498b791c234

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