OpenChainGraph Suite · OCG v0.8.7 · Insurance Evidence

Assemble AIUC-1 Evidence Pack

Three-step AIUC-1 evidence pipeline: lint a control-evidence bundle against the 23 automatable AIUC-1 v2026-Q1 controls, assemble a signed control-keyed evidence pack with an OSCAL export, then lint the pack for evidence freshness against the AIUC-1 quarterly re-test cadence and cert expiry.

OpenChainGraph · 3 Steps compliance mandate Hash-Anchored §4 chain_depth:3 Client-Side · Zero PII
Verify-side evidence assembly only. Never asserts that any control is certified or that AIUC or any underwriter endorses, accepts, or is bound by this output. AIUC is both certifier and underwriter of this standard; this pack serves the audited company and its accredited auditor. The ~26 procedural AIUC-1 controls are structurally out of automatable scope. Not legal or insurance advice.
Chain Topology (linear composition) — Control Lint → Pack Assembly → Freshness Lint
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1 ROOT node
AIUC-1 Control Evidence Linter art-303-aiuc1-control-evidence-linter
per_control status feeds Stage 2 pack assembly as the control_mapping evidence basis
MCP Call · lint_aiuc1_control_evidence
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "lint_aiuc1_control_evidence",
    "arguments": {
        "aiuc1_version": "2026-Q1",
        "control_evidence": [
            {
                "control_id": "AIUC-A-01",
                "evidence": [
                    {
                        "type": "receipt",
                        "receipt_hash": "sha256:",
                        "issued_at": "2026-06-01"
                    }
                ]
            }
        ]
    }
  },
  "id": 1
}
2 STEP node
AIUC-1 Evidence Pack Assembler art-304-aiuc1-evidence-pack-assembler
controls[] and pack_claim_strength feed Stage 3 freshness lint against the assembled pack
MCP Call · assemble_aiuc1_evidence_pack
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "assemble_aiuc1_evidence_pack",
    "arguments": {
        "aiuc1_version": "2026-Q1",
        "artifacts": {
            "receipts": [
                {
                    "id": "r1",
                    "digest": "sha256:"
                }
            ]
        },
        "control_mapping": [
            {
                "control_id": "AIUC-A-01",
                "artifact_refs": [
                    "r1"
                ]
            }
        ]
    }
  },
  "id": 2
}
3 TERMINAL node
AIUC-1 Evidence Freshness Lint art-305-aiuc1-evidence-freshness-lint
Computes stale_controls and cert_expiry over the assembled pack -- final stage
MCP Call · lint_insurance_evidence_freshness
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "lint_insurance_evidence_freshness",
    "arguments": {
        "as_of": "2026-07-14",
        "cert_anniversary": "2026-01-10",
        "controls": [
            {
                "control_id": "AIUC-A-01",
                "newest_receipt_at": "2026-07-01"
            }
        ]
    }
  },
  "id": 3
}
Export Chain Artifact
Download the §4 chain definition artifact (hash-anchored JSON). The artifact encodes the complete chain definition. Available after hash computation.