Public, append-only, merklized.
Every Traceseal-published skill commits an entry here. The log is public, append-only, and merkle-rooted. Anyone can fetch every entry, recompute the chain hashes, and detect tampering.
Receipts (sealed executions) are issued by operators and verified offline — they don't have to be published here. This log only commits the publication of skills.
Fetch the full log
curl -s https://log.traceseal.io/entries.jsonl
One JSON object per line. Each entry has seq, skill_name, skill_version, manifest_hash, publisher_fingerprint, prev_hash, entry_hash, and ts. The prev_hash field forms the chain.
Recent entries
Showing the most recent 8. Full log →
| seq | skill | ver | publisher | ts (UTC) |
|---|---|---|---|---|
| Loading… | ||||
Spec: RECEIPT-SPEC.md · Verifier: pypi/traceseal-verify · Source: github.com/traceseal/traceseal-verify