1 pointby oneinxa day ago1 comment
  • oneinxa day ago
    Manifestinx-verify is an offline verifier for “evidence bundles” (artifact bundles).

    If artifacts drift/tamper/missing vs pinned hashes, verification fails deterministically (great for CI gates).

    Contract: exit 0=PASS, 2=DRIFT/TAMPER, 1=INVALID/ERROR

    Try it: docs/ebs/PROOF_KIT/10_MINUTE_SKEPTIC_CHECK.md

    Looking for feedback from build/release/platform folks: Where would you wire this gate, and what would you want in the report output?