OpenChainGraph Suite · Machine, AI & Software Integrity

AI Governance Framework Crosswalk

Map AI controls and evidence to NIST AI RMF Govern/Map/Measure/Manage functions with per-function coverage (art-174) → check GPAI provider obligations under EU AI Act Art. 53/55 and voluntary Code of Practice (art-175) → A-F AI governance readiness diagnostic across ISO 42001, NIST RMF, and EU AI Act convergence (art-176). Full multi-framework governance crosswalk. GPAI enforcement Aug 2026. Zero network, zero PII.

OpenChainGraph · 3 Steps compliance mandate NIST AI RMF EU AI Act Art.53/55 ISO 42001 GPAI W3C VC §13.11 Hash-Anchored §4 chain_depth:3 · Zero PII · v0.5.0
Chain Topology — AI Governance Framework Crosswalk (NIST AI RMF · EU AI Act Art.53/55 · ISO 42001)
art-174 NIST AI RMF Mapper art-175 GPAI Conformance art-176 Governance Readiness ⊥
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1ROOT · D0node
RMF function coverage feeds GPAI conformance checker
MCP Call · map_nist_ai_rmf_functions
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "map_nist_ai_rmf_functions",
    "arguments": {
      "system_name": "Loan Underwriting AI",
      "controls": [
        {"id": "GOV-1.1", "description": "AI risk policy documented and approved"},
        {"id": "MAP-2.2", "description": "Impact assessment completed for affected stakeholders"},
        {"id": "MEA-4.1", "description": "Bias metrics monitored quarterly"},
        {"id": "MNG-3.2", "description": "Incident response plan tested annually"}
      ]
    }
  },
  "id": 1
}
2MIDDLE · D1node
GPAI obligation status feeds AI governance readiness diagnostic
MCP Call · check_gpai_code_conformance
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "check_gpai_code_conformance",
    "arguments": {
      "provider": {
        "name": "Acme AI Ltd",
        "model_type": "general_purpose",
        "flops_training": 1e23,
        "systemic_risk": false
      },
      "obligations": {
        "technical_documentation": true,
        "copyright_policy": true,
        "training_data_summary": false,
        "incident_reporting": true,
        "code_of_practice_signed": false
      }
    }
  },
  "id": 2
}
3TERMINAL · D2node
Exports A-F governance readiness grade with execution_hash — final stage
MCP Call · run_ai_governance_fit
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "run_ai_governance_fit",
    "arguments": {
      "organization": "Acme AI Ltd",
      "frameworks": ["nist_ai_rmf", "iso_42001", "eu_ai_act"],
      "evidence": {
        "risk_policy": true,
        "impact_assessment": true,
        "bias_monitoring": true,
        "incident_response": true,
        "training_data_docs": false,
        "third_party_audit": false,
        "gpai_code_signed": false
      }
    }
  },
  "id": 3
}
Export Artifacts
Download the §4 chain definition artifact or the §13.11 W3C VC view.