How to verify this bundle (ILLUSTRATIVE SAMPLE) =============================================== *** ILLUSTRATIVE SAMPLE ONLY *** This file accompanies a synthetic bundle.json for buyer review. It is NOT exported from a live tenant. Rekor anchors are omitted; the automated Rekor check will report SKIP (not PASS). These checks assess internal consistency of the exported bundle — not completeness or compliance. Honesty boundary ---------------- Verification checks internal consistency of the exported bundle and, when Rekor anchors are present and passing, public-log anchoring of listed segment Merkle roots. It does not prove completeness of your AI estate (see the Coverage section) and is not a compliance assessment. To prove the artifact has not changed since export, compare manifest.content_digest with a trusted external copy. A passing digest check alone does not prove completeness, compliance, or authenticity of the export source. What to check (plain language) ------------------------------ - The content digest confirms evidence sections match the digest recorded in the manifest. - The org trace chain head and anchor references in the manifest are internally consistent. - Rekor verification does not apply to this illustrative sample (no anchors listed). Automated verification (Python 3.11+, pip install httpx) -------------------------------------------------------- From the Quantlix repository (verifier scripts are not bundled with this static sample): python scripts/compliance/verify_audit_bundle.py portal/public/samples/illustrative-audit-bundle.json Expected on this sample: - Content digest: PASS (if file unchanged) - Rekor anchors: SKIP (no UUIDs in manifest) For a production export, unzip the audit-bundle zip from Dashboard → Audit bundles. Each zip ships bundle.json, this HOW_TO_VERIFY.txt, verify_audit_bundle.py, and audit_bundle_verify_lib.py — no Quantlix login required. Manifest content digest (SHA-256): 486eb436005ce70e2e9421cc274edc8ef08db8222ebf0cda744ae48743ef91aa Learn more: https://quantlix.ai/evidence