Public receipt surface (no login)
Stable URLs, predictable verification.
IF.Trace is intentionally boring from a developer perspective: compute hashes, publish receipts, and keep the proof surface stable. The system is designed for third parties who are not inside your network.
What “VERIFIED” means (black/white)
HTML fallback (for sandboxed reviewers)
Some external review environments can load HTML but reject downloadable binaries or raw markdown. For those, we publish HTML views alongside the raw assets.
Raw
/static/pack/<shareId>.md
/static/review/<shareId>.md
/static/marketing/<shareId>.md
HTML view
/static/pack/<shareId>
/static/review/<shareId>
/static/marketing/<shareId>
Offline verification (triage bundles)
Download a bundle (lightweight/standard/full) and verify without relying on the live site.
Bundle selector (demo)
Note: some “web fetchers” reject .tar.gz with a client-side error even when browsers/curl succeed. Use the HTML views and
download bundles locally.
Verify (CLI)
curl -fsSL -o iftrace.py 'https://infrafabric.io/static/hosted/iftrace.py'
python3 iftrace.py verify trace_bundle_<id>_standard.tar.gz --expected-sha256 <sha256>
If hashes match, the receipt’s integrity claim is satisfied.