H33
Independent Verification Kit · v1.0 · 2026-06-02

Verify the proofs without us in the room.

A self-contained reproduction package for external auditors, security teams, and independent researchers. Walks through every step needed to verify the H33-CANONICAL-AUTH-v1 first operational proof and its downstream proofs (Regulator Replay #001, Multi-Tenant Isolation #001) using only public artifacts. No H33 access required for most steps. No NDA. No proprietary tooling.

01Purpose

The proofs at /proofs/ are H33's claims. This kit is the means by which a third party — an independent security team, an auditor, a researcher, a security tools vendor — can verify those claims and publish their own attestation. It is structured so the verifier can work entirely with public artifacts for most steps; H33 coordinates direct database access only for the determinism reproductions in Steps 6 and 7.

The acid test

If the verifier finishes the guide and the values check, the H33 claims are confirmed. If a value fails to check, that is a finding — and we will publish it. Negative findings are part of the kit's purpose.

02What's in the kit

03The eight steps (at a glance)

1

Fetch the bundle

Public GET to app.v101.ai. Confirm bundle_id, schema, anchor chain, tx_reference length.

2

Verify the SHA3-256 commitment

Recompute SHA3-256 over the canonical JSON of the IssuedReceipt. Compare to commitment_hex from the bundle.

3

Verify Auth1 published the EdDSA public key

Fetch JWKS from auth.h33.ai/.well-known/jwks.json. Confirm the active kid is present and well-formed.

4

(Optional) Verify a fresh Bearer's signature

Obtain a Bearer via OTP login. Verify the EdDSA signature against the JWKS public key. Confirm claims shape.

5

Decompose the 74-byte H33-74 receipt

Decode 148-hex into 32-byte signing_message + 42-byte CompactReceipt. Confirm version, verified_at_ms, algorithm_flag.

6

Verify Regulator Replay determinism

Run the reconstruction harness against the canonical event log at T = 1780359626000. Expect state_id 96a29047…be4a.

7

Verify Multi-Tenant Isolation

Run the isolation harness. Expect distinct state_ids for tenants A and B, and ProvenanceBroken on the injection attack.

8

Publish your findings

Fill in the attestation template, sign it with your standard mechanism, send to H33, publish on your own surface.

04Who this kit is for

Cryptography or security teams that validate vendor claims professionally. In order of fit for the first-proof's specific claims (post-quantum signing, deterministic replay, canonical event log):

We will support any verifier; we will not solicit any specific one. The verifier's independence is the credibility of their attestation.

05How H33 will support the verification

StepH33 providesVerifier provides
1, 2, 3, 5Public artifacts (all URLs in artifact-manifest.json)Time + cryptographic tooling (standard libs)
4Coordination of a fresh Bearer via the OTP login flow (or a structural test customer Bearer for full automation)An email + ~2 min for OTP receipt
6, 7Read-only access to canonical_auth_events for the relevant tenants via tunneled connection or one-time exportThe scif-backend source at the named SHA + a postgres-capable environment
8Publication of the verifier's signed attestation, with attribution, on this pageThe signed attestation

06What this kit does NOT cover

07License and authorship

Kit content (this page, the guide, the manifest, the template) released under CC-BY 4.0. Attribution: "Verification kit by H33, Inc., 2026."

Verifier attestations remain the verifier's authorship. H33 will link to attestations with the verifier's identity and methodology. Negative findings are published unchanged. H33 will respond with the fix or the gap; we will not argue.

08Published verifications

No external verifications have been published yet. When the first verifier completes the kit and publishes a signed attestation, it will be listed here.

If you are a verifier

Open the guide, work through the steps, sign the attestation, send it to the H33 contact in the manifest. We will respond. We will publish.

Issued by H33, Inc. · Eric Beans, CEO · 2026-06-02

This kit accompanies the published proofs at /proofs/. The proofs are the claim; this kit is the means by which any third party verifies the claim independently.