{
  "fixture": "bound-gate.v1",
  "status": "EXPERIMENTAL_not_frozen_not_published",
  "purpose": "Smallest crossing whose signed verdict binds to real, retrievable TEST inputs and measured invariants. Reuses the request-binding.v1 / context-snapshot.v1 / gate-verdict.v1 wire profiles with new bound values.",
  "test_authority": true,
  "production_identity_claimed": false,
  "decision_replay": "DECISION_REPLAY_UNAVAILABLE",
  "decision_replay_note": "This fixture evaluates declared invariants over the supplied test inputs at the recorded instant. It does NOT reconstruct historical event encoding, authority history, or source policy evaluation over a log. The graph head is genesis (sequence 0, zero hash): no graph history is claimed. A regenerated digest is not independent source-decision replay.",
  "domains": {
    "request": "crossing-graph:request:v1\u0000",
    "context": "crossing-graph:context:v1\u0000",
    "inputs": "gate-inputs:v1\u0000",
    "verdict": "crossing-graph:gate-verdict:v1\u0000"
  },
  "hash_rules": {
    "request_hash": "SHA-256(request_domain || request_cbor)",
    "context_hash": "SHA-256(context_domain || context_cbor)",
    "inputs_hash": "SHA-256(inputs_domain || request_hash || context_hash)",
    "verdict_message": "verdict_domain || verdict_cbor (Ed25519 signed)",
    "policy_hash": "SHA-256(policy material file bytes)  [content hash]",
    "authority_state_hash": "SHA-256(authority-state material file bytes)  [content hash]"
  },
  "trust_root_ref": "trust-root.json",
  "invariant_definitions": [
    {
      "bit": 0,
      "id": "BG-I1",
      "name": "ClassRegistered",
      "predicate": "request.class_id in policy.registered_classes",
      "inputs": [
        "request.class_id",
        "policy.registered_classes"
      ]
    },
    {
      "bit": 1,
      "id": "BG-I2",
      "name": "EvidenceSufficient",
      "predicate": "request.evidence_tier >= policy.min_evidence_tier",
      "inputs": [
        "request.evidence_tier",
        "policy.min_evidence_tier"
      ]
    },
    {
      "bit": 2,
      "id": "BG-I3",
      "name": "AuthorityEndorsesKey",
      "predicate": "authority_state.status=='active' and authority_state.authority_id==policy.authority_id and verdict_signing_key in authority_state.authorized_gate_keys",
      "inputs": [
        "authority_state.status",
        "authority_state.authority_id",
        "authority_state.authorized_gate_keys",
        "verdict.signing_public_key",
        "policy.authority_id"
      ]
    }
  ],
  "gate_rule": "EXECUTE (test-domain warrant) iff byte_conformance, signature, input_binding, material_availability, definition_binding, invariant_evaluation, measurement_binding and test_authority all PASS; otherwise HOLD. A passing signature alone never warrants.",
  "valid_vector": {
    "request": {
      "instance_id": "bound-gate-crossing-001",
      "class_id": "CRX-4A-17",
      "evidence_tier": 3,
      "payload_hex": "626f756e642d67617465",
      "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303103694352582d34412d31370403054a626f756e642d67617465",
      "request_hash_hex": "cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed"
    },
    "context": {
      "canonical_cbor_hex": "aa00010105025820cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
      "context_hash_hex": "ff57bae384a05fdc6803a1efa8853357a50742e7efe85198778ae6cc62d5a8fb",
      "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
      "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
      "evaluated_at_ms": 1706000000000,
      "freshness_valid_until_ms": 1706086400000,
      "graph_head_sequence": 0,
      "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
      "gate_profile_version": "gate-verdict:v1"
    },
    "verdict": {
      "gate_id": "adm",
      "outcome": "positive",
      "denial_code": null,
      "evaluated_invariants_hex": "07",
      "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
      "inputs_hash_hex": "e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9",
      "timestamp_ms": 1706000000000,
      "key_identifier": "bound-gate-test-key-v1",
      "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8075820e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
      "gate_verdict_hash_hex": "f3fa1224eb26c13166c68591fe4cf155bfc953aa04e74d2ca8f1274fbca1fa4b",
      "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
      "signature_hex": "c7a90778da22f9de7989fadb242d18174f204f5e1b995d076cdb02934f9091b67b692c1951968bc8e8029e5198dea122d10a53074f2387534b0c9389d749110c"
    },
    "invariant_measurement": {
      "measured": {
        "BG-I1": true,
        "BG-I2": true,
        "BG-I3": true
      },
      "measured_mask_hex": "07"
    },
    "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a225445535420706f6c69637920666f7220746865206578706572696d656e74616c20626f756e642d6761746520666978747572652e204e6f7420612070726f64756374696f6e20706f6c6963792e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
    "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a225445535420617574686f726974792d737461746520736e617073686f742e20456e646f727365732074686520746573742067617465206b6579206f6e6c792e222c22737461747573223a22616374697665227d",
    "name": "bound-gate-valid",
    "policy_file": "material/policy.json",
    "authority_state_file": "material/authority-state.json"
  },
  "negative_vectors": [
    {
      "request": {
        "instance_id": "bound-gate-crossing-001",
        "class_id": "CRX-4A-17",
        "evidence_tier": 3,
        "payload_hex": "74616d70657265642121",
        "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303103694352582d34412d31370403054a74616d70657265642121",
        "request_hash_hex": "3cd093c2c99024b6eaea0c58c29c5b79d3d8de1803af556a4fbdb095a42ca885"
      },
      "context": {
        "canonical_cbor_hex": "aa00010105025820cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
        "context_hash_hex": "ff57bae384a05fdc6803a1efa8853357a50742e7efe85198778ae6cc62d5a8fb",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
        "evaluated_at_ms": 1706000000000,
        "freshness_valid_until_ms": 1706086400000,
        "graph_head_sequence": 0,
        "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
        "gate_profile_version": "gate-verdict:v1"
      },
      "verdict": {
        "gate_id": "adm",
        "outcome": "positive",
        "denial_code": null,
        "evaluated_invariants_hex": "07",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "inputs_hash_hex": "e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9",
        "timestamp_ms": 1706000000000,
        "key_identifier": "bound-gate-test-key-v1",
        "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8075820e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
        "gate_verdict_hash_hex": "f3fa1224eb26c13166c68591fe4cf155bfc953aa04e74d2ca8f1274fbca1fa4b",
        "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
        "signature_hex": "c7a90778da22f9de7989fadb242d18174f204f5e1b995d076cdb02934f9091b67b692c1951968bc8e8029e5198dea122d10a53074f2387534b0c9389d749110c"
      },
      "invariant_measurement": {
        "measured": {
          "BG-I1": true,
          "BG-I2": true,
          "BG-I3": true
        },
        "measured_mask_hex": "07"
      },
      "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a225445535420706f6c69637920666f7220746865206578706572696d656e74616c20626f756e642d6761746520666978747572652e204e6f7420612070726f64756374696f6e20706f6c6963792e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
      "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a225445535420617574686f726974792d737461746520736e617073686f742e20456e646f727365732074686520746573742067617465206b6579206f6e6c792e222c22737461747573223a22616374697665227d",
      "name": "input-binding-mismatch",
      "description": "Request payload differs from what the signed verdict committed to; recomputed inputs_hash no longer matches.",
      "expected_failed_checks": [
        "input_binding"
      ]
    },
    {
      "request": {
        "instance_id": "bound-gate-crossing-001",
        "class_id": "CRX-4A-17",
        "evidence_tier": 3,
        "payload_hex": "626f756e642d67617465",
        "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303103694352582d34412d31370403054a626f756e642d67617465",
        "request_hash_hex": "cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed"
      },
      "context": {
        "canonical_cbor_hex": "aa00010105025820cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
        "context_hash_hex": "ff57bae384a05fdc6803a1efa8853357a50742e7efe85198778ae6cc62d5a8fb",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
        "evaluated_at_ms": 1706000000000,
        "freshness_valid_until_ms": 1706086400000,
        "graph_head_sequence": 0,
        "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
        "gate_profile_version": "gate-verdict:v1"
      },
      "verdict": {
        "gate_id": "adm",
        "outcome": "positive",
        "denial_code": null,
        "evaluated_invariants_hex": "07",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "inputs_hash_hex": "e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9",
        "timestamp_ms": 1706000000000,
        "key_identifier": "bound-gate-test-key-v1",
        "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8075820e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
        "gate_verdict_hash_hex": "f3fa1224eb26c13166c68591fe4cf155bfc953aa04e74d2ca8f1274fbca1fa4b",
        "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
        "signature_hex": "c7a90778da22f9de7989fadb242d18174f204f5e1b995d076cdb02934f9091b67b692c1951968bc8e8029e5198dea122d10a53074f2387534b0c9389d749110c"
      },
      "invariant_measurement": {
        "measured": {
          "BG-I1": true,
          "BG-I2": true,
          "BG-I3": true
        },
        "measured_mask_hex": "07"
      },
      "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a2254414d504552454420706f6c6963792062797465733b20636f6e74656e7420686173682077696c6c206e6f74206d617463682e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
      "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a225445535420617574686f726974792d737461746520736e617073686f742e20456e646f727365732074686520746573742067617465206b6579206f6e6c792e222c22737461747573223a22616374697665227d",
      "name": "policy-bytes-tampered",
      "description": "Retrievable policy bytes were altered; SHA-256(policy) no longer equals the committed policy_hash.",
      "expected_failed_checks": [
        "material_availability"
      ]
    },
    {
      "request": {
        "instance_id": "bound-gate-crossing-001",
        "class_id": "CRX-4A-17",
        "evidence_tier": 3,
        "payload_hex": "626f756e642d67617465",
        "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303103694352582d34412d31370403054a626f756e642d67617465",
        "request_hash_hex": "cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed"
      },
      "context": {
        "canonical_cbor_hex": "aa00010105025820cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
        "context_hash_hex": "ff57bae384a05fdc6803a1efa8853357a50742e7efe85198778ae6cc62d5a8fb",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
        "evaluated_at_ms": 1706000000000,
        "freshness_valid_until_ms": 1706086400000,
        "graph_head_sequence": 0,
        "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
        "gate_profile_version": "gate-verdict:v1"
      },
      "verdict": {
        "gate_id": "adm",
        "outcome": "positive",
        "denial_code": null,
        "evaluated_invariants_hex": "07",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "inputs_hash_hex": "e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9",
        "timestamp_ms": 1706000000000,
        "key_identifier": "bound-gate-test-key-v1",
        "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8075820e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
        "gate_verdict_hash_hex": "f3fa1224eb26c13166c68591fe4cf155bfc953aa04e74d2ca8f1274fbca1fa4b",
        "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
        "signature_hex": "c7a90778da22f9de7989fadb242d18174f204f5e1b995d076cdb02934f9091b67b692c1951968bc8e8029e5198dea122d10a53074f2387534b0c9389d749110c"
      },
      "invariant_measurement": {
        "measured": {
          "BG-I1": true,
          "BG-I2": true,
          "BG-I3": true
        },
        "measured_mask_hex": "07"
      },
      "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a225445535420706f6c69637920666f7220746865206578706572696d656e74616c20626f756e642d6761746520666978747572652e204e6f7420612070726f64756374696f6e20706f6c6963792e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
      "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a2254414d504552454420617574686f726974792d73746174652062797465732e222c22737461747573223a22616374697665227d",
      "name": "authority-state-tampered",
      "description": "Retrievable authority-state bytes were altered; SHA-256(authority_state) no longer equals the committed hash.",
      "expected_failed_checks": [
        "material_availability"
      ]
    },
    {
      "request": {
        "instance_id": "bound-gate-crossing-002",
        "class_id": "CRX-4A-17",
        "evidence_tier": 2,
        "payload_hex": "626f756e642d67617465",
        "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303203694352582d34412d31370402054a626f756e642d67617465",
        "request_hash_hex": "48fa6bc5a92196c4a7fa4ad6366828183c9aa41b1ec9e95fc47d3bc7eb31c961"
      },
      "context": {
        "canonical_cbor_hex": "aa0001010502582048fa6bc5a92196c4a7fa4ad6366828183c9aa41b1ec9e95fc47d3bc7eb31c961035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
        "context_hash_hex": "653a34b4c6f50a86b856426374e9a13505874bc403a3e9d135eee6fa25b9182a",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
        "evaluated_at_ms": 1706000000000,
        "freshness_valid_until_ms": 1706086400000,
        "graph_head_sequence": 0,
        "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
        "gate_profile_version": "gate-verdict:v1"
      },
      "verdict": {
        "gate_id": "adm",
        "outcome": "positive",
        "denial_code": null,
        "evaluated_invariants_hex": "07",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "inputs_hash_hex": "6327bc99e90a6d63b09d79b9ebd2273de372c866b21f1885ead49bd0af942fb7",
        "timestamp_ms": 1706000000000,
        "key_identifier": "bound-gate-test-key-v1",
        "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c80758206327bc99e90a6d63b09d79b9ebd2273de372c866b21f1885ead49bd0af942fb7081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
        "gate_verdict_hash_hex": "b0dee62eb6fd210897e8cd53192a28494d2f730354b454489f18a25efce04449",
        "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
        "signature_hex": "a61cb6d92074b13d9b86b52cf89ff30ab69f98e493ea91a28348d45943f2a2c7707c8e5666ed7b78c015f19876e18be32e71a923f1fc80dbf8301d928213f005"
      },
      "invariant_measurement": {
        "measured": {
          "BG-I1": true,
          "BG-I2": false,
          "BG-I3": true
        },
        "measured_mask_hex": "05"
      },
      "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a225445535420706f6c69637920666f7220746865206578706572696d656e74616c20626f756e642d6761746520666978747572652e204e6f7420612070726f64756374696f6e20706f6c6963792e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
      "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a225445535420617574686f726974792d737461746520736e617073686f742e20456e646f727365732074686520746573742067617465206b6579206f6e6c792e222c22737461747573223a22616374697665227d",
      "name": "invariant-measurement-mismatch",
      "description": "Signature, input binding and material all verify, but the invariants measured over the supplied inputs (mask 0x05, BG-I2 fails) contradict the verdict's claimed mask 0x07 and positive outcome.",
      "expected_failed_checks": [
        "invariant_evaluation"
      ]
    },
    {
      "request": {
        "instance_id": "bound-gate-crossing-001",
        "class_id": "CRX-4A-17",
        "evidence_tier": 3,
        "payload_hex": "626f756e642d67617465",
        "canonical_cbor_hex": "a6000101010277626f756e642d676174652d63726f7373696e672d30303103694352582d34412d31370403054a626f756e642d67617465",
        "request_hash_hex": "cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed"
      },
      "context": {
        "canonical_cbor_hex": "aa00010105025820cfab28dcbac35c394a248db9b62e26d1f77c03176317b385d111d50bfba56bed035820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8041b0000018d35862400051b0000018d3aac800006000758200000000000000000000000000000000000000000000000000000000000000000085820fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb096f676174652d766572646963743a7631",
        "context_hash_hex": "ff57bae384a05fdc6803a1efa8853357a50742e7efe85198778ae6cc62d5a8fb",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "authority_state_hash_hex": "fdaa4d5a01de28341844a0b24d8255347fb33a92323794e00279db03f9203bfb",
        "evaluated_at_ms": 1706000000000,
        "freshness_valid_until_ms": 1706086400000,
        "graph_head_sequence": 0,
        "graph_head_hash_hex": "0000000000000000000000000000000000000000000000000000000000000000",
        "gate_profile_version": "gate-verdict:v1"
      },
      "verdict": {
        "gate_id": "adm",
        "outcome": "positive",
        "denial_code": null,
        "evaluated_invariants_hex": "07",
        "policy_hash_hex": "ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8",
        "inputs_hash_hex": "e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9",
        "timestamp_ms": 1706000000000,
        "key_identifier": "bound-gate-test-key-v1",
        "canonical_cbor_hex": "aa00010104026361646d030004f6054107065820ff2723aa07000d29ebf096c95f631e13f757aed318faa62c0873187ae4c8b8c8075820e21bee8d6085c83093766ead250f52e75593ef6b1f1569fbcef06eb9c8201ee9081b0000018d358624000976626f756e642d676174652d746573742d6b65792d7631",
        "gate_verdict_hash_hex": "f3fa1224eb26c13166c68591fe4cf155bfc953aa04e74d2ca8f1274fbca1fa4b",
        "signing_public_key_hex": "ff7334e90d8575004958ea14a765dae800f43e938a0b1640891771d99ba2a78a",
        "signature_hex": "c6a90778da22f9de7989fadb242d18174f204f5e1b995d076cdb02934f9091b67b692c1951968bc8e8029e5198dea122d10a53074f2387534b0c9389d749110c"
      },
      "invariant_measurement": {
        "measured": {
          "BG-I1": true,
          "BG-I2": true,
          "BG-I3": true
        },
        "measured_mask_hex": "07"
      },
      "policy_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c226d696e5f65766964656e63655f74696572223a332c226e6f7465223a225445535420706f6c69637920666f7220746865206578706572696d656e74616c20626f756e642d6761746520666978747572652e204e6f7420612070726f64756374696f6e20706f6c6963792e222c22706f6c6963795f6964223a22626f756e642d676174652d746573742d706f6c696379222c22726567697374657265645f636c6173736573223a5b224352582d34412d3137225d2c2272657175697265645f696e76617269616e7473223a5b2242472d4931222c2242472d4932222c2242472d4933225d2c2276657273696f6e223a2231227d",
      "authority_state_bytes_hex": "7b22617574686f726974795f6964223a22626f756e642d676174652d746573742d617574686f72697479222c22617574686f72697a65645f676174655f6b657973223a5b2266663733333465393064383537353030343935386561313461373635646165383030663433653933386130623136343038393137373164393962613261373861225d2c226e6f7465223a225445535420617574686f726974792d737461746520736e617073686f742e20456e646f727365732074686520746573742067617465206b6579206f6e6c792e222c22737461747573223a22616374697665227d",
      "name": "signature-invalid",
      "description": "The Ed25519 signature was corrupted; every other check still passes, yet no warrant may issue.",
      "expected_failed_checks": [
        "signature"
      ]
    }
  ]
}
