// provenance
signed at the source.
verify any bundle is really ours.
every tool runs as a standalone bundle delivered to your browser. each one is hashed (sha-256) and the whole catalog is cryptographically signed (ed25519) by FatCousin Labs Inc. at build time. you can confirm any bundle is authentic and unmodified below — the check runs entirely on your device.
1. verify a bundle
committed trust anchor
- key id
- 6de436b0
- algorithm
- ed25519
- public key
- 6de436b00b90eb01d1fcb61e4b55f1a0b28aee7573a7f94a8d8f46a5d4f91725
- owner
- FatCousin Labs Inc.
loading signed registry…
check a bundle file
drop any .js file served from /tool-bundles/ here. it is hashed locally in your browser — nothing is uploaded — and matched against the signed registry.
drop a bundle, or click to choose
2. what this proves (and what it doesn't)
- authenticity — a bundle that hashes into the signed registry was published by FatCousin Labs Inc.. a modified or rehosted copy will not match.
- integrity — the registry binds the build commit, timestamp, and a hash of every bundle into one ed25519 signature. change one byte and verification fails.
- ownership — the signed, timestamped registry is evidence the code originated here. it is the basis for a takedown or legal claim if someone rehosts the bundles as their own.
- no tracking — this is signing, not surveillance. it does not phone home, fingerprint you, or report who runs a copy. enforcement is legal, never telemetric — consistent with the manifesto.
3. how to check independently
you do not have to trust this page. the public key is committed in the open-source trust anchor, and the signed registry is a static file:
- registry — /tool-bundles/provenance.json
- scheme — sign fc-provenance|v1|ed25519|sha256|<build>|<builtAt>|<count>|<registrySha256> where registrySha256 is the sha-256 of the sorted [slug, jsSha256, cssSha256] table.
- any ed25519 verifier (openssl, libsodium, WebCrypto) will validate the signature against the published public key.
this content is proprietary and not licensed for reuse — see /aup. the signature exists so that fact is provable, not decorative.
4. related
- /formats — native .fc-* files + the .fc-key signing format for your own exports
- /forensics/verify — verify a signed .fc-case investigation record
- /manifesto — the local-first, no-upload contract