Traceseal provides cryptographic proof of actions performed by AI agents, offering a tamper-evident audit trail for each invocation. It addresses the challenge of verifying what an AI agent did, who authorized it, and who attested to the execution, all without requiring access to the operator’s environment or keys. The tool is built around a receipt system that encapsulates execution details, provenance, and attestation in a single, verifiable JSON document.
The process begins with the publisher signing the AI skill bundle using an ed25519 key, covering every source file through a content-addressed manifest. This signature and the public key are recorded in a transparency log. When the skill is executed, the operator runs it inside a kernel-namespace sandbox (using bwrap), with the runtime capturing hashes of inputs, outputs, timing, and sandbox configuration. The operator then signs the full execution record with their own ed25519 key. The resulting receipt contains three sections: execution (detailing the skill, manifest hash, input/output hashes, and audit chain link), provenance (publisher’s fingerprint, public key, and transparency log sequence), and attestation (operator’s signature and public key). Any tampering with the receipt invalidates the signature, ensuring integrity.
Verification is accessible to any third party by installing the traceseal-verify tool and running a single command on the receipt file. This process checks both the publisher’s and operator’s signatures without any trust assumptions or need for operator contact. The receipt format is canonical JSON, and verification depends only on the receipt file and cryptographic libraries. The tool supports offline verification with clear exit codes indicating validity.
Traceseal is implemented as a command-line tool and is available for installation via pip. It is based on an open specification, with the receipt format, signing convention, and verification algorithm fully documented. 0, allowing commercial use, auditing, and independent implementation. The system uses ed25519 for signatures and SHA-256 for hashing, and is designed to be transparent and reproducible, with real-world tests and production usage documented.
Traceseal sits in PulseGate's Security & compliance platforms category. It focuses on proving what AI agents executed and verifying their work without relying on the operator's records. It is built as an open-source project for AI platform engineers and organizations governing autonomous agents. Traceseal is open source under the Apache-2.0 license. It runs on the command line.
Traceseal builds and maintains Traceseal, and it first shipped in 2026. Development happens publicly on GitHub with 4 commits in the last 90 days. Among its 8 catalogued features are signed receipts, ground-truth verification, and invocation replay.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do