Offline verifier for TGS custody manifests — per-asset provenance for AI training data
Project description
tgs-verify
tgs-verify is the open verifier for The Gray Systems custody manifests — the per-asset provenance record (origin, generator model and license, generation parameters, SHA-256 content fingerprint) that ships with every TGS training-data delivery. Point it at a manifest and the delivered files; it recomputes every fingerprint and tells you, loudly, whether the data you received is exactly the data that was documented.
Single file. Zero dependencies. Python 3.8+. Fully offline — verification never phones home and requires nothing from the supplier.
30-second demo
git clone https://github.com/thegray-systems/tgs-verify && cd tgs-verify
python3 tgs_verify.py examples/manifest.json
tgs-verify 1.0.0 — 3 asset(s), root: examples
✓ assets/scene_0001.png c0c4002a61f8…
✓ assets/scene_0002.png 87226cc1ea67…
✓ assets/scene_0003.png be0eb7f19036…
✓ VERIFIED — 3/3 assets match their custody record
Now watch it catch tampering — one pixel changed in one asset:
python3 tgs_verify.py examples/manifest.json --root examples/tampered
✓ assets/scene_0001.png …
✗ ALTERED assets/scene_0002.png
expected 87226cc1…
actual a41647e1…
✓ assets/scene_0003.png …
✗ FAILED — 2/3 assets match their custody record
Usage
python3 tgs_verify.py <manifest.json> [--root DIR] # verify a JSON custody manifest
python3 tgs_verify.py --csv PN-123_manifest.csv --root ./delivery # verify a delivery CSV
python3 tgs_verify.py manifest.json --json # machine-readable report
Exit codes: 0 verified · 1 failed · 2 manifest unreadable. Wire it into CI and a bad delivery fails your pipeline before it touches training.
What a custody manifest records
Every asset in a TGS delivery carries: a SHA-256 fingerprint of the exact delivered bytes, a declared origin (synthetic / recorded / collected), for synthetic assets the generator model, version, and the license it was operated under, optional generation parameters, and the license class the data ships under (evaluation-only, non-exclusive, training-only, exclusive, full-ip-buyout, custom). The full format is defined in SPEC.md.
The verifier checks the certificate, not the factory: it proves delivery integrity and documented provenance without exposing anything about how data is produced.
Why this exists
Training-data provenance fails quietly. A dataset changes hands, a file gets re-encoded, a folder gets "helpfully" cleaned up — and the record no longer matches reality, which surfaces months later in diligence, an audit, or a lawsuit. A custody manifest plus an open verifier makes the failure loud and immediate instead: anyone in the chain — buyer, counsel, auditor, acquirer — can re-check the delivery in seconds, forever, without trusting the supplier's word.
Roadmap
- v1.1 — Ed25519 manifest signatures (tamper-evident, attributable manifests) per SPEC §5.
- v1.0 —
license.classexpanded to six classes —evaluation-only,non-exclusive,training-only,exclusive,full-ip-buyout,custom— aligned with the TGS delivery system.
License
MIT. The manifest format (SPEC.md) is open for anyone to implement — verifiers, generators, or both.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tgs_verify-1.0.0.tar.gz.
File metadata
- Download URL: tgs_verify-1.0.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f35cbc7cf5dd1cef79cc71891f88af98fe106f8e72ce5773f84e56e3b04972
|
|
| MD5 |
0410e72e519657e4cb6c6ee5610bbdcb
|
|
| BLAKE2b-256 |
ed7f00f031ff4b76e64a1edd735d13d45aee356845397afbc86a74557d938b9d
|
File details
Details for the file tgs_verify-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tgs_verify-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f09c226d7630370c6656f9ee514094a76f8ffc901e11df8d94a4b6f1eeac5e72
|
|
| MD5 |
f8312bc9c20c2b06053367b5e6ad141f
|
|
| BLAKE2b-256 |
6fa8fe880d489cf69ee0cfbc2803f2a5703542d6222fdbebff9b6abc0e99385c
|