Run vectors locally. h33 verify receipt vector.json validates any vector against the specification. Deterministic output, no network dependency, machine-parseable results.
Deterministic test vectors, adversarial validation, and published schemas. Independent implementations verify compatibility against machine-readable contracts, not marketing claims.
20 vectors (AGT-TV-001 through AGT-TV-020) covering identity, session, DAG, replay, integrity, key management, and governance. Each vector defines deterministic inputs, expected outputs, and replay invariants for independent verification.
Conformance testing for the H33 AI Trust Standard. Validates attestation receipt structure, chain integrity, signature verification, and governance proof models against the HATS specification.
Run vectors locally. h33 verify receipt vector.json validates any vector against the specification. Deterministic output, no network dependency, machine-parseable results.
54 adversarial tests. 4 attack categories. 0 undetected attacks. Validates system behavior under malformed inputs, replay attacks, signature forgery attempts, and state corruption.
Browser-based receipt verification. No installation required. Submit any attestation receipt for independent validation of structure, signatures, and chain integrity.
| Vector Range | Specification | Schema |
|---|---|---|
| AGT-TV-001 to 002 | Agent Governance (Identity) | — |
| AGT-TV-003 to 004 | Agent Governance (Session) | — |
| AGT-TV-005 to 007 | Agent Governance (DAG) | Governance Proof |
| AGT-TV-008 to 009 | Agent Governance (Tool & Memory) | — |
| AGT-TV-010 | Agent Governance (Policy) | — |
| AGT-TV-011 to 013 | Agent Governance (Replay) | — |
| AGT-TV-014 to 015 | Agent Governance (Integrity) | Governance Proof |
| AGT-TV-016 | Agent Governance (Key Mgmt) | — |
| AGT-TV-017 to 020 | Agent Governance (Governance) | HATS Attestation |
# 1. Download vectors curl -O https://h33.ai/conformance/agent-vectors/v1/vectors.json # 2. Run against your implementation h33 verify receipt vectors.json --strict # 3. Check replay determinism h33 replay session vectors.json --iterations 100