Manifest receipt

Locked & verifiable.

A pre-registered claim, anchored to a SHA-256 hash before the run. Anyone can re-derive it from the canonical bytes below.

SHA-2566385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43
Registered2026-08-23T05:39:12.989Z
Independent timestampRFC 3161 · 2026-08-23T05:39:13Z · timestamp.sigstore.dev · token
Transparency logRekor v2 · log2025-1.rekor.sigstore.dev · index 76712379 · inclusion proof
KindPRML manifest — conformed to the published v0.1 schema at commit time
Manifest
version: prml/0.1
claim_id: 0199a1b2-c3d4-7e5f-8a9b-0c1d2e3f4a5b
created_at: '2026-08-23T06:00:00Z'
metric: mean_score
comparator: '>='
threshold: 0.7
dataset:
  id: bridge-doc-check
  hash: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
seed: 42
producer:
  id: docs-check.local
raw bytes →
README badge
PRML locked[![PRML locked](https://registry.falsify.dev/badge/6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43.svg)](https://registry.falsify.dev/6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43)
Verify in CI
- uses: studio-11-co/prml-verify-action@v2 with: mode: verdict expected-hash: 6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43github.com/studio-11-co/prml-verify-action →

share on x →

Verify this hash yourself

Paste your manifest YAML. The canonical hash must match 6385794f9f90…. This runs the registry's own canonicalization module (canonical.js) in your browser; for verification that does not trust this registry at all, use any of the four reference implementations offline.

Verify the independent timestamp (RFC 3161, offline)

The token countersigns this manifest hash with the timestamp authority's key, so the time claim no longer rests on this registry. Verify with OpenSSL 3 (LibreSSL, the macOS default, cannot check the ESS extension):

curl -sO https://registry.falsify.dev/6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43.tsr
curl -s https://timestamp.sigstore.dev/api/v1/timestamp/certchain -o chain.pem
awk 'split_after==1{n++;split_after=0} /END CERTIFICATE/{split_after=1} {print > ("tsa-" n ".pem")}' n=0 chain.pem
openssl ts -verify -digest 6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43 \
  -in 6385794f9f901915f464250fe41bc2c42222e60dffbcafa3c58a038eb00d2b43.tsr -CAfile tsa-1.pem -untrusted tsa-0.pem

Expected output: Verification: OK.

What this receipt proves — and what it does not

PRML v0.2 is a frozen RFC (comment window closed 2026-05-22) — spec.falsify.dev/v0.2-rfc. Editor: spec.falsify.dev/editor.