{
  "schema_version": "framework.graph.v1",
  "generated_at": "2026-05-20T06:49:47.877Z",
  "caveat": "Directional public-source framework graph. Crosswalks are analytical mappings, not official equivalence claims or certification evidence.",
  "frameworks": [
    {
      "id": "ai_trust_governance",
      "key": "ai_trust_governance",
      "name": "AI Trust Governance",
      "source_url": "/scorecard",
      "source_repo": null,
      "version": null,
      "license": null,
      "description": "Internal AI Security Engineering scorecard and maturity model.",
      "metadata": {
        "public_safe": true,
        "origin": "internal"
      }
    },
    {
      "id": "mitre_atlas",
      "key": "mitre_atlas",
      "name": "MITRE ATLAS",
      "source_url": "https://atlas.mitre.org/",
      "source_repo": "https://github.com/mitre-atlas/atlas-data",
      "version": null,
      "license": null,
      "description": "Adversarial threat knowledge base for AI systems.",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "owasp_llm_top10",
      "key": "owasp_llm_top10",
      "name": "OWASP Top 10 for LLM Applications",
      "source_url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "source_repo": "https://github.com/owasp/www-project-top-10-for-large-language-model-applications",
      "version": "2025",
      "license": null,
      "description": "OWASP LLM risk taxonomy and mitigation guidance.",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "nist_ai_rmf",
      "key": "nist_ai_rmf",
      "name": "NIST AI RMF",
      "source_url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "source_repo": null,
      "version": "1.0",
      "license": null,
      "description": "NIST AI Risk Management Framework and Playbook.",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "iso_42001_aims",
      "key": "iso_42001_aims",
      "name": "ISO 42001 / AIMS",
      "source_url": "https://www.iso.org/artificial-intelligence.html",
      "source_repo": null,
      "version": null,
      "license": null,
      "description": "Derived AI management system readiness model.",
      "metadata": {
        "public_safe": true,
        "origin": "derived"
      }
    }
  ],
  "nodes": [
    {
      "id": "ai_trust_governance",
      "framework_id": "ai_trust_governance",
      "node_key": "ai_trust_governance",
      "external_id": "ai_trust_governance",
      "parent_id": null,
      "node_type": "framework",
      "title": "AI Trust Governance",
      "summary": "Internal AI Security Engineering scorecard and maturity model.",
      "description": "Internal AI Security Engineering scorecard and maturity model.",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true,
        "origin": "internal"
      }
    },
    {
      "id": "mitre_atlas",
      "framework_id": "mitre_atlas",
      "node_key": "mitre_atlas",
      "external_id": "mitre_atlas",
      "parent_id": null,
      "node_type": "framework",
      "title": "MITRE ATLAS",
      "summary": "Adversarial threat knowledge base for AI systems.",
      "description": "Adversarial threat knowledge base for AI systems.",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "owasp_llm_top10",
      "framework_id": "owasp_llm_top10",
      "node_key": "owasp_llm_top10",
      "external_id": "owasp_llm_top10",
      "parent_id": null,
      "node_type": "framework",
      "title": "OWASP Top 10 for LLM Applications",
      "summary": "OWASP LLM risk taxonomy and mitigation guidance.",
      "description": "OWASP LLM risk taxonomy and mitigation guidance.",
      "sort_order": 0,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "nist_ai_rmf",
      "framework_id": "nist_ai_rmf",
      "node_key": "nist_ai_rmf",
      "external_id": "nist_ai_rmf",
      "parent_id": null,
      "node_type": "framework",
      "title": "NIST AI RMF",
      "summary": "NIST AI Risk Management Framework and Playbook.",
      "description": "NIST AI Risk Management Framework and Playbook.",
      "sort_order": 0,
      "url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "metadata": {
        "public_safe": true,
        "origin": "public"
      }
    },
    {
      "id": "iso_42001_aims",
      "framework_id": "iso_42001_aims",
      "node_key": "iso_42001_aims",
      "external_id": "iso_42001_aims",
      "parent_id": null,
      "node_type": "framework",
      "title": "ISO 42001 / AIMS",
      "summary": "Derived AI management system readiness model.",
      "description": "Derived AI management system readiness model.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "origin": "derived"
      }
    },
    {
      "id": "owasp-llm-top10:llm01",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm01",
      "external_id": "LLM01",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Prompt Injection",
      "summary": "Untrusted instructions alter model behavior, tool use, or downstream actions.",
      "description": "Treat instructions and data as separate trust zones, constrain tools, and test against direct and indirect injection. Examples: Direct prompt injection; Indirect prompt injection; Jailbreak behavior",
      "sort_order": 1,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0051.000",
          "AML.T0051.001",
          "AML.T0054"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS direct prompt injection",
            "href": "https://atlas.mitre.org/techniques/AML.T0051.000"
          },
          {
            "label": "ATLAS indirect prompt injection",
            "href": "https://atlas.mitre.org/techniques/AML.T0051.001"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm02",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm02",
      "external_id": "LLM02",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Sensitive Information Disclosure",
      "summary": "The model reveals sensitive or confidential data through prompts, context, logs, or outputs.",
      "description": "Minimize sensitive data exposure, tighten data-use policy, and validate output handling paths. Examples: Training-data leakage; Prompt or output disclosure; Context spill",
      "sort_order": 2,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0024",
          "AML.T0043"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "legal_clarity",
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS inference API exfiltration",
            "href": "https://atlas.mitre.org/techniques/AML.T0024"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm03",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm03",
      "external_id": "LLM03",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Supply Chain",
      "summary": "Models, plugins, datasets, and dependencies introduce supplier and provenance risk.",
      "description": "Track provider provenance, lock down dependencies, and verify build and delivery chains. Examples: Compromised model artifact; Plugin or dependency tampering; Vendor provenance gaps",
      "sort_order": 3,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0010",
          "AML.T0046"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Manage"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "consistency",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS AI supply chain compromise",
            "href": "https://atlas.mitre.org/techniques/AML.T0010"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm04",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm04",
      "external_id": "LLM04",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Data and Model Poisoning",
      "summary": "Training, fine-tuning, retrieval, or model assets are tampered with to bias behavior.",
      "description": "Add provenance checks, integrity controls, and evaluation gates for data and model updates. Examples: Poisoned training data; Backdoored model; Tampered vector corpus",
      "sort_order": 4,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0020",
          "AML.T0018"
        ],
        "nist_functions": [
          "Map",
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "consistency",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS poison training data",
            "href": "https://atlas.mitre.org/techniques/AML.T0020"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm05",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm05",
      "external_id": "LLM05",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Improper Output Handling",
      "summary": "Unvalidated model output flows into downstream systems or execution paths.",
      "description": "Validate, sanitize, and constrain output before it reaches code, browsers, or tools. Examples: Unsafe HTML rendering; SSRF via output; Unvalidated tool handoff",
      "sort_order": 5,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0049",
          "AML.T0048"
        ],
        "nist_functions": [
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "consistency",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS public-facing ML service",
            "href": "https://atlas.mitre.org/techniques/AML.T0049"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm06",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm06",
      "external_id": "LLM06",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Excessive Agency",
      "summary": "The system can take actions or call tools with more authority than intended.",
      "description": "Apply least privilege, approval gates, and tool-use boundaries to agentic behavior. Examples: Overbroad tool permissions; Unreviewed agent action; Runaway automation",
      "sort_order": 6,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0056"
        ],
        "nist_functions": [
          "Map",
          "Manage"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS plugin compromise",
            "href": "https://atlas.mitre.org/techniques/AML.T0056"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm07",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm07",
      "external_id": "LLM07",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "System Prompt Leakage",
      "summary": "System instructions, policies, or hidden context become observable to users or attackers.",
      "description": "Separate policy from model context and test for prompt extraction across the stack. Examples: Meta prompt extraction; Prompt reflection; Policy leakage",
      "sort_order": 7,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0051.000",
          "AML.T0051.001"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Measure"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS direct prompt injection",
            "href": "https://atlas.mitre.org/techniques/AML.T0051.000"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm08",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm08",
      "external_id": "LLM08",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Vector and Embedding Weaknesses",
      "summary": "Retrieval indexes, embeddings, or vector-store boundaries create leakage or corruption paths.",
      "description": "Harden retrieval authorization, isolate corpora, and validate embedding and vector-store inputs. Examples: Cross-tenant retrieval leak; Embedding poisoning; Weak retrieval filtering",
      "sort_order": 8,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0043",
          "AML.T0024"
        ],
        "nist_functions": [
          "Map",
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          },
          {
            "label": "ATLAS discovery via model ontology",
            "href": "https://atlas.mitre.org/techniques/AML.T0043"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm09",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm09",
      "external_id": "LLM09",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Misinformation",
      "summary": "The model produces false or misleading output that still looks credible.",
      "description": "Use grounded answers, evaluation, and clear escalation for uncertain responses. Examples: Hallucinated facts; Unsupported claims; Confidently incorrect output",
      "sort_order": 9,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0043"
        ],
        "nist_functions": [
          "Map",
          "Measure",
          "Manage"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "consistency",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          }
        ]
      }
    },
    {
      "id": "owasp-llm-top10:llm10",
      "framework_id": "owasp_llm_top10",
      "node_key": "llm10",
      "external_id": "LLM10",
      "parent_id": "owasp_llm_top10",
      "node_type": "risk",
      "title": "Unbounded Consumption",
      "summary": "The system can be pushed into excessive token, API, compute, or cost consumption.",
      "description": "Set quotas, budgets, timeouts, and abuse-response controls across the runtime. Examples: Cost blowout; Token flooding; Resource exhaustion",
      "sort_order": 10,
      "url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "metadata": {
        "public_safe": true,
        "atlas": [
          "AML.T0048"
        ],
        "nist_functions": [
          "Manage",
          "Measure"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "references": [
          {
            "label": "OWASP project",
            "href": "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
          }
        ]
      }
    },
    {
      "id": "nist-ai-rmf:govern",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern",
      "external_id": "Govern",
      "parent_id": "nist_ai_rmf",
      "node_type": "function",
      "title": "Govern",
      "summary": "Govern function",
      "description": "Govern function in the AI RMF.",
      "sort_order": 0,
      "url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "metadata": {
        "public_safe": true,
        "function": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:map",
      "framework_id": "nist_ai_rmf",
      "node_key": "map",
      "external_id": "Map",
      "parent_id": "nist_ai_rmf",
      "node_type": "function",
      "title": "Map",
      "summary": "Map function",
      "description": "Map function in the AI RMF.",
      "sort_order": 0,
      "url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "metadata": {
        "public_safe": true,
        "function": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:measure",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure",
      "external_id": "Measure",
      "parent_id": "nist_ai_rmf",
      "node_type": "function",
      "title": "Measure",
      "summary": "Measure function",
      "description": "Measure function in the AI RMF.",
      "sort_order": 0,
      "url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "metadata": {
        "public_safe": true,
        "function": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:manage",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage",
      "external_id": "Manage",
      "parent_id": "nist_ai_rmf",
      "node_type": "function",
      "title": "Manage",
      "summary": "Manage function",
      "description": "Manage function in the AI RMF.",
      "sort_order": 0,
      "url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "metadata": {
        "public_safe": true,
        "function": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-1",
      "external_id": "GOVERN 1.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.1",
      "summary": "Legal and regulatory requirements involving AI are understood, managed, and documented.",
      "description": "AI systems may be subject to specific applicable legal and regulatory requirements. Some legal requirements can mandate (e.g., nondiscrimination, data privacy and security controls) documentation, disclosure, and increased AI system transparency. These requirements are complex and may not be applicable or differ across applications and contexts. \n \nFor example, AI system testing processes for bias measurement, such as disparate impact, are not applied uniformly within the legal context. Disparate impact is broadly defined as a facially neutral policy or practice that disproportionately harms a group based on a protected trait. Notably, some modeling algorithms or debiasing techniques that rely on demographic information, could also come into tension with legal prohibitions on disparate treatment (i.e., intentional discrimination).\n\nAdditionally, some intended users of AI systems may not have consistent or reliable access to fundamental internet technologies (a phenomenon widely described as the “digital divide”) or may experience difficulties interacting with AI systems due to disabilities or impairments. Such factors may mean different communities experience bias or other negative impacts when trying to access AI systems. Failure to address such design issues may pose legal risks, for example in employment related activities affecting persons with disabilities.",
      "sort_order": 0,
      "url": "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Legal and Regulatory",
          "Governance",
          "AI Actor Training"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Maintain awareness of the applicable legal and regulatory considerations and requirements specific to industry, sector, and business purpose, as well as the application context of the deployed AI system.",
          "Align risk management efforts with applicable legal standards.",
          "Maintain policies for training (and re-training) organizational staff about necessary legal or regulatory considerations that may impact AI-related design, development and deployment activities."
        ],
        "evidence_questions": [
          "To what extent has the entity defined and documented the regulatory environment—including minimum requirements in laws and regulations?",
          "Has the system been reviewed for its compliance to applicable laws, regulations, standards, and guidance?",
          "To what extent has the entity defined and documented the regulatory environment—including applicable requirements in laws and regulations?",
          "Has the system been reviewed for its compliance to relevant applicable laws, regulations, standards, and guidance?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-2",
      "external_id": "GOVERN 1.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.2",
      "summary": "The characteristics of trustworthy AI are integrated into organizational policies, processes, and procedures.",
      "description": "Policies, processes, and procedures are central components of effective AI risk management and fundamental to individual and organizational accountability. All stakeholders benefit from policies, processes, and procedures which require preventing harm by design and default. \n\nOrganizational policies and procedures will vary based on available resources and risk profiles, but can help systematize AI actor roles and responsibilities throughout the AI lifecycle. Without such policies, risk management can be subjective across the organization, and exacerbate rather than minimize risks over time.  Policies, or summaries thereof, are understandable to relevant AI actors. Policies reflect an understanding of the underlying metrics, measurements, and tests that are necessary to support policy and AI system design, development, deployment and use.\n\nLack of clear information about responsibilities and chains of command will limit the effectiveness of risk management.",
      "sort_order": 0,
      "url": "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Trustworthy Characteristics",
          "Governance",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Organizational AI risk management policies should be designed to:",
          "Define key terms and concepts related to AI systems and the scope of their purposes and intended uses.",
          "Connect AI governance to existing organizational governance and risk controls.",
          "Align to broader data governance policies and practices, particularly the use of sensitive or otherwise risky data.",
          "Detail standards for experimental design, data quality, and model training.",
          "Outline and document risk mapping and measurement processes and standards.",
          "Detail model testing and validation processes.",
          "Detail review processes for legal and risk functions.",
          "Establish the frequency of and detail for monitoring, auditing and review processes.",
          "Outline change management requirements.",
          "Outline processes for internal and external stakeholder engagement.",
          "Establish whistleblower policies to facilitate reporting of serious AI system concerns.",
          "Detail and test incident response plans.",
          "Verify that formal AI risk management policies align to existing legal standards, and industry best practices and norms.",
          "Establish AI risk management policies that broadly align to AI system trustworthy characteristics.",
          "Verify that formal AI risk management policies include currently deployed and third-party AI systems."
        ],
        "evidence_questions": [
          "To what extent do these policies foster public trust and confidence in the use of the AI system?",
          "What policies has the entity developed to ensure the use of the AI system is consistent with its stated values and principles?",
          "What policies and documentation has the entity developed to encourage the use of its AI system as intended?",
          "To what extent are the model outputs consistent with the entity’s values and principles to foster public trust and equity?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-3",
      "external_id": "GOVERN 1.3",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.3",
      "summary": "Processes and procedures are in place to determine the needed level of risk management activities based on the organization's risk tolerance.",
      "description": "Risk management resources are finite in any organization. Adequate AI governance policies delineate the mapping, measurement, and prioritization of risks to allocate resources toward the most material issues for an AI system to ensure effective risk management. Policies may specify systematic processes for assigning mapped and measured risks to standardized risk scales. \n\nAI risk tolerances  range from negligible to critical – from, respectively, almost no risk to risks that can result in irredeemable human, reputational, financial, or environmental losses. Risk tolerance rating policies consider different sources of risk, (e.g., financial, operational, safety and wellbeing, business, reputational, or model risks). A typical risk measurement approach entails the multiplication, or qualitative combination, of measured or estimated impact and likelihood of impacts into a risk score (risk ≈ impact x likelihood). This score is then placed on a risk scale. Scales for risk may be qualitative, such as red-amber-green (RAG), or may entail simulations or econometric approaches. Impact assessments are a common tool for understanding the severity of mapped risks. In the most fulsome AI risk management approaches, all models are assigned to a risk level.",
      "sort_order": 0,
      "url": "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Risk Tolerance",
          "Governance"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Establish policies to define mechanisms for measuring or understanding an AI system’s potential impacts, e.g., via regular impact assessments at key stages in the AI lifecycle, connected to system impacts and frequency of system updates.",
          "Establish policies to define mechanisms for measuring or understanding the likelihood of an AI system’s impacts and their magnitude at key stages in the AI lifecycle.",
          "Establish policies that define assessment scales for measuring potential AI system impact. Scales may be qualitative, such as red-amber-green (RAG), or may entail simulations or econometric approaches.",
          "Establish policies for assigning an overall risk measurement approach for an AI system, or its important components, e.g., via multiplication or combination of a mapped risk’s impact and likelihood (risk ≈ impact x likelihood).",
          "Establish policies to assign systems to uniform risk scales that are valid across the organization’s AI portfolio (e.g. documentation templates), and acknowledge risk tolerance and risk levels may change over the lifecycle of an AI system."
        ],
        "evidence_questions": [
          "How do system performance metrics inform risk tolerance decisions?",
          "What policies has the entity developed to ensure the use of the AI system is consistent with organizational risk tolerance?",
          "How do the entity’s data security and privacy assessments inform risk tolerance decisions?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-4",
      "external_id": "GOVERN 1.4",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.4",
      "summary": "The risk management process and its outcomes are established through transparent policies, procedures, and other controls based on organizational risk priorities.",
      "description": "Clear policies and procedures relating to documentation and transparency facilitate and enhance efforts  to communicate roles and responsibilities for the Map, Measure and Manage functions across the AI lifecycle. Standardized documentation can help organizations systematically integrate AI risk management processes and enhance accountability efforts. For example, by adding their contact information to a work product document, AI actors can improve communication, increase ownership of work products, and potentially enhance consideration of product quality. Documentation may generate downstream benefits related to improved system replicability and robustness. Proper documentation storage and access procedures allow for quick retrieval of critical information during a negative incident. Explainable machine learning efforts (models and explanatory methods) may bolster technical documentation practices by introducing additional information for review and interpretation by AI Actors.",
      "sort_order": 0,
      "url": "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Risk Management",
          "Governance",
          "Documentation"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Establish and regularly review documentation policies that, among others, address information related to:",
          "AI actors contact informations",
          "Business justification",
          "Scope and usages",
          "Expected and potential risks and impacts",
          "Assumptions and limitations",
          "Description and characterization of training data",
          "Algorithmic methodology",
          "Evaluated alternative approaches",
          "Description of output data",
          "Testing and validation results (including explanatory visualizations and information)",
          "Down- and up-stream dependencies",
          "Plans for deployment, monitoring, and change management",
          "Stakeholder engagement plans",
          "Verify documentation policies for AI systems are standardized across the organization and remain current.",
          "Establish policies for a model documentation inventory system and regularly review its completeness, usability, and efficacy.",
          "Establish mechanisms to regularly review the efficacy of risk management processes.",
          "Identify AI actors responsible for evaluating efficacy of risk management processes and approaches, and for course-correction based on results.",
          "Establish policies and processes regarding public disclosure of the use of AI and risk management material such as impact assessments, audits, model documentation and validation and testing results.",
          "Document and review the use and efficacy of different types of transparency tools and follow industry standards at the time a model is in use."
        ],
        "evidence_questions": [
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "How will the appropriate performance metrics, such as accuracy, of the AI be monitored after the AI is deployed? How much distributional shift or model drift from baseline performance is acceptable?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-5",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-5",
      "external_id": "GOVERN 1.5",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.5",
      "summary": "Ongoing monitoring and periodic review of the risk management process and its outcomes are planned, organizational roles and responsibilities are clearly defined, including determining the frequency of periodic review.",
      "description": "AI systems are dynamic and may perform in unexpected ways once deployed or after deployment. Continuous monitoring is a risk management process for tracking unexpected issues and performance changes, in real-time or at a specific frequency, across the AI system lifecycle.\n\nIncident response and “appeal and override” are commonly used processes in information technology management. These processes enable real-time flagging of potential incidents, and human adjudication of system outcomes.\n\nEstablishing and maintaining incident response plans can reduce the likelihood of additive impacts during an AI incident. Smaller organizations which may not have fulsome governance programs, can utilize incident response plans for addressing system failures, abuse or misuse.",
      "sort_order": 0,
      "url": "https://nvlpubs.nist.gov/nistpubs/cswp/nist.cswp.04162018.pdf",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Monitoring",
          "Governance",
          "Continual Improvement"
        ],
        "ai_actors": [
          "Governance and Oversight",
          "Operation and Monitoring"
        ],
        "actions": [
          "Establish policies to allocate appropriate resources and capacity for assessing impacts of AI systems on individuals, communities and society.",
          "Establish policies and procedures for monitoring and addressing AI system performance and trustworthiness, including bias and security problems, across the lifecycle of the system.",
          "Establish policies for AI system incident response, or confirm that existing incident response policies apply to AI systems.",
          "Establish policies to define organizational functions and personnel responsible for AI system monitoring and incident response activities.",
          "Establish mechanisms to enable the sharing of feedback from impacted individuals or communities about negative impacts from AI systems.",
          "Establish mechanisms to provide recourse for impacted individuals or communities to contest problematic AI system outcomes.",
          "Establish opt-out mechanisms."
        ],
        "evidence_questions": [
          "To what extent does the system/entity consistently measure progress towards stated goals and objectives?",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "Did your organization address usability problems and test whether user interfaces served their intended purposes?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-6",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-6",
      "external_id": "GOVERN 1.6",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.6",
      "summary": "Mechanisms are in place to inventory AI systems and are resourced according to organizational risk priorities.",
      "description": "An AI system inventory is an organized database of artifacts relating to an AI system or model. It may include system documentation, incident response plans, data dictionaries, links to implementation software or source code, names and contact information for relevant AI actors, or other information that may be helpful for model or system maintenance and incident response purposes. AI system inventories also enable a holistic view of organizational AI assets. A serviceable AI system inventory may allow for the quick resolution of:\n\n- specific queries for single models, such as  “when was this model last refreshed?” \n- high-level queries across all models, such as, “how many models are currently deployed within our organization?” or “how many users are impacted by our models?” \n\nAI system inventories are a common element of traditional model risk management approaches and can provide technical, business and risk management benefits. Typically inventories capture all organizational models or systems, as partial inventories may not provide the value of a full inventory.",
      "sort_order": 0,
      "url": "https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1488512",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Risk Management",
          "Governance",
          "Data",
          "Documentation"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Establish policies that define the creation and maintenance of AI system inventories.",
          "Establish policies that define a specific individual or team that is responsible for maintaining the inventory.",
          "Establish policies that define which models or systems are inventoried, with preference to inventorying all models or systems, or minimally, to high risk models or systems, or systems deployed in high-stakes settings.",
          "Establish policies that define model or system attributes to be inventoried, e.g, documentation, links to source code, incident response plans, data dictionaries, AI actor contact information."
        ],
        "evidence_questions": [
          "Who is responsible for documenting and maintaining the AI system inventory details?",
          "What processes exist for data generation, acquisition/collection, ingestion, staging/storage, transformations, security, maintenance, and dissemination?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-1-7",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-1-7",
      "external_id": "GOVERN 1.7",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 1.7",
      "summary": "Processes and procedures are in place for decommissioning and phasing out of AI systems safely and in a manner that does not increase risks or decrease the organization’s trustworthiness.",
      "description": "Irregular or indiscriminate termination or deletion of models or AI systems may be inappropriate and increase organizational risk. For example, AI systems may be subject to regulatory requirements or implicated in future security or legal investigations. To maintain trust, organizations may consider establishing policies and processes for the systematic and deliberate decommissioning of AI systems. Typically, such policies consider user and community concerns, risks in dependent and linked systems, and security, legal or regulatory concerns. Decommissioned models or systems may be stored in a model inventory along with active models,  for an established length  of time.",
      "sort_order": 0,
      "url": "https://cdt.org/wp-content/uploads/2017/02/2017-02-23-Data-Deletion-FNL2.pdf",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-1",
        "topics": [
          "Decommission",
          "Governance"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Establish policies for decommissioning AI systems. Such policies typically address:",
          "User and community concerns, and reputational risks.",
          "Business continuity and financial risks.",
          "Up and downstream system dependencies.",
          "Regulatory requirements (e.g., data retention).",
          "Potential future legal, regulatory, security or forensic investigations.",
          "Migration to the replacement system, if appropriate.",
          "Establish policies that delineate where and for how long decommissioned systems, models and related artifacts are stored.",
          "Establish practices to track accountability and consider how decommission and other adaptations or changes in system deployment contribute to downstream impacts for individuals, groups and communities.",
          "Establish policies that address ancillary data or artifacts that must be preserved for fulsome understanding or execution of the decommissioned AI system, e.g., predictions, explanations, intermediate input feature representations, usernames and passwords, etc."
        ],
        "evidence_questions": [
          "What processes exist for data generation, acquisition/collection, ingestion, staging/storage, transformations, security, maintenance, and dissemination?",
          "To what extent do these policies foster public trust and confidence in the use of the AI system?",
          "If anyone believes that the AI no longer meets this ethical framework, who will be responsible for receiving the concern and as appropriate investigating and remediating the issue? Do they have authority to modify, limit, or stop the use of the AI?",
          "If it relates to people, were there any ethical review applications/reviews/approvals? (e.g. Institutional Review Board applications)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-2-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-2-1",
      "external_id": "GOVERN 2.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 2.1",
      "summary": "Roles and responsibilities and lines of communication related to mapping, measuring, and managing AI risks are documented and are clear to individuals and teams throughout the organization.",
      "description": "The development of a risk-aware organizational culture starts with defining responsibilities. For example, under some risk management structures, professionals carrying out test and evaluation  tasks are independent from AI system developers and report through risk management functions or directly to executives.  This kind of structure may help counter implicit biases such as groupthink or sunk cost fallacy and bolster risk management functions, so efforts are not  easily bypassed or ignored.\n\nInstilling a culture where AI system design and implementation decisions can be questioned and course- corrected by empowered AI actors can enhance organizations’ abilities to anticipate and effectively manage risks before they become ingrained.",
      "sort_order": 0,
      "url": "https://www.ftc.gov/news-events/blogs/business-blog/2020/04/using-artificial-intelligence-algorithms",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-2",
        "topics": [
          "Governance",
          "Risk Culture"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Establish policies that define the AI risk management roles and responsibilities for positions directly and indirectly related to AI systems, including, but not limited to",
          "Boards of directors or advisory committees",
          "Senior management",
          "AI audit functions",
          "Product management",
          "Project management",
          "AI design",
          "AI development",
          "Human-AI interaction",
          "AI testing and evaluation",
          "AI acquisition and procurement",
          "Impact assessment functions",
          "Oversight functions",
          "Establish policies that promote regular communication among AI actors participating in AI risk management efforts.",
          "Establish policies that separate management of AI system development functions from AI system testing functions, to enable independent course-correction of AI systems.",
          "Establish policies to identify, increase the transparency of, and prevent conflicts of interest in AI risk management efforts.",
          "Establish policies to counteract confirmation bias and market incentives that may hinder AI risk management efforts.",
          "Establish policies that incentivize AI actors to collaborate with existing legal, oversight, compliance, or enterprise risk functions in their AI risk management activities."
        ],
        "evidence_questions": [
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "Who is ultimately responsible for the decisions of the AI and is this person aware of the intended uses and limitations of the analytic?",
          "Are the responsibilities of the personnel involved in the various AI governance processes clearly defined?",
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "Did your organization implement accountability-based practices in data management and protection (e.g. the PDPA and OECD Privacy Principles)?",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-2-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-2-2",
      "external_id": "GOVERN 2.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 2.2",
      "summary": "The organization’s personnel and partners receive AI risk management training to enable them to perform their duties and responsibilities consistent with related policies, procedures, and agreements.",
      "description": "To enhance AI risk management adoption and effectiveness, organizations are encouraged to identify and integrate appropriate training curricula into enterprise learning requirements. Through regular training, AI actors can maintain awareness of:\n\n- AI risk management goals and their role in achieving them.\n- Organizational policies, applicable laws and regulations, and industry best practices and norms.\n\nSee [MAP 3.4]() and [3.5]() for additional relevant information.",
      "sort_order": 0,
      "url": "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-2",
        "topics": [
          "Governance",
          "AI Actor Training"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Establish policies for personnel addressing ongoing education about:",
          "Applicable laws and regulations for AI systems.",
          "Potential negative impacts that may arise from AI systems.",
          "Organizational AI policies.",
          "Trustworthy AI characteristics.",
          "Ensure that trainings are suitable across AI actor sub-groups - for AI actors carrying out technical tasks (e.g., developers, operators, etc.) as compared to AI actors in oversight roles (e.g., legal, compliance, audit,  etc.).",
          "Ensure that trainings comprehensively address technical and socio-technical aspects of AI risk management.",
          "Verify that organizational AI policies include mechanisms for internal AI personnel to acknowledge and commit to their roles and responsibilities.",
          "Verify that organizational policies address change management and include mechanisms to communicate and acknowledge substantial AI system changes.",
          "Define paths along internal and external chains of accountability to escalate risk concerns."
        ],
        "evidence_questions": [
          "Are the relevant staff dealing with AI systems properly trained to interpret AI model output and decisions as well as to detect and manage bias in data?",
          "How does the entity determine the necessary skills and experience needed to design, develop, deploy, assess, and monitor the AI system?",
          "How does the entity assess whether personnel have the necessary skills, training, resources, and domain knowledge to fulfill their assigned responsibilities?",
          "What efforts has the entity undertaken to recruit, develop, and retain a workforce with backgrounds, experience, and perspectives that reflect the community impacted by the AI system?",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-2-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-2-3",
      "external_id": "GOVERN 2.3",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 2.3",
      "summary": "Executive leadership of the organization takes responsibility for decisions about risks associated with AI system development and deployment.",
      "description": "Senior leadership and members of the C-Suite in organizations that maintain an AI portfolio, should maintain awareness of AI risks, affirm the organizational appetite for such risks, and be responsible for managing those risks..\n\nAccountability ensures that a specific team and individual is responsible for AI risk management efforts. Some organizations grant authority and resources (human and budgetary) to a designated officer who ensures adequate performance of the institution’s AI portfolio (e.g. predictive modeling, machine learning).",
      "sort_order": 0,
      "url": null,
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-2",
        "topics": [
          "Governance",
          "Risk Tolerance"
        ],
        "ai_actors": [
          "Governance and Oversight"
        ],
        "actions": [
          "Organizational management can:",
          "Declare risk tolerances for developing or using AI systems.",
          "Support AI risk management efforts, and play an active role in such efforts.",
          "Integrate a risk and harm prevention mindset throughout the AI lifecycle as part of organizational culture",
          "Support competent risk management executives.",
          "Delegate the power, resources, and authorization to perform risk management to each appropriate level throughout the management chain.",
          "Organizations can establish board committees for AI risk management and oversight functions and integrate those functions within the organization’s broader enterprise risk management approaches."
        ],
        "evidence_questions": [
          "Did your organization’s board and/or senior management sponsor, support and participate in your organization’s AI governance?",
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "Do AI solutions provide sufficient information to assist the personnel to make an informed decision and take actions accordingly?",
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-3-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-3-1",
      "external_id": "GOVERN 3.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 3.1",
      "summary": "Decision-makings related to mapping, measuring, and managing AI risks throughout the lifecycle is informed by a diverse team (e.g., diversity of demographics, disciplines, experience, expertise, and backgrounds).",
      "description": "A diverse team that includes AI actors with diversity of experience, disciplines, and backgrounds to enhance organizational capacity and capability for anticipating risks is better equipped to carry out risk management. Consultation with external personnel may be necessary when internal teams lack a diverse range of lived experiences or disciplinary expertise.\n\nTo extend the benefits of diversity, equity, and inclusion to both the users and AI actors, it is recommended that teams are composed of a diverse group of individuals who reflect a range of backgrounds, perspectives and expertise.\n\nWithout commitment from senior leadership, beneficial aspects of team diversity and inclusion can be overridden by unstated organizational incentives that inadvertently conflict with the broader values of a diverse workforce.",
      "sort_order": 0,
      "url": "https://mitsloan.mit.edu/ideas-made-to-matter/how-can-human-centered-ai-fight-bias-machines-and-people",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-3",
        "topics": [
          "Diversity",
          "Interdisciplinarity",
          "Governance"
        ],
        "ai_actors": [
          "Governance and Oversight",
          "AI Design"
        ],
        "actions": [
          "Organizational management can:",
          "Define policies and hiring practices at the outset that promote interdisciplinary roles, competencies, skills, and capacity for AI efforts.",
          "Define policies and hiring practices that lead to demographic and domain expertise diversity; empower staff with necessary resources and support, and facilitate the contribution of staff feedback and concerns without fear of reprisal.",
          "Establish policies that facilitate inclusivity and the integration of new insights into existing practice.",
          "Seek external expertise to supplement organizational diversity, equity, inclusion, and accessibility where internal expertise is lacking.",
          "Establish policies that incentivize AI actors to collaborate with existing nondiscrimination, accessibility and accommodation, and human resource functions, employee resource group (ERGs), and diversity, equity, inclusion, and accessibility (DEIA) initiatives."
        ],
        "evidence_questions": [
          "Are the relevant staff dealing with AI systems properly trained to interpret AI model output and decisions as well as to detect and manage bias in data?",
          "Entities include diverse perspectives from technical and non-technical communities throughout the AI life cycle to anticipate and mitigate unintended consequences including potential bias and discrimination.",
          "Stakeholder involvement: Include diverse perspectives from a community of stakeholders throughout the AI life cycle to mitigate risks.",
          "Strategies to incorporate diverse perspectives include establishing collaborative processes and multidisciplinary teams that involve subject matter experts in data science, software development, civil liberties, privacy and security, legal counsel, and risk management.",
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-3-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-3-2",
      "external_id": "GOVERN 3.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 3.2",
      "summary": "Policies and procedures are in place to define and differentiate roles and responsibilities for human-AI configurations and oversight of AI systems.",
      "description": "Identifying and managing AI risks and impacts are enhanced when a broad set of perspectives and actors across the AI lifecycle, including technical, legal, compliance, social science, and human factors expertise is engaged. AI actors include those who operate, use, or interact with AI systems for downstream tasks, or monitor AI system performance. Effective risk management efforts include:\n\n- clear definitions and differentiation of the various human roles and responsibilities for AI system oversight and governance\n- recognizing and clarifying differences between AI system overseers and those using or interacting with AI systems.",
      "sort_order": 0,
      "url": "https://estsjournal.org/index.php/ests/article/view/260",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-3",
        "topics": [
          "Human-AI teaming",
          "Human oversight",
          "Governance",
          "AI Actor Training"
        ],
        "ai_actors": [
          "AI Design"
        ],
        "actions": [
          "Establish policies and procedures that define and differentiate the various human roles and responsibilities when using, interacting with, or monitoring AI systems.",
          "Establish procedures for capturing and tracking risk information related to human-AI configurations and associated outcomes.",
          "Establish policies for the development of proficiency standards for AI actors carrying out system operation tasks and system oversight tasks.",
          "Establish specified risk management training protocols for AI actors carrying out system operation tasks and system oversight tasks.",
          "Establish policies and procedures regarding AI actor roles, and responsibilities for human oversight of deployed systems.",
          "Establish policies and procedures defining  human-AI configurations (configurations where AI systems are explicitly designated and treated as team members in primarily human teams) in relation to organizational risk tolerances, and associated documentation.",
          "Establish policies to enhance the explanation, interpretation, and overall transparency of AI systems.",
          "Establish policies for managing risks regarding known difficulties in human-AI configurations, human-AI teaming, and AI system user experience and user interactions (UI/UX)."
        ],
        "evidence_questions": [
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "To what extent has the entity documented the appropriate level of human involvement in AI-augmented decision-making?",
          "How will the accountable human(s) address changes in accuracy and precision due to either an adversary’s attempts to disrupt the AI or unrelated changes in operational/business environment, which may impact the accuracy of the AI?",
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "How does the entity assess whether personnel have the necessary skills, training, resources, and domain knowledge to fulfill their assigned responsibilities?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-4-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-4-1",
      "external_id": "GOVERN 4.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 4.1",
      "summary": "Organizational policies, and practices are in place to foster a critical thinking and safety-first mindset in the design, development, deployment, and uses of AI systems to minimize negative impacts.",
      "description": "A risk culture and accompanying practices can help organizations effectively triage the most critical risks. Organizations in some industries implement three (or more) “lines of defense,” where separate teams are held accountable for different aspects of the system lifecycle, such as development, risk management, and auditing. While a traditional three-lines approach may be impractical for smaller organizations, leadership can commit to cultivating a strong risk culture through other means. For example, “effective challenge,” is a culture- based practice that encourages critical thinking and questioning of important design and implementation decisions by experts with the authority and stature to make such changes.\n\nRed-teaming is another risk measurement and management approach. This practice consists of adversarial testing of AI systems under stress conditions to seek out failure modes or vulnerabilities in the system. Red-teams are composed of external experts or personnel who are independent from internal AI actors.",
      "sort_order": 0,
      "url": "https://www.oreilly.com/library/view/responsible-machine-learning/9781492090878/",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-4",
        "topics": [
          "Risk Culture",
          "Governance",
          "Adversarial"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "AI Deployment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Establish policies that require inclusion of oversight functions (legal, compliance, risk management) from the outset of the system design process.",
          "Establish policies that promote effective challenge of AI system design, implementation, and deployment decisions, via mechanisms such as the three lines of defense, model audits, or red-teaming – to minimize workplace risks such as groupthink.",
          "Establish policies that incentivize safety-first mindset and general critical thinking and review at an organizational and procedural level.",
          "Establish whistleblower protections for insiders who report on perceived serious problems with AI systems.",
          "Establish policies to integrate a harm and risk prevention mindset throughout the AI lifecycle."
        ],
        "evidence_questions": [
          "To what extent has the entity documented the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "Are organizational information sharing practices widely followed and transparent, such that related past failed designs can be avoided?",
          "Are training manuals and other resources for carrying out incident response documented and available?",
          "Are processes for operator reporting of incidents and near-misses documented and available?",
          "How might revealing mismatches between claimed and actual system performance help users understand limitations and anticipate risks and impacts?”",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-4-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-4-2",
      "external_id": "GOVERN 4.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 4.2",
      "summary": "Organizational teams document the risks and potential impacts of the AI technology they design, develop, deploy, evaluate and use, and communicate about the impacts more broadly.",
      "description": "Impact assessments are one approach for driving responsible technology development practices. And, within a specific use case, these assessments can provide a high-level structure for organizations to frame risks of a given algorithm or deployment. Impact assessments can also serve as a mechanism for organizations to articulate risks and generate documentation for managing and oversight activities when harms do arise.\n\nImpact assessments may:\n\n- be applied at the beginning of a process but also iteratively and regularly since goals and outcomes can evolve over time. \n- include perspectives from AI actors, including operators, users, and potentially impacted communities (including historically marginalized communities, those with disabilities, and individuals impacted by the digital divide), \n- assist in “go/no-go” decisions for an AI system. \n- consider conflicts of interest, or undue influence, related to the organizational team being assessed.\n\nSee the MAP function playbook guidance for more information relating to impact assessments.",
      "sort_order": 0,
      "url": "https://ainowinstitute.org/aiareport2018.pdf",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-4",
        "topics": [
          "Risk Culture",
          "Governance",
          "Impact Assessment"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "AI Deployment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Establish impact assessment policies and processes for AI systems used by the organization.",
          "Align organizational impact assessment activities with relevant regulatory or legal requirements.",
          "Verify that impact assessment activities are appropriate to evaluate the potential negative impact of a system and how quickly a system changes, and that assessments are applied on a regular basis.",
          "Utilize impact assessments to inform broader evaluations of AI system risk."
        ],
        "evidence_questions": [
          "How has the entity identified and mitigated potential impacts of bias in the data, including inequitable or discriminatory outcomes?",
          "How has the entity documented the AI system’s data provenance, including sources, origins, transformations, augmentations, labels, dependencies, constraints, and metadata?",
          "To what extent has the entity clearly defined technical specifications and requirements for the AI system?",
          "To what extent has the entity documented and communicated the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "Have you documented and explained that machine errors may differ from human errors?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-4-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-4-3",
      "external_id": "GOVERN 4.3",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 4.3",
      "summary": "Organizational practices are in place to enable AI testing, identification of incidents, and information sharing.",
      "description": "Identifying AI system limitations, detecting and tracking negative impacts and incidents, and sharing information about these issues with appropriate AI actors will improve risk management. Issues such as concept drift, AI bias and discrimination, shortcut learning or underspecification are difficult to identify using current standard AI testing processes. Organizations can institute in-house use and testing policies and procedures to identify and manage such issues. Efforts can take the form of pre-alpha or pre-beta testing, or deploying internally developed systems or products within the organization. Testing may entail limited and controlled in-house, or publicly available, AI system testbeds, and accessibility of AI system interfaces and outputs.\n\nWithout policies and procedures that enable consistent testing practices, risk management efforts may be bypassed or ignored, exacerbating risks or leading to inconsistent risk management activities.\n\nInformation sharing about impacts or incidents detected during testing or deployment can:\n\n* draw attention to AI system risks, failures, abuses or misuses, \n* allow organizations to benefit from insights based on a wide range of AI applications and implementations, and \n* allow organizations to be more proactive in avoiding known failure modes.\n\nOrganizations may consider sharing incident information with the AI Incident Database, the AIAAIC, users, impacted communities, or with traditional cyber vulnerability databases, such as the MITRE CVE list.",
      "sort_order": 0,
      "url": "http://arxiv.org/abs/2011.08512",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-4",
        "topics": [
          "Risk Culture",
          "Governance",
          "AI Incidents",
          "Impact Assessment",
          "Drift",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "TEVV",
          "Operation and Monitoring",
          "Governance and Oversight",
          "Fairness and Bias"
        ],
        "actions": [
          "Establish policies and procedures to facilitate and equip AI system testing.",
          "Establish organizational commitment to identifying AI system limitations and sharing of insights about limitations within appropriate AI actor groups.",
          "Establish policies for reporting and documenting incident response.",
          "Establish policies and processes regarding public disclosure of incidents and information sharing.",
          "Establish guidelines for incident handling related to AI system risks and performance."
        ],
        "evidence_questions": [
          "Did your organization address usability problems and test whether user interfaces served their intended purposes? Consulting the community or end users at the earliest stages of development to ensure there is transparency on the technology used and how it is deployed.",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-5-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-5-1",
      "external_id": "GOVERN 5.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 5.1",
      "summary": "Organizational policies and practices are in place to collect, consider, prioritize, and integrate feedback from those external to the team that developed or deployed the AI system regarding the potential individual and societal impacts related to AI risks.",
      "description": "Beyond internal and laboratory-based system testing, organizational policies and practices may consider AI system fitness-for-purpose related to the intended context of use.\n\nParticipatory stakeholder engagement is one type of qualitative activity to help AI actors answer questions such as whether to pursue a project or how to design with impact in mind. This type of feedback, with domain expert input, can also assist AI actors to identify emergent scenarios and risks in certain AI applications. The consideration of when and how to convene a group and the kinds of individuals, groups, or community organizations to include is an iterative process connected to the system's purpose and its level of risk. Other factors relate to how to collaboratively and respectfully capture stakeholder feedback and insight that is useful, without being a solely perfunctory exercise.\n\nThese activities are best carried out by personnel with expertise in participatory practices, qualitative methods, and translation of contextual feedback for technical audiences.\n\nParticipatory engagement is not a one-time exercise and is best carried out from the very beginning of AI system commissioning through the end of the lifecycle. Organizations can consider how to incorporate engagement when beginning a project and as part of their monitoring of systems. Engagement is often utilized as a consultative practice, but this perspective may inadvertently lead to “participation washing.” Organizational transparency about the purpose and goal of the engagement can help mitigate that possibility.\n\nOrganizations may also consider targeted consultation with subject matter experts as a complement to participatory findings. Experts may assist internal staff in identifying and conceptualizing potential negative impacts that were previously not considered.",
      "sort_order": 0,
      "url": "https://www.iso.org/standard/77520.html",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-5",
        "topics": [
          "Participation",
          "Governance",
          "Impact Assessment"
        ],
        "ai_actors": [
          "AI Design",
          "Governance and Oversight",
          "AI Impact Assessment",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Establish AI risk management policies that explicitly address mechanisms for collecting, evaluating, and incorporating stakeholder and user feedback that could include:",
          "Recourse mechanisms for faulty AI system outputs.",
          "Bug bounties.",
          "Human-centered design.",
          "User-interaction and experience research.",
          "Participatory stakeholder engagement with individuals and communities that may experience negative impacts.",
          "Verify that stakeholder feedback is considered and addressed, including environmental concerns, and across the entire population of intended users, including historically excluded populations, people with disabilities, older people, and those with limited access to the internet and other basic technologies.",
          "Clarify the organization’s principles as they apply to AI systems – considering those which have been proposed publicly – to inform external stakeholders of the organization’s values. Consider publishing or adopting AI principles."
        ],
        "evidence_questions": [
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "How easily accessible and current is the information available to external stakeholders?",
          "What was done to mitigate or reduce the potential for harm?",
          "Stakeholder involvement: Include diverse perspectives from a community of stakeholders throughout the AI life cycle to mitigate risks.",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)",
          "Stakeholders in Explainable AI, Sep. 2018. [URL](http://arxiv.org/abs/1810.00184)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-5-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-5-2",
      "external_id": "GOVERN 5.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 5.2",
      "summary": "Mechanisms are established to enable AI actors to regularly incorporate adjudicated feedback from relevant AI actors into system design and implementation.",
      "description": "Organizational policies and procedures that equip AI actors with the processes, knowledge, and expertise needed to inform collaborative decisions about system deployment improve risk management. These decisions are closely tied to AI systems and organizational risk tolerance.\n\nRisk tolerance, established by organizational leadership, reflects the level and type of risk the organization will accept while conducting its mission and carrying out its strategy. When risks arise, resources are allocated based on the assessed risk of a given AI system. Organizations typically apply a risk tolerance approach where higher risk systems receive larger allocations of risk management resources and lower risk systems receive less resources.",
      "sort_order": 0,
      "url": "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-5",
        "topics": [
          "Participation",
          "Governance",
          "Impact Assessment"
        ],
        "ai_actors": [
          "AI Impact Assessment",
          "Governance and Oversight",
          "Operation and Monitoring"
        ],
        "actions": [
          "Explicitly acknowledge that AI systems, and the use of AI, present inherent costs and risks along with potential benefits.",
          "Define reasonable risk tolerances for AI systems informed by laws, regulation, best practices, or industry standards.",
          "Establish policies that ensure all relevant AI actors are provided with meaningful opportunities to provide feedback on system design and implementation.",
          "Establish policies that define how to assign AI systems to established risk tolerance levels by combining system impact assessments with the likelihood that an impact occurs. Such assessment often entails some combination of:",
          "Econometric evaluations of impacts and impact likelihoods to assess AI system risk.",
          "Red-amber-green (RAG) scales for impact severity and likelihood to assess AI system risk.",
          "Establishment of policies for allocating risk management resources along established risk tolerance levels, with higher-risk systems receiving more risk management resources and oversight.",
          "Establishment of policies for approval, conditional approval, and disapproval of the design, implementation, and deployment of AI systems.",
          "Establish policies facilitating the early decommissioning of AI systems that surpass an organization’s ability to reasonably mitigate risks."
        ],
        "evidence_questions": [
          "Who is ultimately responsible for the decisions of the AI and is this person aware of the intended uses and limitations of the analytic?",
          "Who will be responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "Who is accountable for the ethical considerations during all stages of the AI lifecycle?",
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "Does the AI solution provide sufficient information to assist the personnel to make an informed decision and take actions accordingly?",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "Stakeholders in Explainable AI, Sep. 2018. [URL](http://arxiv.org/abs/1810.00184)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-6-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-6-1",
      "external_id": "GOVERN 6.1",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 6.1",
      "summary": "Policies and procedures are in place that address AI risks associated with third-party entities, including risks of infringement of a third party’s intellectual property or other rights.",
      "description": "Risk measurement and management can be complicated by how customers use or integrate third-party data or systems into AI products or services, particularly without sufficient internal governance structures and technical safeguards. \n\nOrganizations usually engage multiple third parties for external expertise, data, software packages (both open source and commercial), and software and hardware platforms across the AI lifecycle. This engagement has beneficial uses and can increase complexities of risk management efforts.\n\nOrganizational approaches to managing third-party (positive and negative) risk may be tailored to the resources, risk profile, and use case for each system. Organizations can apply governance approaches to third-party AI systems and data as they would for internal resources — including open source software, publicly available data, and commercially available models.",
      "sort_order": 0,
      "url": "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-6",
        "topics": [
          "Third-party",
          "Legal and Regulatory",
          "Procurement",
          "Supply Chain",
          "Governance"
        ],
        "ai_actors": [
          "Third-party entities",
          "Operation and Monitoring",
          "Procurement"
        ],
        "actions": [
          "Collaboratively establish policies that address third-party AI systems and data.",
          "Establish policies related to:",
          "Transparency into third-party system functions, including knowledge about training data, training and inference algorithms, and assumptions and limitations.",
          "Thorough testing of third-party AI systems. (See MEASURE for more detail)",
          "Requirements for clear and complete instructions for third-party system usage.",
          "Evaluate policies for third-party technology.",
          "Establish policies that address supply chain, full product lifecycle and associated processes, including legal, ethical, and other issues concerning procurement and use of third-party software or hardware systems and data."
        ],
        "evidence_questions": [
          "Did you establish mechanisms that facilitate the AI system’s auditability (e.g. traceability of the development process, the sourcing of training data and the logging of the AI system’s processes, outcomes, positive and negative impact)?",
          "If a third party created the AI, how will you ensure a level of explainability or interpretability?",
          "Did you ensure that the AI system can be audited by independent third parties?",
          "Did you establish a process for third parties (e.g. suppliers, end users, subjects, distributors/vendors or workers) to report potential vulnerabilities, risks or biases in the AI system?",
          "To what extent does the plan specifically address risks associated with acquisition, procurement of packaged software from vendors, cybersecurity controls, computational infrastructure, data, data science, deployment mechanics, and system failure?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI - 2019. [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:govern-6-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "govern-6-2",
      "external_id": "GOVERN 6.2",
      "parent_id": "nist-ai-rmf:govern",
      "node_type": "subcategory",
      "title": "GOVERN 6.2",
      "summary": "Contingency processes are in place to handle failures or incidents in third-party data or AI systems deemed to be high-risk.",
      "description": "To mitigate the potential harms of third-party system failures, organizations may implement policies and procedures that include redundancies for covering third-party functions.",
      "sort_order": 0,
      "url": "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
      "metadata": {
        "public_safe": true,
        "category": "GOVERN-6",
        "topics": [
          "Third-party",
          "Governance",
          "Risk Management",
          "Supply Chain"
        ],
        "ai_actors": [
          "AI Deployment",
          "TEVV",
          "Operation and Monitoring",
          "Third-party entities"
        ],
        "actions": [
          "Establish policies for handling third-party system failures to include consideration of redundancy mechanisms for vital third-party AI systems.",
          "Verify that incident response plans address third-party AI systems."
        ],
        "evidence_questions": [
          "To what extent does the plan specifically address risks associated with acquisition, procurement of packaged software from vendors, cybersecurity controls, computational infrastructure, data, data science, deployment mechanics, and system failure?",
          "Did you establish a process for third parties (e.g. suppliers, end users, subjects, distributors/vendors or workers) to report potential vulnerabilities, risks or biases in the AI system?",
          "If your organization obtained datasets from a third party, did your organization assess and manage the risks of using such datasets?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity",
          "consistency"
        ],
        "type": "Govern"
      }
    },
    {
      "id": "nist-ai-rmf:manage-1-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-1-1",
      "external_id": "MANAGE 1.1",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 1.1",
      "summary": "A determination is made as to whether the AI system achieves its intended purpose and stated objectives and whether its development or deployment should proceed.",
      "description": "AI systems may not necessarily be the right solution for a given business task or problem. A standard risk management practice is to formally weigh an AI system’s negative risks against its benefits, and to determine if the AI system is an  appropriate solution. Tradeoffs among trustworthiness characteristics —such as deciding to deploy a system based on system performance vs system transparency–may require regular assessment throughout the AI lifecycle.",
      "sort_order": 0,
      "url": "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-1",
        "topics": [
          "AI Deployment",
          "Risk Assessment"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment"
        ],
        "actions": [
          "Consider trustworthiness characteristics when evaluating AI systems’ negative risks and benefits.",
          "Utilize TEVV outputs from map and measure functions when considering risk treatment.",
          "Regularly track and monitor negative risks and benefits throughout the AI system lifecycle including in post-deployment monitoring.",
          "Regularly assess and document system performance relative to trustworthiness characteristics and tradeoffs between negative risks and opportunities.",
          "Evaluate tradeoffs in connection with real-world use cases and impacts and as enumerated in Map function outcomes."
        ],
        "evidence_questions": [
          "How do the technical specifications and requirements align with the AI system’s goals and objectives?",
          "To what extent are the metrics consistent with system goals, objectives, and constraints, including ethical and compliance considerations?",
          "What goals and objectives does the entity expect to achieve by designing, developing, and/or deploying the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-1-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-1-2",
      "external_id": "MANAGE 1.2",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 1.2",
      "summary": "Treatment of documented AI risks is prioritized based on impact, likelihood, or available resources or methods.",
      "description": "Risk refers to the composite measure of an event’s probability of occurring and the magnitude (or degree) of the consequences of the corresponding events. The impacts, or consequences, of AI systems can be positive, negative, or both and can result in opportunities or risks.  \n\nOrganizational risk tolerances are often informed by several internal and external factors, including existing industry practices, organizational values, and legal or regulatory requirements. Since risk management resources are often limited, organizations usually assign them based on risk tolerance. AI risks that are deemed more serious receive more oversight attention and risk management resources.",
      "sort_order": 0,
      "url": "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-1",
        "topics": [
          "Risk Tolerance"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment"
        ],
        "actions": [
          "Assign risk management resources relative to established risk tolerance. AI systems with lower risk tolerances receive greater oversight, mitigation and management resources.",
          "Document AI risk tolerance determination practices and resource decisions.",
          "Regularly review risk tolerances and re-calibrate, as needed, in accordance with information from AI system monitoring and assessment ."
        ],
        "evidence_questions": [
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "What assessments has the entity conducted on data security and privacy impacts associated with the AI system?",
          "Does your organization have an existing governance structure that can be leveraged to oversee the organization’s use of AI?",
          "WEF Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-1-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-1-3",
      "external_id": "MANAGE 1.3",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 1.3",
      "summary": "Responses to the AI risks deemed high priority as identified by the Map function, are developed, planned, and documented. Risk response options can include mitigating, transferring, avoiding, or accepting.",
      "description": "Outcomes from GOVERN-1, MAP-5 and MEASURE-2, can be used to address and document identified risks based on established risk tolerances. Organizations can follow existing regulations and guidelines for risk criteria, tolerances and responses established by organizational, domain, discipline, sector, or professional requirements. In lieu of such guidance, organizations can develop risk response plans based on strategies such as accepted model risk management, enterprise risk management, and information sharing and disclosure practices.",
      "sort_order": 0,
      "url": "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-1",
        "topics": [
          "Legal and Regulatory",
          "Risk Tolerance"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment"
        ],
        "actions": [
          "Observe regulatory and established organizational, sector, discipline, or professional standards and requirements for applying risk tolerances within the organization.",
          "Document procedures for acting on AI system risks related to trustworthiness characteristics.",
          "Prioritize risks involving physical safety, legal liabilities, regulatory compliance, and negative impacts on individuals, groups, or society.",
          "Identify risk response plans and resources and organizational teams for carrying out response functions.",
          "Store risk management and system documentation in an organized, secure repository that is accessible by relevant AI Actors and appropriate personnel."
        ],
        "evidence_questions": [
          "Has the system been reviewed to ensure the AI system complies with relevant laws, regulations, standards, and guidance?",
          "To what extent has the entity defined and documented the regulatory environment—including minimum requirements in laws and regulations?",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-1-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-1-4",
      "external_id": "MANAGE 1.4",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 1.4",
      "summary": "Negative residual risks (defined as the sum of all unmitigated risks) to both downstream acquirers of AI systems and end users are documented.",
      "description": "Organizations may choose to accept or transfer some of the documented risks  from MAP and MANAGE 1.3 and 2.1.  Such risks, known as residual risk, may affect downstream AI actors such as those engaged in system procurement or use. Transparent monitoring and managing residual risks enables cost benefit analysis and the examination of potential values of AI systems versus its potential negative impacts.",
      "sort_order": 0,
      "url": "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-1",
        "topics": [
          "Risk Response"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment"
        ],
        "actions": [
          "Document residual risks within risk response plans, denoting risks that have been accepted, transferred, or subject to minimal mitigation.",
          "Establish procedures for disclosing residual risks to relevant downstream AI actors .",
          "Inform relevant downstream AI actors of requirements for safe operation, known limitations, and suggested warning labels as identified in MAP 3.4."
        ],
        "evidence_questions": [
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "Who will be responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "How will updates/revisions be documented and communicated? How often and by whom?",
          "How easily accessible and current is the information available to external stakeholders?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-2-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-2-1",
      "external_id": "MANAGE 2.1",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 2.1",
      "summary": "Resources required to manage AI risks are taken into account, along with viable non-AI alternative systems, approaches, or methods – to reduce the magnitude or likelihood of potential impacts.",
      "description": "Organizational risk response may entail identifying and analyzing alternative approaches, methods, processes or systems, and balancing tradeoffs between trustworthiness characteristics and how they relate to organizational principles and societal values. Analysis of these tradeoffs is informed by consulting with interdisciplinary organizational teams, independent domain experts, and engaging with individuals or community groups. These processes require sufficient resource allocation.",
      "sort_order": 0,
      "url": "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-2",
        "topics": [
          "Risk Tolerance",
          "Trade-offs"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "Governance and Oversight"
        ],
        "actions": [
          "Plan and implement risk management practices in accordance with established organizational risk tolerances.",
          "Verify risk management teams are resourced to carry out functions, including",
          "Establishing processes for considering methods that are not automated; semi-automated; or other procedural alternatives for AI functions.",
          "Enhance AI system transparency mechanisms for AI teams.",
          "Enable exploration of AI system limitations by AI teams.",
          "Identify, assess, and catalog past failed designs and negative impacts or outcomes to avoid known failure modes.",
          "Identify resource allocation approaches for managing risks in systems:",
          "deemed high-risk,",
          "that self-update (adaptive, online, reinforcement self-supervised learning or similar),",
          "trained without access to ground truth (unsupervised, semi-supervised, learning or similar),",
          "with high uncertainty or where risk management is insufficient.",
          "Regularly seek and integrate external expertise and perspectives to supplement organizational diversity (e.g. demographic, disciplinary), equity, inclusion, and accessibility where internal capacity is lacking.",
          "Enable and encourage regular, open communication and feedback among AI actors and internal or external stakeholders related to system design or deployment decisions.",
          "Prepare and document plans for continuous monitoring and feedback mechanisms."
        ],
        "evidence_questions": [
          "Are mechanisms in place to evaluate whether internal teams are empowered and resourced to effectively carry out risk management functions?",
          "How will user and other forms of stakeholder engagement be integrated into risk management processes?",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-2-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-2-2",
      "external_id": "MANAGE 2.2",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 2.2",
      "summary": "Mechanisms are in place and applied to sustain the value of deployed AI systems.",
      "description": "System performance and trustworthiness may evolve and shift over time, once an AI system is deployed and put into operation. This phenomenon, generally known as drift, can degrade the value of the AI system to the organization and increase the likelihood of negative impacts.  Regular monitoring of AI systems’ performance and trustworthiness enhances organizations’ ability to detect and respond to drift, and thus sustain an AI system’s value once deployed. Processes and mechanisms for regular monitoring address system functionality and behavior - as well as impacts and alignment with the values and norms within the specific context of use. For example, considerations regarding impacts on personal or public safety or privacy may include limiting high speeds when operating autonomous vehicles or restricting illicit content recommendations for minors. \n\nRegular monitoring activities can enable organizations to systematically and proactively identify emergent risks and respond according to established protocols and metrics.  Options for organizational responses include 1) avoiding the risk, 2)accepting the risk, 3) mitigating the risk, or 4) transferring the risk. Each of these actions require planning and resources. Organizations are encouraged to establish risk management protocols with consideration of the trustworthiness characteristics, the deployment context, and real world impacts.",
      "sort_order": 0,
      "url": "https://incidentdatabase.ai/",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-2",
        "topics": [
          "AI Deployment",
          "Drift",
          "Societal Values"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "Governance and Oversight"
        ],
        "actions": [
          "Establish risk controls considering trustworthiness characteristics, including:",
          "Data management, quality, and privacy (e.g. minimization, rectification or deletion requests) controls as part of organizational data governance policies.",
          "Machine learning and end-point security countermeasures (e.g., robust models, differential privacy, authentication, throttling).",
          "Business rules that augment, limit or restrict AI system outputs within certain contexts",
          "Utilizing domain expertise related to deployment context for continuous improvement and TEVV across the AI lifecycle.",
          "Development and regular tracking of human-AI teaming configurations.",
          "Model assessment and test, evaluation, validation and verification (TEVV) protocols.",
          "Use of standardized documentation and transparency mechanisms.",
          "Software quality assurance practices across AI lifecycle.",
          "Mechanisms to explore system limitations and avoid past failed designs or deployments.",
          "Establish mechanisms to capture feedback from system end users and potentially impacted groups while system is in deployment.",
          "Establish mechanisms to capture feedback from system end users and potentially impacted groups about how changes in system deployment (e.g.,  introducing new technology, decommissioning algorithms and models, adapting system, model or algorithm) may create negative impacts that are not visible along the AI lifecycle.",
          "Review insurance policies, warranties, or contracts for legal or oversight requirements for risk transfer procedures.",
          "Document risk tolerance decisions and risk acceptance procedures."
        ],
        "evidence_questions": [
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "Could the AI system expose people to harm or negative impacts? What was done to mitigate or reduce the potential for harm?",
          "How will the accountable human(s) address changes in accuracy and precision due to either an adversary’s attempts to disrupt the AI or unrelated changes in the operational or business environment?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-2-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-2-3",
      "external_id": "MANAGE 2.3",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 2.3",
      "summary": "Procedures are followed to respond to and recover from a previously unknown risk when it is identified.",
      "description": "AI systems – like any technology – can demonstrate non-functionality or failure or unexpected and unusual behavior. They also can be subject to attacks, incidents, or other misuse or abuse – which their sources are not always known apriori. Organizations can establish, document, communicate and maintain treatment procedures to recognize and counter, mitigate and manage risks that were not previously identified.",
      "sort_order": 0,
      "url": "https://incidentdatabase.ai/",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-2",
        "topics": [
          "Risk Response"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Protocols, resources, and metrics  are in place for continual monitoring of AI systems’ performance, trustworthiness, and alignment with contextual norms and values",
          "Establish and regularly review treatment and response plans for incidents, negative impacts, or outcomes.",
          "Establish and maintain procedures to regularly monitor system components for drift, decontextualization, or other AI system behavior factors,",
          "Establish and maintain procedures for capturing feedback about negative impacts.",
          "Verify contingency processes to handle any negative impacts associated with mission-critical AI systems, and to deactivate systems.",
          "Enable preventive and post-hoc exploration of AI system limitations by relevant AI actor groups.",
          "Decommission systems that exceed risk tolerances."
        ],
        "evidence_questions": [
          "Who will be responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "Are the responsibilities of the personnel involved in the various AI governance processes clearly defined? (Including responsibilities to decommission the AI system.)",
          "What processes exist for data generation, acquisition/collection, ingestion, staging/storage, transformations, security, maintenance, and dissemination?",
          "How will the appropriate performance metrics, such as accuracy, of the AI be monitored after the AI is deployed?",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF - Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations. [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-2-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-2-4",
      "external_id": "MANAGE 2.4",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 2.4",
      "summary": "Mechanisms are in place and applied, responsibilities are assigned and understood to supersede, disengage, or deactivate AI systems that demonstrate performance or outcomes inconsistent with intended use.",
      "description": "Performance inconsistent with intended use does not always increase risk or lead to negative impacts. Rigorous TEVV practices are useful for protecting against negative impacts regardless of intended use. When negative impacts do arise, superseding (bypassing), disengaging, or deactivating/decommissioning a model, AI system component(s), or the entire AI system may be necessary, such as when: \n\n- a system reaches the end of its lifetime\n- detected or identified risks exceed tolerance thresholds\n- adequate system mitigation actions are beyond the organization’s capacity\n- feasible system mitigation actions do not meet regulatory, legal, norms or standards. \n- impending risk is detected during continual monitoring, for which feasible mitigation cannot be identified or implemented in a timely fashion. \n\nSafely removing AI systems from operation, either temporarily or permanently, under these scenarios requires standard protocols that minimize operational disruption and downstream negative impacts. Protocols can involve redundant or backup systems that are developed in alignment with established system governance policies (see GOVERN 1.7), regulatory compliance, legal frameworks, business requirements and norms and l standards within the application context of use. Decision thresholds and metrics for actions to bypass or deactivate system components are part of continual monitoring procedures. Incidents that result in a bypass/deactivate decision require documentation and review to understand root causes, impacts, and potential opportunities for mitigation and redeployment. Organizations are encouraged to develop risk and change management protocols that consider and anticipate upstream and downstream consequences of both temporary and/or permanent decommissioning, and provide contingency options.",
      "sort_order": 0,
      "url": "https://www.cio.gov/policies-and-priorities/application-lifecycle/",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-2",
        "topics": [
          "Risk Response",
          "Decommission",
          "Risky Emergent Behavior"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "Governance and Oversight"
        ],
        "actions": [
          "Regularly review established procedures for AI system bypass actions, including plans for redundant or backup systems to ensure continuity of operational and/or business functionality.",
          "Regularly review Identify system incident thresholds for activating bypass or deactivation responses.",
          "Apply change management processes to understand the upstream and downstream consequences of bypassing or deactivating an AI system or AI system components.",
          "Apply protocols, resources and metrics for decisions to supersede, bypass or deactivate AI systems or AI system components.",
          "Preserve materials for forensic, regulatory, and legal review.",
          "Conduct internal root cause analysis and process reviews of bypass or deactivation events.",
          "Decommission and preserve system components that cannot be updated to meet criteria for redeployment.",
          "Establish criteria for redeploying updated system components, in consideration of trustworthy characteristics"
        ],
        "evidence_questions": [
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "What testing, if any, has the entity conducted on the AI system to identify errors and limitations (i.e. adversarial or stress testing)?",
          "To what extent does the entity have established procedures for retiring the AI system, if it is no longer needed?",
          "How did the entity use assessments and/or evaluations to determine if the system can be scaled up, continue, or be decommissioned?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-3-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-3-1",
      "external_id": "MANAGE 3.1",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 3.1",
      "summary": "AI risks and benefits from third-party resources are regularly monitored, and risk controls are applied and documented.",
      "description": "AI systems may depend on external resources and associated processes, including third-party data, software or hardware systems. Third parties’ supplying organizations with components and services, including tools, software, and expertise for AI system design, development, deployment or use can improve efficiency and scalability. It can also increase complexity and opacity, and, in-turn, risk. Documenting third-party technologies, personnel, and resources that were employed can help manage risks. Focusing first and foremost on risks involving physical safety, legal liabilities, regulatory compliance, and negative impacts on individuals, groups, or society is recommended.",
      "sort_order": 0,
      "url": "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-3",
        "topics": [
          "Third-party",
          "Supply Chain"
        ],
        "ai_actors": [
          "Third-party entities",
          "Operation and Monitoring",
          "AI Deployment"
        ],
        "actions": [
          "Have legal requirements been addressed?",
          "Apply organizational risk tolerance to third-party AI systems.",
          "Apply and document organizational risk management plans and practices to third-party AI technology, personnel, or other resources.",
          "Identify and maintain documentation for third-party AI systems and components.",
          "Establish testing, evaluation, validation and verification processes for third-party AI systems which address the needs for transparency without exposing proprietary algorithms .",
          "Establish processes to identify beneficial use and risk indicators in third-party systems or components, such as inconsistent software release schedule, sparse documentation, and incomplete software change management (e.g., lack of forward or backward compatibility).",
          "Organizations can establish processes for third parties to report known and potential vulnerabilities, risks or biases in supplied resources.",
          "Verify contingency processes for handling negative impacts associated with mission-critical third-party AI systems.",
          "Monitor third-party AI systems for potential negative impacts and risks associated with trustworthiness characteristics.",
          "Decommission third-party systems that exceed risk tolerances."
        ],
        "evidence_questions": [
          "If a third party created the AI system or some of its components, how will you ensure a level of explainability or interpretability? Is there documentation?",
          "If your organization obtained datasets from a third party, did your organization assess and manage the risks of using such datasets?",
          "Did you establish a process for third parties (e.g. suppliers, end users, subjects, distributors/vendors or workers) to report potential vulnerabilities, risks or biases in the AI system?",
          "Have legal requirements been addressed?",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF - Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations. [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-3-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-3-2",
      "external_id": "MANAGE 3.2",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 3.2",
      "summary": "Pre-trained models which are used for development are monitored as part of AI system regular  monitoring and maintenance.",
      "description": "A common approach in AI development is transfer learning, whereby an existing pre-trained model is adapted for use in a different, but related application. AI actors in development tasks often use pre-trained models from third-party entities for tasks such as image classification, language prediction, and entity recognition, because the resources to build such models may not be readily available to most organizations. Pre-trained models are typically trained to address various classification or prediction problems, using exceedingly large datasets and computationally intensive resources. The use of pre-trained models can make it difficult to anticipate negative system outcomes or impacts. Lack of documentation or transparency tools increases the difficulty and general complexity when deploying pre-trained models and hinders root cause analyses.",
      "sort_order": 0,
      "url": "https://github.com/visenger",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-3",
        "topics": [
          "Pre-trained models",
          "Monitoring"
        ],
        "ai_actors": [
          "Third-party entities",
          "Operation and Monitoring",
          "AI Deployment"
        ],
        "actions": [
          "Identify pre-trained models within AI system inventory for risk tracking.",
          "Establish processes to independently and continually monitor performance and trustworthiness  of pre-trained models, and as part of third-party risk tracking.",
          "Monitor performance and trustworthiness of AI system components connected to pre-trained models, and as part of third-party risk tracking.",
          "Identify, document and remediate risks arising from AI system components and pre-trained models per organizational risk management procedures, and as part of third-party risk tracking.",
          "Decommission AI system components and pre-trained models which exceed risk tolerances, and as part of third-party risk tracking."
        ],
        "evidence_questions": [
          "How has the entity documented the AI system’s data provenance, including sources, origins, transformations, augmentations, labels, dependencies, constraints, and metadata?",
          "Does this dataset collection/processing procedure achieve the motivation for creating the dataset stated in the first section of this datasheet?",
          "How does the entity ensure that the data collected are adequate, relevant, and not excessive in relation to the intended purpose?",
          "If the dataset becomes obsolete how will this be communicated?",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF - Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations. [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-4-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-4-1",
      "external_id": "MANAGE 4.1",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 4.1",
      "summary": "Post-deployment AI system monitoring plans are implemented, including mechanisms for capturing and evaluating input from users and other relevant AI actors, appeal and override, decommissioning, incident response, recovery, and change management.",
      "description": "AI system performance and trustworthiness can change due to a variety of factors. Regular AI system monitoring can help deployers identify performance degradations, adversarial attacks, unexpected and unusual behavior, near-misses, and impacts. Including pre- and post-deployment external feedback about AI system performance can enhance organizational awareness about positive and negative impacts, and reduce the time to respond to risks and harms.",
      "sort_order": 0,
      "url": "https://www.mdpi.com/2078-2489/11/3/137",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-4",
        "topics": [
          "Monitoring",
          "Participation",
          "AI Deployment",
          "AI Incidents",
          "Risk Response",
          "Adversarial",
          "Risky Emergent Behavior"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Human Factors",
          "Domain Experts",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Establish and maintain procedures to monitor AI system performance for risks and negative and positive impacts associated with trustworthiness characteristics.",
          "Perform post-deployment TEVV tasks to evaluate AI system validity and reliability, bias and fairness, privacy, and security and resilience.",
          "Evaluate AI system trustworthiness in conditions similar to deployment context of use, and prior to deployment.",
          "Establish and implement red-teaming exercises at a prescribed cadence, and evaluate their efficacy.",
          "Establish procedures for tracking dataset modifications such as data deletion or rectification requests.",
          "Establish mechanisms for regular communication and feedback between relevant AI actors and internal or external stakeholders to capture information about system performance, trustworthiness and impact.",
          "Share information about errors, near-misses, and attack patterns with incident databases, other organizations with similar systems, and system users and stakeholders.",
          "Respond to and document detected or reported negative impacts or issues in AI system performance and trustworthiness.",
          "Decommission systems that exceed establish risk tolerances."
        ],
        "evidence_questions": [
          "To what extent has the entity documented the post-deployment AI system’s testing methodology, metrics, and performance outcomes?",
          "How easily accessible and current is the information available to external stakeholders?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities, [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-4-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-4-2",
      "external_id": "MANAGE 4.2",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 4.2",
      "summary": "Measurable activities for continual improvements are integrated into AI system updates and include regular engagement with interested parties, including relevant AI actors.",
      "description": "Regular monitoring processes enable system updates to enhance performance and functionality in accordance with regulatory and legal frameworks, and organizational and contextual values and norms. These processes also facilitate analyses of root causes, system degradation, drift, near-misses, and failures, and incident response and documentation. \n\nAI actors across the lifecycle have many opportunities to capture and incorporate external feedback about system performance, limitations, and impacts, and implement continuous improvements. Improvements may not always be to model pipeline or system processes, and may instead be based on metrics beyond accuracy or other quality performance measures. In these cases, improvements may entail adaptations to business or organizational procedures or practices. Organizations are encouraged to develop improvements that will maintain traceability and transparency for developers, end users, auditors, and relevant AI actors.",
      "sort_order": 0,
      "url": "https://digital.ahrq.gov/sites/default/files/docs/citation/r21hs024767-yen-final-report-2019.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-4",
        "topics": [
          "Monitoring",
          "Impact Assessment",
          "Risk Assessment",
          "Continual Improvement"
        ],
        "ai_actors": [
          "TEVV",
          "AI Design",
          "AI Development",
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Integrate trustworthiness characteristics into protocols and metrics used for continual improvement.",
          "Establish processes for evaluating and integrating feedback into AI system improvements.",
          "Assess and evaluate alignment of proposed improvements with relevant regulatory and legal frameworks",
          "Assess and evaluate alignment of proposed improvements connected to the values and norms within the context of use.",
          "Document the basis for decisions made relative to tradeoffs between trustworthy characteristics, system risks, and system opportunities"
        ],
        "evidence_questions": [
          "How will user and other forms of stakeholder engagement be integrated into the model development process and regular performance review once deployed?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "To what extent has the entity defined and documented the regulatory environment—including minimum requirements in laws and regulations?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities, [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:manage-4-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "manage-4-3",
      "external_id": "MANAGE 4.3",
      "parent_id": "nist-ai-rmf:manage",
      "node_type": "subcategory",
      "title": "MANAGE 4.3",
      "summary": "Incidents and errors are communicated to relevant AI actors including affected communities. Processes for tracking, responding to, and recovering from incidents and errors are followed and documented.",
      "description": "Regularly documenting an accurate and transparent account of identified and reported errors can enhance AI risk management activities., Examples include:\n\n- how errors were identified, \n- incidents related to the error, \n- whether the error has been repaired, and\n- how repairs can be distributed to all impacted stakeholders and users.",
      "sort_order": 0,
      "url": "https://arxiv.org/pdf/2206.07635.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MANAGE-4",
        "topics": [
          "AI Incidents",
          "Monitoring"
        ],
        "ai_actors": [
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Human Factors",
          "Domain Experts",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Establish procedures to regularly share information about errors, incidents and negative impacts with relevant stakeholders, operators, practitioners and users, and impacted parties.",
          "Maintain a database of reported errors, near-misses, incidents and negative impacts including date reported, number of reports, assessment of impact and severity, and responses.",
          "Maintain a database of system changes, reason for change, and details of how the change was made, tested and deployed.",
          "Maintain version history information and metadata to enable continuous improvement processes.",
          "Verify that relevant AI actors responsible for identifying complex or emergent risks are properly resourced and empowered."
        ],
        "evidence_questions": [
          "What corrective actions has the entity taken to enhance the quality, accuracy, reliability, and representativeness of the data?",
          "To what extent does the entity communicate its AI strategic goals and objectives to the community of stakeholders? How easily accessible and current is the information available to external stakeholders?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "GAO-21-519SP: Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities, [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity",
          "consistency"
        ],
        "type": "Manage"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-1",
      "external_id": "MAP 1.1",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.1",
      "summary": "Intended purpose, potentially beneficial uses, context-specific laws, norms and expectations, and prospective settings in which the AI system will be deployed are understood and documented. Considerations include: specific set or types of users along with their expectations; potential positive and negative impacts of system uses to individuals, communities, organizations, society, and the planet; assumptions and related limitations about AI system purposes; uses and risks across the development or product AI lifecycle; TEVV and system metrics.",
      "description": "Highly accurate and optimized systems can cause harm. Relatedly, organizations should expect broadly deployed AI tools to be reused, repurposed, and potentially misused regardless of intentions. \n\nAI actors can work collaboratively, and with external parties such as community groups, to help delineate the bounds of acceptable deployment, consider preferable alternatives, and identify principles and strategies to manage likely risks. Context mapping is the first step in this effort, and may include examination of the following: \n\n* intended purpose and impact of system use. \n* concept of operations. \n* intended, prospective, and actual deployment setting. \n* requirements for system deployment and operation. \n* end user and operator expectations. \n* specific set or types of end users. \n* potential negative impacts to individuals, groups, communities, organizations, and society – or context-specific impacts such as legal requirements or impacts to the environment. \n* unanticipated, downstream, or other unknown contextual factors.\n* how AI system changes connect to impacts. \n\nThese types of processes can assist AI actors in understanding how limitations, constraints, and other realities associated with the deployment and use of AI technology can create impacts once they are deployed or operate in the real world. When coupled with the enhanced organizational culture resulting from the established policies and procedures in the Govern function, the Map function can provide opportunities to foster and instill new perspectives, activities, and skills for approaching risks and impacts. \n\nContext mapping also includes discussion and consideration of non-AI or  non-technology alternatives especially as related to whether the given context is narrow enough to manage AI and its potential negative impacts. Non-AI alternatives may include capturing and evaluating information using semi-autonomous or mostly-manual methods.",
      "sort_order": 0,
      "url": "https://doi.org/10.1145/3287560.3287598",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Socio-technical systems",
          "Societal Values",
          "Context of Use",
          "Impact Assessment",
          "TEVV",
          "Trustworthy Characteristics",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [],
        "actions": [
          "Maintain awareness of industry, technical, and applicable legal standards.",
          "Examine trustworthiness of AI system design and consider, non-AI solutions",
          "Consider intended AI system design tasks along with unanticipated purposes in collaboration with human factors and socio-technical domain experts.",
          "Define and document the task, purpose, minimum functionality, and benefits of the AI system to inform considerations about whether the utility of the project or its lack of.",
          "Identify whether there are non-AI or non-technology alternatives that will lead to more trustworthy outcomes.",
          "Examine how changes in system performance affect downstream events such as decision-making (e.g: changes in an AI model objective function create what types of impacts in how many candidates do/do not get a job interview).",
          "Determine actions to map and track post-decommissioning stages of AI deployment and potential negative or positive impacts to individuals, groups and communities.",
          "Determine the end user and organizational requirements, including business and technical requirements.",
          "Determine and delineate the expected and acceptable AI system context of use, including:",
          "social norms",
          "Impacted individuals, groups, and communities",
          "potential positive and negative impacts to individuals, groups, communities, organizations, and society",
          "operational environment",
          "Perform context analysis related to time frame, safety concerns, geographic area, physical environment, ecosystems, social environment, and cultural norms within the intended setting (or conditions that closely approximate the intended setting.",
          "Gain and maintain awareness about evaluating scientific claims related to AI system performance and benefits before launching into system design.",
          "Identify human-AI interaction and/or roles, such as whether the application will support or replace human decision making.",
          "Plan for risks related to human-AI configurations, and document requirements, roles, and responsibilities for human oversight of deployed systems."
        ],
        "evidence_questions": [
          "To what extent is the output of each component appropriate for the operational context?",
          "Which AI actors are responsible for the decisions of the AI and is this person aware of the intended uses and limitations of the analytic?",
          "Which AI actors are responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "Who is the person(s) accountable for the ethical considerations across the AI lifecycle?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities, [URL](https://www.gao.gov/products/gao-21-519sp)",
          "“Stakeholders in Explainable AI,” Sep. 2018. [URL](http://arxiv.org/abs/1810.00184)",
          "\"Microsoft Responsible AI Standard, v2\". [URL](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4ZPmV)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-2",
      "external_id": "MAP 1.2",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.2",
      "summary": "Inter-disciplinary AI actors, competencies, skills and capacities for establishing context reflect demographic diversity and broad domain and user experience expertise, and their participation is documented. Opportunities for interdisciplinary collaboration are prioritized.",
      "description": "Successfully mapping context requires a team of AI actors with a diversity of experience, expertise, abilities and backgrounds, and with the resources and independence to engage in critical inquiry.\n\nHaving a diverse team contributes to more  broad and open sharing of ideas and assumptions about the purpose and function of the technology being designed and developed – making these implicit aspects more explicit. The benefit of a diverse staff in managing AI risks is not the beliefs or presumed beliefs of individual workers, but the behavior that results from a collective perspective. An environment which fosters critical inquiry creates opportunities to surface problems and identify existing and emergent risks.",
      "sort_order": 0,
      "url": "https://doi.org/10.1177%2F20539517221082027",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Diversity",
          "Interdisciplinarity",
          "Socio-technical systems"
        ],
        "ai_actors": [],
        "actions": [
          "Establish interdisciplinary teams to reflect a wide range of skills, competencies, and capabilities for AI efforts. Verify that team membership includes demographic diversity, broad domain expertise, and lived experiences. Document team composition.",
          "Create and empower interdisciplinary expert teams to capture, learn, and engage the interdependencies of deployed AI systems and related terminologies and concepts from disciplines outside of AI practice such as law, sociology, psychology, anthropology, public policy, systems design, and engineering."
        ],
        "evidence_questions": [
          "To what extent do the teams responsible for developing and maintaining the AI system reflect diverse opinions, backgrounds, experiences, and perspectives?",
          "Did the entity document the demographics of those involved in the design and development of the AI system to capture and communicate potential biases inherent to the development process, according to forum participants?",
          "What specific perspectives did stakeholders share, and how were they integrated across the design, development, deployment, assessment, and monitoring of the AI system?",
          "To what extent has the entity addressed stakeholder perspectives on the potential negative impacts of the AI system on end users and impacted populations?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "Did your organization address usability problems and test whether user interfaces served their intended purposes? Consulting the community or end users at the earliest stages of development to ensure there is transparency on the technology used and how it is deployed.",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-3",
      "external_id": "MAP 1.3",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.3",
      "summary": "The organization’s mission and relevant goals for the AI technology are understood and documented.",
      "description": "Defining and documenting the specific business purpose of an AI system in a broader context of societal values helps teams to evaluate risks and increases the clarity of “go/no-go” decisions about whether to deploy.\n\nTrustworthy AI technologies may present a demonstrable business benefit beyond implicit or explicit costs, provide added value, and don't lead to wasted resources. Organizations can feel confident in performing risk avoidance if the implicit or explicit risks outweigh the advantages of AI systems,  and  not implementing an AI solution whose risks surpass potential benefits.\n\nFor example, making AI systems more equitable can result in better managed risk, and can help enhance consideration of the business value of making inclusively designed, accessible and more equitable AI systems.",
      "sort_order": 0,
      "url": "https://socialworldsresearch.org/sites/default/files/hci.final_.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Socio-technical systems",
          "Societal Values"
        ],
        "ai_actors": [],
        "actions": [
          "Build transparent practices into AI system development processes.",
          "Review the documented system purpose from a socio-technical perspective and in consideration of societal values.",
          "Determine possible misalignment between societal values and stated organizational principles and code of ethics.",
          "Flag latent incentives that may contribute to negative impacts.",
          "Evaluate AI system purpose in consideration of potential risks, societal values, and stated organizational principles."
        ],
        "evidence_questions": [
          "How does the AI system help the entity meet its goals and objectives?",
          "How do the technical specifications and requirements align with the AI system’s goals and objectives?",
          "To what extent is the output appropriate for the operational context?",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI – 2019, [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment).",
          "Including Insights from the Comptroller General’s Forum on the Oversight of Artificial Intelligence An Accountability Framework for Federal Agencies and Other Entities, 2021, [URL](https://www.gao.gov/products/gao-21-519sp), [PDF](https://www.gao.gov/assets/gao-21-519sp-highlights.pdf)."
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-4",
      "external_id": "MAP 1.4",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.4",
      "summary": "The business value or context of business use has been clearly defined or – in the case of assessing existing AI systems – re-evaluated.",
      "description": "Socio-technical AI risks emerge from the interplay between technical development decisions and how a system is used, who operates it, and the social context into which it is deployed. Addressing these risks is complex and requires a commitment to understanding how contextual factors may interact with AI lifecycle actions. One such contextual factor is how organizational mission and identified system purpose create incentives within AI system design, development, and deployment tasks that may result in positive and negative impacts. By establishing comprehensive and explicit enumeration of AI systems’ context of of business use and expectations, organizations can identify and manage these types of risks.",
      "sort_order": 0,
      "url": "https://inventory.algorithmwatch.org/",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Context of Use"
        ],
        "ai_actors": [],
        "actions": [
          "Document business value or context of business use",
          "Reconcile documented concerns about the system’s purpose within the business context of use  compared to the organization’s stated values, mission statements, social responsibility commitments, and AI principles.",
          "Reconsider the design, implementation strategy, or deployment of AI systems with potential impacts that do not reflect institutional values."
        ],
        "evidence_questions": [
          "What goals and objectives does the entity expect to achieve by designing, developing, and/or deploying the AI system?",
          "To what extent are the system outputs consistent with the entity’s values and principles to foster public trust and equity?",
          "To what extent are the metrics consistent with system goals, objectives, and constraints, including ethical and compliance considerations?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-5",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-5",
      "external_id": "MAP 1.5",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.5",
      "summary": "Organizational risk tolerances are determined and documented.",
      "description": "Risk tolerance reflects the level and type of risk the organization is willing to accept while conducting its mission and carrying out its strategy.\n\nOrganizations can follow existing regulations and guidelines for risk criteria, tolerance and response established by organizational, domain, discipline, sector, or professional requirements. Some sectors or industries may have established definitions of harm or may have established documentation, reporting, and disclosure requirements. \n\nWithin sectors, risk management may depend on existing guidelines for specific applications and use case settings. Where established guidelines do not exist, organizations will want to define reasonable risk tolerance in consideration of different sources of risk (e.g., financial, operational, safety and wellbeing, business, reputational, and model risks) and different levels of risk (e.g., from negligible to critical).\n\nRisk tolerances inform and support decisions about whether to continue with development or deployment - termed “go/no-go”. Go/no-go decisions related to AI system risks can take stakeholder feedback into account, but remain independent from stakeholders’ vested financial or reputational interests.\n\nIf mapping risk is prohibitively difficult, a \"no-go\" decision may be considered for the specific system.",
      "sort_order": 0,
      "url": "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Risk Tolerance"
        ],
        "ai_actors": [],
        "actions": [
          "Utilize existing regulations and guidelines for risk criteria, tolerance and response established by organizational, domain, discipline, sector, or professional requirements.",
          "Establish risk tolerance levels for AI systems and allocate the appropriate oversight resources to each level.",
          "Establish risk criteria in consideration of different sources of risk, (e.g., financial, operational, safety and wellbeing, business, reputational, and model risks) and different levels of risk (e.g., from negligible to critical).",
          "Identify maximum allowable risk tolerance above which the system will not be deployed, or will need to be prematurely decommissioned, within the contextual or application setting.",
          "Articulate and analyze tradeoffs across trustworthiness characteristics as relevant to proposed context of use.  When tradeoffs arise, document them and plan for traceable actions (e.g.: impact mitigation, removal of system from development or use) to inform management decisions.",
          "Review uses of AI systems for “off-label” purposes, especially in settings that organizations have deemed as high-risk. Document decisions, risk-related trade-offs, and system limitations."
        ],
        "evidence_questions": [
          "Which existing regulations and guidelines apply, and the entity has followed, in the development of system risk tolerances?",
          "What criteria and assumptions has the entity utilized when developing system risk tolerances?",
          "How has the entity identified maximum allowable risk tolerance?",
          "What conditions and purposes are considered “off-label” for system use?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-1-6",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-1-6",
      "external_id": "MAP 1.6",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 1.6",
      "summary": "System requirements (e.g., “the system shall respect the privacy of its users”) are elicited from and understood by relevant AI actors.  Design decisions take socio-technical implications into account to address AI risks.",
      "description": "AI system development requirements may outpace documentation processes for traditional software. When written requirements are unavailable or incomplete, AI actors may inadvertently overlook business and stakeholder needs, over-rely on implicit human biases such as confirmation bias and groupthink, and maintain exclusive focus on computational requirements. \n\nEliciting system requirements, designing for end users, and considering societal impacts early in the design phase is a priority that can enhance AI systems’ trustworthiness.",
      "sort_order": 0,
      "url": "https://doi.org/10.17226/26507",
      "metadata": {
        "public_safe": true,
        "category": "MAP-1",
        "topics": [
          "Socio-technical systems",
          "Impact Assessment",
          "Documentation"
        ],
        "ai_actors": [],
        "actions": [
          "Proactively incorporate trustworthy characteristics into system requirements.",
          "Establish mechanisms for regular communication and feedback between relevant AI actors and internal or external stakeholders related to system design or deployment decisions.",
          "Develop and standardize practices to assess potential impacts at all stages of the AI lifecycle, and in collaboration with interdisciplinary experts, actors external to the team that developed or deployed the AI system, and potentially impacted communities .",
          "Include potentially impacted groups, communities and external entities (e.g. civil society organizations, research institutes, local community groups, and trade associations) in the formulation of priorities, definitions and outcomes during impact assessment activities.",
          "Conduct qualitative interviews with end user(s) to regularly evaluate expectations and design plans related to Human-AI configurations and tasks.",
          "Analyze dependencies between contextual factors and system requirements. List potential impacts that may arise from not fully considering the importance of trustworthiness characteristics in any decision making.",
          "Follow responsible design techniques in tasks such as software engineering, product management, and participatory engagement. Some examples for eliciting and documenting stakeholder requirements include product requirement documents (PRDs), user stories, user interaction/user experience (UI/UX) research, systems engineering, ethnography and related field methods.",
          "Conduct user research to understand individuals, groups and communities that will be impacted by the AI, their values & context, and the role of systemic and historical biases. Integrate learnings into decisions about data selection and representation."
        ],
        "evidence_questions": [
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "To what extent is this information sufficient and appropriate to promote transparency? Promote transparency by enabling external stakeholders to access information on the design, operation, and limitations of the AI system.",
          "To what extent has relevant information been disclosed regarding the use of AI systems, such as (a) what the system is for, (b) what it is not for, (c) how it was designed, and (d) what its limitations are? (Documentation and external communication can offer a way for entities to provide transparency.)",
          "How will the relevant AI actor(s) address changes in accuracy and precision due to either an adversary’s attempts to disrupt the AI system or unrelated changes in the operational/business environment, which may impact the accuracy of the AI system?",
          "What metrics has the entity developed to measure performance of the AI system?",
          "What justifications, if any, has the entity provided for the assumptions, boundaries, and limitations of the AI system?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Stakeholders in Explainable AI, Sep. 2018. [URL]( http://arxiv.org/abs/1810.00184)",
          "High-Level Expert Group on Artificial Intelligence set up by the European Commission, Ethics Guidelines for Trustworthy AI. [URL](https://digital-strategy.ec.europa.eu/en/library/ethics-guidelines-trustworthy-ai), [PDF](https://www.aepd.es/sites/default/files/2019-12/ai-ethics-guidelines.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-2-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-2-1",
      "external_id": "MAP 2.1",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 2.1",
      "summary": "The specific task, and methods used to implement the task, that the AI system will support is defined (e.g., classifiers, generative models, recommenders).",
      "description": "AI actors define the technical learning or decision-making task(s) an AI system is designed to accomplish, or the benefits that the system will provide. The clearer and narrower the task definition, the easier it is to map its benefits and risks, leading to more fulsome risk management.",
      "sort_order": 0,
      "url": "https://fpf.org/blog/the-spectrum-of-artificial-intelligence-an-infographic-tool/",
      "metadata": {
        "public_safe": true,
        "category": "MAP-2",
        "topics": [
          "Socio-technical systems"
        ],
        "ai_actors": [],
        "actions": [
          "Define and document AI system’s existing and potential learning task(s) along with known assumptions and limitations."
        ],
        "evidence_questions": [
          "To what extent has the entity clearly defined technical specifications and requirements for the AI system?",
          "To what extent has the entity documented the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "How do the technical specifications and requirements align with the AI system’s goals and objectives?",
          "Did your organization implement accountability-based practices in data management and protection (e.g. the PDPA and OECD Privacy Principles)?",
          "How are outputs marked to clearly show that they came from an AI?",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "ATARC Model Transparency Assessment (WD) – 2020. [URL](https://atarc.org/wp-content/uploads/2020/10/atarc_model_transparency_assessment-FINAL-092020-2.docx)",
          "Transparency in Artificial Intelligence - S. Larsson and F. Heintz – 2020. [URL](https://lucris.lub.lu.se/ws/files/79208055/Larsson_Heintz_2020_Transparency_in_artificial_intelligence_2020_05_05.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-2-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-2-2",
      "external_id": "MAP 2.2",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 2.2",
      "summary": "Information about the AI system’s knowledge limits and how system output may be utilized and overseen by humans is documented. Documentation provides sufficient information to assist relevant AI actors when making informed decisions and taking subsequent actions.",
      "description": "An AI lifecycle consists of many interdependent activities involving a diverse set of actors that often do not have full visibility or control over other parts of the lifecycle and its associated contexts or risks. The interdependencies between these activities, and among the relevant AI actors and organizations, can make it difficult to reliably anticipate potential impacts of AI systems. For example, early decisions in identifying the purpose and objective of an AI system can alter its behavior and capabilities, and the dynamics of deployment setting (such as end users or impacted individuals) can shape the positive or negative impacts of AI system decisions. As a result, the best intentions within one dimension of the AI lifecycle can be undermined via interactions with decisions and conditions in other, later activities. This complexity and varying levels of visibility can introduce uncertainty. And, once deployed and in use, AI systems may sometimes perform poorly, manifest unanticipated negative impacts, or violate legal or ethical norms. These risks and incidents can result from a variety of factors. For example, downstream decisions can be influenced by end user over-trust or under-trust, and other complexities related to AI-supported decision-making.\n\nAnticipating, articulating, assessing and documenting AI systems’ knowledge limits and how system output may be utilized and overseen by humans can help mitigate the uncertainty associated with the realities of AI system deployments. Rigorous design processes include defining system knowledge limits, which are confirmed and refined based on TEVV processes.",
      "sort_order": 0,
      "url": "https://www.iso.org/standard/77520.html",
      "metadata": {
        "public_safe": true,
        "category": "MAP-2",
        "topics": [
          "Limitations",
          "Human oversight",
          "Impact Assessment",
          "Documentation"
        ],
        "ai_actors": [],
        "actions": [
          "Document settings, environments and conditions that are outside the AI system’s intended use.",
          "Design for end user workflows and toolsets, concept of operations, and explainability and interpretability criteria in conjunction with end user(s) and associated qualitative feedback.",
          "Plan and test human-AI configurations under close to real-world conditions and document results.",
          "Follow stakeholder feedback processes to determine whether a system achieved its documented purpose within a given use context, and whether end users can correctly comprehend system outputs or results.",
          "Document dependencies on upstream data and other AI systems, including if the specified system is an upstream dependency for another AI system or other data.",
          "Document connections the AI system or data will have to external networks (including the internet), financial markets, and critical infrastructure that have potential for negative externalities. Identify and document negative impacts as part of considering the broader risk thresholds and subsequent go/no-go deployment as well as post-deployment decommissioning decisions."
        ],
        "evidence_questions": [
          "Does the AI system provide sufficient information to assist the personnel to make an informed decision and take actions accordingly?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "Based on the assessment, did your organization implement the appropriate level of human involvement in AI-augmented decision-making?",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "ATARC Model Transparency Assessment (WD) – 2020. [URL](https://atarc.org/wp-content/uploads/2020/10/atarc_model_transparency_assessment-FINAL-092020-2.docx)",
          "Transparency in Artificial Intelligence - S. Larsson and F. Heintz – 2020. [URL](https://lucris.lub.lu.se/ws/files/79208055/Larsson_Heintz_2020_Transparency_in_artificial_intelligence_2020_05_05.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-2-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-2-3",
      "external_id": "MAP 2.3",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 2.3",
      "summary": "Scientific integrity and TEVV considerations are identified and documented, including those related to experimental design, data collection and selection (e.g., availability, representativeness, suitability), system trustworthiness, and construct validation.",
      "description": "Standard testing and evaluation protocols provide a basis to confirm assurance in a system that it is operating as designed and claimed. AI systems’ complexities create challenges for traditional testing and evaluation methodologies, which tend to be designed for static or isolated system performance.  Opportunities for risk continue well beyond design and deployment, into system operation and application of system-enabled decisions. Testing and evaluation methodologies and metrics therefore address a continuum of activities. TEVV is enhanced when key metrics for performance, safety, and reliability are interpreted in a socio-technical context and not confined to the boundaries of the AI system pipeline. \n\nOther challenges for managing AI risks relate to dependence on large scale datasets, which can impact data quality and validity concerns. The difficulty of finding the “right” data may lead AI actors to select datasets based more on accessibility and availability than on suitability for operationalizing the phenomenon that the AI system intends to support or inform. Such decisions could contribute to an environment where the data used in processes is not fully representative of the populations or phenomena that are being modeled, introducing downstream risks.  Practices such as dataset reuse may also lead to disconnect from the social contexts and time periods of their creation.  This contributes to issues of validity of the underlying dataset for providing proxies, measures, or predictors within the model.",
      "sort_order": 0,
      "url": "https://doi.org/10.3389/fdata.2019.00013",
      "metadata": {
        "public_safe": true,
        "category": "MAP-2",
        "topics": [
          "TEVV",
          "Data",
          "Impact Assessment",
          "Limitations"
        ],
        "ai_actors": [
          "AI Development",
          "TEVV",
          "Domain Experts"
        ],
        "actions": [
          "Identify and document experiment design and statistical techniques that are valid for testing complex socio-technical systems like AI, which involve human factors, emergent properties, and dynamic context(s) of use.",
          "Develop and apply TEVV protocols for models, system and its subcomponents, deployment, and operation.",
          "Demonstrate and document that AI system performance and validation metrics are interpretable and unambiguous for downstream decision making tasks, and take socio-technical factors such as context of use into consideration.",
          "Identify and document assumptions,  techniques, and metrics used for testing and evaluation throughout the AI lifecycle including experimental design techniques for data collection, selection, and management practices in accordance with data governance policies established in GOVERN.",
          "Identify testing modules that can be incorporated throughout the AI lifecycle, and verify that processes enable corroboration by independent evaluators.",
          "Establish mechanisms for regular communication and feedback among relevant AI actors and internal or external stakeholders related to the validity of design and deployment assumptions.",
          "Establish mechanisms for regular communication and feedback between relevant AI actors and internal or external stakeholders related to the development of TEVV approaches throughout the lifecycle to detect and assess potentially harmful impacts",
          "Document assumptions made and techniques used in data selection, curation, preparation and analysis, including:",
          "identification of constructs and proxy targets,",
          "development of  indices – especially those operationalizing concepts that are inherently unobservable (e.g. “hireability,” “criminality.” “lendability”).",
          "Map adherence to policies that address data and construct validity, bias, privacy and security for AI systems and verify documentation, oversight, and processes.",
          "Identify and document transparent methods (e.g. causal discovery methods) for inferring causal relationships between constructs being modeled and dataset attributes or proxies.",
          "Identify and document processes to understand and trace test and training data lineage and its metadata resources for mapping risks.",
          "Document known limitations, risk mitigation efforts associated with, and methods used for, training data collection, selection, labeling, cleaning, and analysis (e.g. treatment of missing, spurious, or outlier data; biased estimators).",
          "Establish and document practices to check for capabilities that are in excess of those that are planned for, such as emergent properties, and to revisit prior risk management steps in light of any new capabilities.",
          "Establish processes to test and verify that design assumptions about the set of deployment contexts continue to be accurate and sufficiently complete.",
          "Work with domain experts and other external AI actors to:",
          "Gain and maintain contextual awareness and knowledge about how human behavior, organizational factors and dynamics, and society influence, and are represented in, datasets, processes, models, and system output.",
          "Identify participatory approaches for responsible Human-AI configurations and oversight tasks, taking into account sources of cognitive bias.",
          "Identify techniques to manage and mitigate sources of bias (systemic, computational, human- cognitive) in computational models and systems, and the assumptions and decisions in their development..",
          "Investigate and document potential negative impacts due related to the full product lifecycle and associated processes that may conflict with organizational values and principles."
        ],
        "evidence_questions": [
          "Are there any known errors, sources of noise, or redundancies in the data?",
          "Over what time-frame was the data collected? Does the collection time-frame match the creation time-frame",
          "What is the variable selection and evaluation process?",
          "How was the data collected? Who was involved in the data collection process? If the dataset relates to people (e.g., their attributes) or was generated by people, were they informed about the data collection? (e.g., datasets that collect writing, photos, interactions, transactions, etc.)",
          "As time passes and conditions change, is the training data still representative of the operational environment?",
          "Why was the dataset created? (e.g., were there specific tasks in mind, or a specific gap that needed to be filled?)",
          "How does the entity ensure that the data collected are adequate, relevant, and not excessive in relation to the intended purpose?",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "ATARC Model Transparency Assessment (WD) – 2020. [URL](https://atarc.org/wp-content/uploads/2020/10/atarc_model_transparency_assessment-FINAL-092020-2.docx)",
          "Transparency in Artificial Intelligence - S. Larsson and F. Heintz – 2020. [URL](https://lucris.lub.lu.se/ws/files/79208055/Larsson_Heintz_2020_Transparency_in_artificial_intelligence_2020_05_05.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-3-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-3-1",
      "external_id": "MAP 3.1",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 3.1",
      "summary": "Potential benefits of intended AI system functionality and performance are examined and documented.",
      "description": "AI systems have enormous potential to improve quality of life, enhance economic prosperity and security costs. Organizations are encouraged to define and document system purpose and utility, and its potential positive impacts and benefits beyond current known performance benchmarks.\n\nIt is encouraged that risk management and assessment of benefits and impacts include processes for regular and meaningful communication with potentially affected groups and communities. These stakeholders can provide valuable input related to systems’ benefits and possible limitations. Organizations may differ in the types and number of stakeholders with which they engage.\n\nOther approaches such as human-centered design (HCD) and value-sensitive design (VSD) can help AI teams to engage broadly with individuals and communities. This type of engagement can enable AI teams to learn about how a given technology may cause positive or negative impacts, that were not originally considered or intended.",
      "sort_order": 0,
      "url": "https://doi.org/10.1016/j.artint.2021.103555",
      "metadata": {
        "public_safe": true,
        "category": "MAP-3",
        "topics": [
          "Socio-technical systems",
          "Documentation"
        ],
        "ai_actors": [
          "AI Development",
          "AI Deployment",
          "AI Impact Assessment"
        ],
        "actions": [
          "Utilize participatory approaches and engage with system end users to understand and document  AI systems’ potential benefits,  efficacy and interpretability of AI task output.",
          "Maintain awareness and documentation of the individuals, groups, or communities who make up the system’s internal and external stakeholders.",
          "Verify that appropriate skills and practices are available in-house for carrying out participatory activities such as eliciting, capturing, and synthesizing user, operator and external feedback, and translating it for AI design and development functions.",
          "Establish mechanisms for regular communication and feedback between relevant AI actors and internal or external stakeholders related to system design or deployment decisions.",
          "Consider performance to human baseline metrics or other standard benchmarks.",
          "Incorporate feedback from end users, and potentially impacted individuals and communities about perceived system benefits ."
        ],
        "evidence_questions": [
          "Have the benefits of the AI system been communicated to end users?",
          "Have the appropriate training material and disclaimers about how to adequately use the AI system been provided to end users?",
          "Has your organization implemented a risk management system to address risks involved in deploying the identified AI system (e.g. personnel risk or changes to commercial objectives)?",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI – 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-3-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-3-2",
      "external_id": "MAP 3.2",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 3.2",
      "summary": "Potential costs, including non-monetary costs, which result from expected or realized AI errors or system functionality and trustworthiness - as connected to organizational risk tolerance - are examined and documented.",
      "description": "Anticipating negative impacts of AI systems is a difficult task. Negative impacts can be due to many factors, such as system non-functionality or use outside of its operational limits, and may range from minor annoyance to serious injury, financial losses, or regulatory enforcement actions. AI actors can work with a broad set of stakeholders to improve their capacity for understanding  systems’ potential impacts – and subsequently – systems’ risks.",
      "sort_order": 0,
      "url": "https://digitalcommons.spu.edu/cgi/viewcontent.cgi?article=1100&context=honorsprojects",
      "metadata": {
        "public_safe": true,
        "category": "MAP-3",
        "topics": [
          "Impact Assessment",
          "Trustworthy Characteristics",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "Operation and Monitoring",
          "AI Design",
          "AI Impact Assessment"
        ],
        "actions": [
          "Perform context analysis to map potential negative impacts arising from not integrating trustworthiness characteristics. When negative impacts are not direct or obvious, AI actors can engage with stakeholders external to the team that developed or deployed the AI system, and potentially impacted communities, to examine and document:",
          "Who could be harmed?",
          "What could be harmed?",
          "When could harm arise?",
          "How could harm arise?",
          "Identify and implement procedures for regularly evaluating the qualitative and quantitative costs of internal and external AI system failures. Develop actions to prevent, detect, and/or correct potential risks and related impacts. Regularly evaluate failure costs to inform go/no-go deployment decisions throughout the AI system lifecycle."
        ],
        "evidence_questions": [
          "To what extent does the system/entity consistently measure progress towards stated goals and objectives?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "Have you documented and explained that machine errors may differ from human errors?",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI – 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-3-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-3-3",
      "external_id": "MAP 3.3",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 3.3",
      "summary": "Targeted application scope is specified and documented based on the system’s capability, established context, and AI system categorization.",
      "description": "Systems that function in a narrow scope tend to enable better mapping, measurement, and management of risks in the learning or decision-making tasks and the system context. A narrow application scope also helps ease TEVV functions and related resources within an organization.\n\nFor example, large language models or open-ended chatbot systems that interact with the public on the internet have a large number of risks that may be difficult to map, measure, and manage due to the variability from both the decision-making task and the operational context. Instead, a task-specific chatbot utilizing templated responses that follow a defined “user journey” is a scope that can be more easily mapped, measured and managed.",
      "sort_order": 0,
      "url": "https://www.oreilly.com/library/view/evaluating-machine-learning/9781492048756/",
      "metadata": {
        "public_safe": true,
        "category": "MAP-3",
        "topics": [
          "Context of Use",
          "Documentation"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "Human Factors"
        ],
        "actions": [
          "Consider narrowing contexts for system deployment, including factors related to:",
          "How outcomes may directly or indirectly affect users, groups, communities and the environment.",
          "Length of time the system is deployed in between re-trainings.",
          "Geographical regions in which the system operates.",
          "Dynamics related to community standards or likelihood of system misuse or abuses (either purposeful or unanticipated).",
          "How AI system features and capabilities can be utilized within other applications, or in place of other existing processes.",
          "Engage AI actors from legal and procurement functions when specifying target application scope."
        ],
        "evidence_questions": [
          "To what extent has the entity clearly defined technical specifications and requirements for the AI system?",
          "How do the technical specifications and requirements align with the AI system’s goals and objectives?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI – 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-3-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-3-4",
      "external_id": "MAP 3.4",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 3.4",
      "summary": "Processes for operator and practitioner proficiency with AI system performance and trustworthiness – and relevant technical standards and certifications – are defined, assessed and documented.",
      "description": "Human-AI configurations can span from fully autonomous to fully manual. AI systems can autonomously make decisions, defer decision-making to a human expert, or be used by a human decision-maker as an additional opinion. In some scenarios, professionals with expertise in a specific domain work in conjunction with an AI system towards a specific end goal—for example, a decision about another individual(s). Depending on the purpose of the system, the expert may interact with the AI system but is rarely part of the design or development of the system itself. These experts are not necessarily familiar with machine learning, data science, computer science, or other fields traditionally associated with AI design or development and - depending on the application - will likely not require such familiarity. For example, for AI systems that are deployed in health care delivery the experts are the physicians and bring their expertise about medicine—not data science, data modeling and engineering, or other computational factors. The challenge in these settings is not educating the end user about AI system capabilities, but rather leveraging, and not replacing, practitioner domain expertise.\n\nQuestions remain about how to configure humans and automation for managing AI risks. Risk management is enhanced when organizations that design, develop or deploy AI systems for use by professional operators and practitioners:\n\n-  are aware of these knowledge limitations and strive to identify risks in human-AI interactions and configurations across all contexts, and the potential resulting impacts, \n- define and differentiate the various human roles and responsibilities when using or interacting with AI systems, and\n- determine proficiency standards for AI system operation in proposed context of use, as enumerated in MAP-1 and established in GOVERN-3.2.",
      "sort_order": 0,
      "url": "https://doi.org/10.17226/26355",
      "metadata": {
        "public_safe": true,
        "category": "MAP-3",
        "topics": [
          "Human-AI teaming"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "Human Factors",
          "End-Users",
          "Domain Experts",
          "Operation and Monitoring"
        ],
        "actions": [
          "Identify and declare AI system features and capabilities that may affect downstream AI actors’ decision-making in deployment and operational settings for example how system features and capabilities may activate known risks in various human-AI configurations, such as selective adherence.",
          "Identify skills and proficiency requirements for operators, practitioners and other domain experts that interact with AI systems,Develop AI system operational documentation for AI actors in deployed and operational environments, including information about known risks, mitigation criteria, and trustworthy characteristics enumerated in Map-1.",
          "Define and develop training materials for proposed end users, practitioners and operators about AI system use and known limitations.",
          "Define and develop certification procedures for operating AI systems within defined contexts of use, and information about what exceeds operational boundaries.",
          "Include operators, practitioners and end users in AI system prototyping and testing activities to help inform operational boundaries and acceptable performance. Conduct testing activities under scenarios similar to deployment conditions.",
          "Verify model output provided to AI system operators, practitioners and end users is  interactive, and specified to context and user requirements defined in MAP-1.",
          "Verify AI system output is interpretable and unambiguous for downstream decision making tasks.",
          "Design AI system explanation complexity to match the level of problem and context complexity.",
          "Verify that design principles are in place for safe operation by AI actors in decision-making environments.",
          "Develop approaches to track human-AI configurations, operator, and practitioner outcomes for integration into continual improvement."
        ],
        "evidence_questions": [
          "What policies has the entity developed to ensure the use of the AI system is consistent with its stated values and principles?",
          "How will the accountable human(s) address changes in accuracy and precision due to either an adversary’s attempts to disrupt the AI or unrelated changes in operational/business environment, which may impact the accuracy of the AI?",
          "How does the entity assess whether personnel have the necessary skills, training, resources, and domain knowledge to fulfill their assigned responsibilities?",
          "Are the relevant staff dealing with AI systems properly trained to interpret AI model output and decisions as well as to detect and manage bias in data?",
          "What metrics has the entity developed to measure performance of various components?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Companion to the Model AI Governance Framework- 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-3-5",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-3-5",
      "external_id": "MAP 3.5",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 3.5",
      "summary": "Processes for human oversight are defined, assessed, and documented in accordance with organizational policies from GOVERN function.",
      "description": "As AI systems have evolved in accuracy and precision, computational systems have moved from being used purely for decision support—or for explicit use by and under the\ncontrol of a human operator—to automated decision making with limited input from humans. Computational decision support systems augment another, typically human, system in making decisions.These types of configurations increase the likelihood of outputs being produced with little human involvement. \n\nDefining and differentiating various human roles and responsibilities for AI systems’ governance,  and differentiating AI system overseers and those using or interacting with AI systems can enhance AI risk management activities. \n\nIn critical systems, high-stakes settings, and systems deemed high-risk it is of vital importance to evaluate risks and effectiveness of oversight procedures before an AI system is deployed.\n\nUltimately, AI system oversight is a shared responsibility, and attempts to properly authorize or govern oversight practices will not be effective without organizational buy-in and accountability mechanisms, for example those suggested in the GOVERN function.",
      "sort_order": 0,
      "url": "https://www.ssrn.com/abstract=3921216",
      "metadata": {
        "public_safe": true,
        "category": "MAP-3",
        "topics": [
          "Human oversight"
        ],
        "ai_actors": [
          "Human Factors",
          "End-Users",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Design"
        ],
        "actions": [
          "Identify and document AI systems’ features and capabilities that require human oversight, in relation to operational and societal contexts, trustworthy characteristics, and risks identified in MAP-1.",
          "Establish practices for AI systems’ oversight in accordance with policies developed in GOVERN-1.",
          "Define and develop training materials for relevant AI Actors about AI system performance, context of use, known limitations and negative impacts, and suggested warning labels.",
          "Include relevant AI Actors in AI system prototyping and testing activities. Conduct testing activities under scenarios similar to deployment conditions.",
          "Evaluate AI system oversight practices for validity and reliability. When oversight practices undergo extensive updates or adaptations, retest, evaluate results, and course correct as necessary.",
          "Verify that model documents contain interpretable descriptions of system mechanisms, enabling oversight personnel to make informed, risk-based decisions about system risks."
        ],
        "evidence_questions": [
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "How does the entity assess whether personnel have the necessary skills, training, resources, and domain knowledge to fulfill their assigned responsibilities?",
          "Are the relevant staff dealing with AI systems properly trained to interpret AI model output and decisions as well as to detect and manage bias in data?",
          "To what extent has the entity documented the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-4-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-4-1",
      "external_id": "MAP 4.1",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 4.1",
      "summary": "Approaches for mapping AI technology and legal risks of its components – including the use of third-party data or software – are in place, followed, and documented, as are risks of infringement of a third-party’s intellectual property or other rights.",
      "description": "Technologies and personnel from third-parties are another potential sources of risk to consider during AI risk management activities. Such risks may be difficult to map since risk priorities or tolerances may not be the same as the deployer organization.\n\nFor example, the use of pre-trained models, which tend to rely on large uncurated dataset or often have undisclosed origins, has raised concerns about privacy, bias, and unanticipated effects along with possible introduction of increased levels of statistical uncertainty, difficulty with reproducibility, and issues with scientific validity.",
      "sort_order": 0,
      "url": "https://doi.org/10.1145/3442188.3445922",
      "metadata": {
        "public_safe": true,
        "category": "MAP-4",
        "topics": [
          "Legal and Regulatory",
          "Third-party",
          "Pre-trained models",
          "Supply Chain",
          "Risk Tolerance",
          "Risky Emergent Behavior"
        ],
        "ai_actors": [
          "Third-party entities",
          "Procurement",
          "Operation and Monitoring",
          "Governance and Oversight"
        ],
        "actions": [
          "Review audit reports, testing results, product roadmaps, warranties, terms of service, end user license agreements, contracts, and other documentation related to third-party entities to assist in value assessment and risk management activities.",
          "Review third-party software release schedules and software change management plans (hotfixes, patches, updates, forward- and backward- compatibility guarantees) for irregularities that may contribute to AI system risks.",
          "Inventory third-party material (hardware, open-source software, foundation models, open source data, proprietary software, proprietary data, etc.) required for system implementation and maintenance.",
          "Review redundancies related to third-party technology and personnel to assess potential risks due to lack of adequate support."
        ],
        "evidence_questions": [
          "Did you establish a process for third parties (e.g. suppliers, end users, subjects, distributors/vendors or workers) to report potential vulnerabilities, risks or biases in the AI system?",
          "If your organization obtained datasets from a third party, did your organization assess and manage the risks of using such datasets?",
          "How will the results be independently verified?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-4-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-4-2",
      "external_id": "MAP 4.2",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 4.2",
      "summary": "Internal risk controls for components of the AI system including third-party AI technologies are identified and documented.",
      "description": "In the course of their work, AI actors often utilize open-source, or otherwise freely available, third-party technologies – some of which may have privacy, bias, and security risks. Organizations may consider internal risk controls for these technology sources and build up practices for evaluating third-party material prior to deployment.",
      "sort_order": 0,
      "url": "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
      "metadata": {
        "public_safe": true,
        "category": "MAP-4",
        "topics": [
          "Third-party",
          "Pre-trained models"
        ],
        "ai_actors": [
          "AI Deployment",
          "TEVV",
          "Operation and Monitoring",
          "Third-party entities"
        ],
        "actions": [
          "Track third-parties preventing or hampering risk-mapping as indications of increased risk.",
          "Supply resources such as model documentation templates and software safelists to assist in third-party technology inventory and approval activities.",
          "Review third-party material (including data and models) for risks related to bias, data privacy, and security vulnerabilities.",
          "Apply traditional technology risk controls – such as procurement, security, and data privacy controls – to all acquired third-party technologies."
        ],
        "evidence_questions": [
          "Can the AI system be audited by independent third parties?",
          "To what extent do these policies foster public trust and confidence in the use of the AI system?",
          "Are mechanisms established to facilitate the AI system’s auditability (e.g. traceability of the development process, the sourcing of training data and the logging of the AI system’s processes, outcomes, positive and negative impact)?",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Model AI Governance Framework Assessment 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGModelAIGovFramework2.pdf)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI - 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)."
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-5-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-5-1",
      "external_id": "MAP 5.1",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 5.1",
      "summary": "Likelihood and magnitude of each identified impact (both potentially beneficial and harmful) based on expected use, past uses of AI systems in similar contexts, public incident reports, feedback from those external to the team that developed or deployed the AI system, or other data are identified and documented.",
      "description": "AI actors can evaluate, document and triage the likelihood of AI system impacts identified in Map 5.1 Likelihood estimates may then be assessed and judged for go/no-go decisions about deploying an AI system. If an organization decides to proceed with deploying the system, the likelihood and magnitude estimates can be used to assign TEVV resources appropriate for the risk level.",
      "sort_order": 0,
      "url": "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en",
      "metadata": {
        "public_safe": true,
        "category": "MAP-5",
        "topics": [
          "Participation",
          "Impact Assessment"
        ],
        "ai_actors": [
          "AI Design",
          "AI Development",
          "AI Deployment",
          "AI Impact Assessment",
          "Operation and Monitoring",
          "Affected Individuals and Communities",
          "End-Users"
        ],
        "actions": [
          "Establish assessment scales for measuring AI systems’ impact. Scales may be qualitative, such as red-amber-green (RAG), or may entail simulations or econometric approaches. Document and apply scales uniformly across the organization’s AI portfolio.",
          "Apply TEVV regularly at key stages in the AI lifecycle, connected to system impacts and frequency of system updates.",
          "Identify and document  likelihood and magnitude of system benefits and negative impacts in relation to trustworthiness characteristics.",
          "Establish processes for red teaming to identify and connect system limitations to AI lifecycle stage(s) and potential downstream impacts"
        ],
        "evidence_questions": [
          "Which population(s) does the AI system impact?",
          "What assessments has the entity conducted on trustworthiness characteristics for example data security and privacy impacts associated with the AI system?",
          "Can the AI system be tested by independent third parties?",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI - 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:map-5-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "map-5-2",
      "external_id": "MAP 5.2",
      "parent_id": "nist-ai-rmf:map",
      "node_type": "subcategory",
      "title": "MAP 5.2",
      "summary": "Practices and personnel for supporting regular engagement with relevant AI actors and integrating feedback about positive, negative, and unanticipated impacts are in place and documented.",
      "description": "AI systems are socio-technical in nature and can have positive, neutral, or negative implications that extend beyond their stated purpose. Negative impacts can be wide- ranging and affect individuals, groups, communities, organizations, and society, as well as the environment and national security.\n\nOrganizations can create a baseline for system monitoring to increase opportunities for detecting emergent risks. After an AI system is deployed, engaging different stakeholder groups – who may be aware of, or experience, benefits or negative impacts that are unknown to AI actors involved in the design, development and deployment activities – allows organizations to understand and monitor system benefits and potential negative impacts more readily.",
      "sort_order": 0,
      "url": "https://doi.org/10.1016/j.procs.2022.01.248",
      "metadata": {
        "public_safe": true,
        "category": "MAP-5",
        "topics": [
          "Participation",
          "Impact Assessment"
        ],
        "ai_actors": [
          "AI Design",
          "Human Factors",
          "AI Deployment",
          "AI Impact Assessment",
          "Operation and Monitoring",
          "Domain Experts",
          "Affected Individuals and Communities",
          "End-Users"
        ],
        "actions": [
          "Establish and document stakeholder engagement processes at the earliest stages of system formulation to identify potential impacts from the AI system on individuals, groups, communities, organizations, and society.",
          "Employ methods such as value sensitive design (VSD) to identify misalignments between organizational and societal values, and system implementation and impact.",
          "Identify approaches to engage, capture, and incorporate input from system end users and other key stakeholders to assist with continuous monitoring for potential impacts and emergent risks.",
          "Incorporate quantitative, qualitative, and mixed methods in the assessment and documentation of potential impacts to individuals, groups, communities, organizations, and society.",
          "Identify a team (internal or external) that is independent of AI design and development functions to assess AI system benefits, positive and negative impacts and their likelihood and magnitude.",
          "Evaluate and document stakeholder feedback to assess potential impacts for actionable insights regarding trustworthiness characteristics and changes in design approaches and principles.",
          "Develop TEVV procedures that incorporate socio-technical elements and methods and plan to normalize across organizational culture. Regularly review and refine TEVV processes."
        ],
        "evidence_questions": [
          "If the AI system relates to people, does it unfairly advantage or disadvantage a particular social group? In what ways? How was this managed?",
          "If the AI system relates to other ethically protected groups, have appropriate obligations been met? (e.g., medical data might include information collected from animals)",
          "If the AI system relates to people, could this dataset expose people to harm or legal action? (e.g., financial social or otherwise) What was done to mitigate or reduce the potential for harm?",
          "Datasheets for Datasets. [URL](http://arxiv.org/abs/1803.09010)",
          "GAO-21-519SP: AI Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "AI policies and initiatives, in Artificial Intelligence in Society, OECD, 2019. [URL](https://www.oecd.org/publications/artificial-intelligence-in-society-eedfee77-en.htm)",
          "Intel.gov: AI Ethics Framework for Intelligence Community  - 2020. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Assessment List for Trustworthy AI (ALTAI) - The High-Level Expert Group on AI - 2019. [LINK](https://altai.insight-centre.org/), [URL](https://digital-strategy.ec.europa.eu/en/library/assessment-list-trustworthy-artificial-intelligence-altai-self-assessment)"
        ],
        "scorecard_dimensions": [
          "ai_language",
          "security_trust",
          "consistency"
        ],
        "type": "Map"
      }
    },
    {
      "id": "nist-ai-rmf:measure-1-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-1-1",
      "external_id": "MEASURE 1.1",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 1.1",
      "summary": "Approaches and metrics for measurement of AI risks enumerated during the Map function are selected for implementation starting with the most significant AI risks. The risks or trustworthiness characteristics that will not – or cannot – be measured are properly documented.",
      "description": "The development and utility of trustworthy AI systems depends on reliable measurements and evaluations of underlying technologies and their use. Compared with traditional software systems, AI technologies bring new failure modes, inherent dependence on training data and methods which directly tie to data quality and representativeness. Additionally, AI systems are inherently socio-technical in nature, meaning they are influenced by societal dynamics and human behavior. AI risks – and benefits – can emerge from the interplay of technical aspects combined with societal factors related to how a system is used, its interactions with other AI systems, who operates it, and the social context in which it is deployed. In other words, What should be measured depends on the purpose, audience, and needs of the evaluations. \n \nThese two factors influence selection of approaches and metrics for measurement of AI risks enumerated during the Map function. The AI landscape is evolving and so are the methods and metrics for AI measurement. The evolution of metrics is key to maintaining efficacy of the measures.",
      "sort_order": 0,
      "url": "https://doi.org/10.1109/istas48451.2019.8937942",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-1",
        "topics": [
          "Trustworthy Characteristics",
          "Risk Assessment",
          "Risky Emergent Behavior",
          "TEVV",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "AI Development",
          "TEVV",
          "Domain Experts"
        ],
        "actions": [
          "Establish approaches for detecting, tracking and measuring known risks, errors, incidents or negative impacts.",
          "Identify testing procedures and metrics to demonstrate whether or not the system is fit for purpose and functioning as claimed.",
          "Identify testing procedures and metrics to demonstrate AI system trustworthiness",
          "Define acceptable limits for system performance (e.g. distribution of errors), and include course correction suggestions if/when the system performs beyond acceptable limits.",
          "Define metrics for, and regularly assess, AI actor competency for effective system operation,",
          "Identify transparency metrics to assess whether stakeholders have access to necessary information about system design, development, deployment, use, and evaluation.",
          "Utilize accountability metrics to determine whether AI designers, developers, and deployers maintain clear and transparent lines of responsibility and are open to inquiries.",
          "Document metric selection criteria and include considered but unused metrics.",
          "Monitor AI system external inputs including training data, models developed for other contexts, system components reused from other contexts, and third-party tools and resources.",
          "Report metrics to inform assessments of system generalizability and reliability.",
          "Assess and  document pre- vs post-deployment system performance. Include existing and emergent  risks.",
          "Document risks or trustworthiness characteristics identified in the Map function that will not be measured, including justification for non- measurement."
        ],
        "evidence_questions": [
          "How will the appropriate performance metrics, such as accuracy, of the AI be monitored after the AI is deployed?",
          "What corrective actions has the entity taken to enhance the quality, accuracy, reliability, and representativeness of the data?",
          "Are there recommended data splits or evaluation measures? (e.g., training, development, testing; accuracy/AUC)",
          "Did your organization address usability problems and test whether user interfaces served their intended purposes?",
          "What testing, if any, has the entity conducted on the AI system to identify errors and limitations (i.e. manual vs automated, adversarial and stress testing)?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-1-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-1-2",
      "external_id": "MEASURE 1.2",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 1.2",
      "summary": "Appropriateness of AI metrics and effectiveness of existing controls is regularly assessed and updated including reports of errors and impacts on affected communities.",
      "description": "Different AI tasks, such as neural networks or natural language processing, benefit from different evaluation techniques. Use-case and particular settings in which the AI system is used also affects appropriateness of the evaluation techniques.  Changes in the operational settings, data drift, model drift are among factors that suggest regularly assessing and updating appropriateness of AI metrics and their effectiveness can enhance reliability of AI system measurements.",
      "sort_order": 0,
      "url": "https://www.acm.org/binaries/content/assets/public-policy/final-joint-ai-statement-update.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-1",
        "topics": [
          "Impact Assessment",
          "TEVV",
          "Context of Use"
        ],
        "ai_actors": [
          "TEVV",
          "AI Impact Assessment",
          "AI Development",
          "AI Deployment",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Assess external validity of all measurements (e.g., the degree to which measurements taken in one context can generalize to other contexts).",
          "Assess effectiveness of existing metrics and controls on a regular basis throughout the AI system lifecycle.",
          "Document reports of errors, incidents and negative impacts and assess sufficiency and efficacy of existing metrics for repairs, and upgrades",
          "Develop new metrics when existing metrics are insufficient or ineffective for implementing repairs and upgrades.",
          "Develop and utilize metrics to monitor, characterize and track external inputs, including any third-party tools.",
          "Determine frequency and scope for sharing metrics and related information with stakeholders and impacted communities.",
          "Utilize stakeholder feedback processes established in the Map function to capture, act upon and share feedback from end users and potentially impacted communities.",
          "Collect and report software quality metrics such as rates of bug occurrence and severity, time to response, and time to repair (See Manage 4.3)."
        ],
        "evidence_questions": [
          "What metrics has the entity developed to measure performance of the AI system?",
          "To what extent do the metrics provide accurate and useful measure of performance?",
          "What corrective actions has the entity taken to enhance the quality, accuracy, reliability, and representativeness of the data?",
          "How will the accuracy or appropriate performance metrics be assessed?",
          "What is the justification for the metrics selected?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-1-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-1-3",
      "external_id": "MEASURE 1.3",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 1.3",
      "summary": "Internal experts who did not serve as front-line developers for the system and/or independent assessors are involved in regular assessments and updates. Domain experts, users, AI actors external to the team that developed or deployed the AI system, and affected communities are consulted in support of assessments as necessary per organizational risk tolerance.",
      "description": "The current AI systems are brittle, the failure modes are not well described, and the systems are dependent on the context in which they were developed and do not transfer well outside of the training environment. A reliance on local evaluations will be necessary along with a continuous monitoring of these systems. Measurements that extend beyond classical measures (which average across test cases) or expand to focus on pockets of failures where there are potentially significant costs can improve the reliability of risk management activities. Feedback from affected communities about how AI systems are being used can make AI evaluation purposeful. Involving internal experts who did not serve as front-line developers for the system and/or independent assessors regular assessments of AI systems helps a fulsome characterization of AI systems’ performance and trustworthiness .",
      "sort_order": 0,
      "url": "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-1",
        "topics": [
          "Participation",
          "Impact Assessment",
          "Context of Use"
        ],
        "ai_actors": [
          "TEVV",
          "AI Impact Assessment",
          "AI Development",
          "AI Deployment",
          "Affected Individuals and Communities",
          "Domain Experts",
          "End-Users",
          "Operation and Monitoring"
        ],
        "actions": [
          "Evaluate TEVV processes regarding incentives to identify risks and impacts.",
          "Utilize separate testing teams established in the Govern function (2.1 and 4.1) to enable independent decisions and course-correction for AI systems. Track processes and measure and document change in performance.",
          "Plan and evaluate AI system prototypes with end user populations early and continuously in the AI lifecycle. Document test outcomes and course correct.",
          "Assess independence and stature of TEVV and oversight AI actors, to ensure they have the required levels of independence and resources to perform assurance, compliance, and feedback tasks effectively",
          "Evaluate interdisciplinary and demographically diverse internal team established in Map 1.2",
          "Evaluate effectiveness of external stakeholder feedback mechanisms, specifically related to processes for eliciting, evaluating and integrating input from diverse groups.",
          "Evaluate effectiveness of external stakeholder feedback mechanisms for enhancing AI actor visibility and decision making regarding AI system risks and trustworthy characteristics.",
          "Identify and utilize participatory approaches for assessing impacts that may arise from changes in system deployment (e.g.,  introducing new technology, decommissioning algorithms and models, adapting system, model or algorithm)"
        ],
        "evidence_questions": [
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "How easily accessible and current is the information available to external stakeholders?",
          "To what extent does the entity communicate its AI strategic goals and objectives to the community of stakeholders?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "To what extent is this information sufficient and appropriate to promote transparency? Do external stakeholders have access to information on the design, operation, and limitations of the AI system?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-1",
      "external_id": "MEASURE 2.1",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.1",
      "summary": "Test sets, metrics, and details about the tools used during test, evaluation, validation, and verification (TEVV) are documented.",
      "description": "Documenting measurement approaches, test sets, metrics, processes and materials used, and associated details builds foundation upon which to build a valid, reliable measurement process.  Documentation enables repeatability and consistency, and can enhance AI risk management decisions.",
      "sort_order": 0,
      "url": "https://doi.org/10.1162/tacl_a_00041",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Documentation",
          "Validity and Reliability"
        ],
        "ai_actors": [
          "TEVV"
        ],
        "actions": [
          "Leverage existing industry best practices for transparency and documentation of all possible aspects of measurements. Examples include: data sheet for data sets, model cards",
          "Regularly assess the effectiveness of tools used to document measurement approaches, test sets, metrics, processes and materials used",
          "Update the tools as needed"
        ],
        "evidence_questions": [
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "To what extent has the entity documented the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-2",
      "external_id": "MEASURE 2.2",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.2",
      "summary": "Evaluations involving human subjects meet applicable requirements (including human subject protection) and are representative of the relevant population.",
      "description": "Measurement and evaluation of AI systems often involves testing with human subjects or using data captured from human subjects. Protection of human subjects is required by law when carrying out federally funded research, and is a domain specific requirement for some disciplines. Standard human subjects protection procedures include protecting the welfare and interests of human subjects, designing  evaluations to minimize risks to subjects, and completion of mandatory training regarding legal requirements and expectations. \n \nEvaluations of AI system performance that utilize human subjects or human subject data should reflect the population within the context of use. AI system activities utilizing non-representative data may lead to inaccurate assessments or negative and harmful outcomes. It is often difficult – and sometimes impossible, to collect data or perform evaluation tasks that reflect the full operational purview of an AI system. Methods for collecting, annotating, or using these data can also contribute to the challenge. To counteract these challenges, organizations can connect human subjects data collection, and dataset practices, to AI system contexts and purposes and do so in close collaboration with AI Actors from the relevant domains.",
      "sort_order": 0,
      "url": "https://www.hhs.gov/ohrp/regulations-and-policy/belmont-report/read-the-belmont-report/index.html",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "Data",
          "Human Subjects Protection"
        ],
        "ai_actors": [
          "TEVV",
          "Human Factors",
          "AI Development"
        ],
        "actions": [
          "Follow human subjects research requirements as established by organizational and disciplinary requirements, including informed consent and compensation, during dataset collection activities.",
          "Analyze differences between intended and actual population of users or data subjects, including likelihood for errors, incidents or negative impacts.",
          "Utilize disaggregated evaluation methods (e.g. by race, age, gender, ethnicity, ability, region) to improve AI system performance when deployed in real world settings.",
          "Establish thresholds and alert procedures for dataset representativeness within the context of use.",
          "Construct datasets in close collaboration with experts with knowledge of the context of use.",
          "Follow intellectual property and privacy rights related to datasets and their use, including for the subjects represented in the data.",
          "Evaluate data representativeness through",
          "investigating known failure modes,",
          "assessing data quality and diverse sourcing,",
          "applying public benchmarks,",
          "traditional bias testing,",
          "chaos engineering,",
          "stakeholder feedback",
          "Use informed consent for individuals providing data used in system testing and evaluation."
        ],
        "evidence_questions": [
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "How has the entity identified and mitigated potential impacts of bias in the data, including inequitable or discriminatory outcomes?",
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "To what extent has the entity identified and mitigated potential bias—statistical, contextual, and historical—in the data?",
          "If it relates to people, were they told what the dataset would be used for and did they consent? What community norms exist for data collected from human communications? If consent was obtained, how? Were the people provided with any mechanism to revoke their consent in the future or for certain uses?",
          "If human subjects were used in the development or testing of the AI system, what protections were put in place to promote their safety and wellbeing?.",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-3",
      "external_id": "MEASURE 2.3",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.3",
      "summary": "AI system performance or assurance criteria are measured qualitatively or quantitatively and demonstrated for conditions similar to deployment setting(s). Measures are documented.",
      "description": "The current risk and impact environment suggests AI system performance estimates are insufficient and require a deeper understanding of deployment context of use. Computationally focused performance testing and evaluation schemes are restricted to test data sets and in silico techniques. These approaches do not directly evaluate risks and impacts in real world environments and can only predict what might create impact based on an approximation of expected AI use. To properly manage risks, more direct information is necessary to understand how and under what conditions deployed AI creates impacts, who is most likely to be impacted, and what that experience is like.",
      "sort_order": 0,
      "url": "https://hastie.su.domains/ElemStatLearn/",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Impact Assessment"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment"
        ],
        "actions": [
          "Conduct regular and sustained engagement with potentially impacted communities",
          "Maintain a demographically diverse and multidisciplinary and collaborative internal team",
          "Regularly test and evaluate systems in non-optimized conditions, and in collaboration with AI actors in user interaction and user experience (UI/UX) roles.",
          "Evaluate feedback from stakeholder engagement activities, in collaboration with human factors and socio-technical experts.",
          "Collaborate with socio-technical, human factors, and UI/UX experts to identify notable characteristics in context of use that can be translated into system testing scenarios.",
          "Measure AI systems prior to deployment in conditions similar to expected scenarios.",
          "Measure and document performance criteria such as validity (false positive rate, false negative rate, etc.) and efficiency (training times, prediction latency, etc.) related to ground truth within the deployment context of use.",
          "Measure assurance criteria such as AI actor competency and experience.",
          "Document differences between measurement setting and the deployment environment(s)."
        ],
        "evidence_questions": [
          "What experiments were initially run on this dataset? To what extent have experiments on the AI system been documented?",
          "To what extent does the system/entity consistently measure progress towards stated goals and objectives?",
          "How will the appropriate performance metrics, such as accuracy, of the AI be monitored after the AI is deployed? How much distributional shift or model drift from baseline performance is acceptable?",
          "As time passes and conditions change, is the training data still representative of the operational environment?",
          "What testing, if any, has the entity conducted on theAI system to identify errors and limitations (i.e.adversarial or stress testing)?",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-4",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-4",
      "external_id": "MEASURE 2.4",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.4",
      "summary": "The functionality and behavior of the AI system and its components – as identified in the MAP function – are monitored when in production.",
      "description": "AI systems may encounter new issues and risks while in production as the environment evolves over time. This effect, often referred to as “drift”, means AI systems no longer meet the assumptions and limitations of the original design. Regular monitoring allows AI Actors to monitor the functionality and behavior of the AI system and its components – as identified in the MAP function - and enhance the speed and efficacy of necessary system interventions.",
      "sort_order": 0,
      "url": "https://doi.org/10.1109/mitp.2022.3191318",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Monitoring",
          "Drift"
        ],
        "ai_actors": [
          "AI Deployment",
          "TEVV"
        ],
        "actions": [
          "Monitor and document how metrics and performance indicators observed in production differ from the same metrics collected during pre-deployment testing. When differences are observed, consider error propagation and feedback loop risks.",
          "Utilize hypothesis testing or human domain expertise to measure monitored distribution differences in new input or output data relative to test environments",
          "Monitor for anomalies using approaches such as control limits, confidence intervals, integrity constraints and ML algorithms. When anomalies are observed, consider error propagation and feedback loop risks.",
          "Verify alerts are in place for when distributions in new input data or generated predictions observed in production differ from pre-deployment test outcomes, or when anomalies are detected.",
          "Assess the accuracy and quality of generated outputs against new collected ground-truth information as it becomes available.",
          "Utilize human review to track processing of unexpected data and reliability of generated outputs; warn system users when outputs may be unreliable. Verify that human overseers responsible for these processes have clearly defined responsibilities and training for specified tasks.",
          "Collect uses cases from the operational environment for system testing and monitoring activities in accordance with organizational policies and regulatory or disciplinary requirements (e.g. informed consent, institutional review board approval, human research protections),"
        ],
        "evidence_questions": [
          "To what extent is the output of each component appropriate for the operational context?",
          "What justifications, if any, has the entity provided for the assumptions, boundaries, and limitations of the AI system?",
          "How will the appropriate performance metrics, such as accuracy, of the AI be monitored after the AI is deployed?",
          "As time passes and conditions change, is the training data still representative of the operational environment?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-5",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-5",
      "external_id": "MEASURE 2.5",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.5",
      "summary": "The AI system to be deployed is demonstrated to be valid and reliable. Limitations of the generalizability beyond the conditions under which the technology was developed are documented.",
      "description": "An AI system that is not validated or that fails validation may be inaccurate or unreliable or may generalize poorly to data and settings beyond its training, creating and increasing AI risks and reducing trustworthiness. AI Actors can improve system validity by creating processes for exploring and documenting system limitations. This includes broad consideration of purposes and uses for which the system was not designed. \n\nValidation risks include the use of proxies or other indicators that are often constructed by AI development teams to operationalize phenomena that are either not directly observable or measurable (e.g, fairness, hireability, honesty, propensity to commit a crime). Teams can mitigate these risks by demonstrating that the indicator is measuring the concept it claims to measure (also known as construct validity). Without this and other types of validation, various negative properties or impacts may go undetected, including the presence of confounding variables, potential spurious correlations, or error propagation and its potential impact on other interconnected systems.",
      "sort_order": 0,
      "url": "https://doi.org/10.1145/3442188.3445901",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Validity and Reliability",
          "Trustworthy Characteristics",
          "Data"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts"
        ],
        "actions": [
          "Define the operating conditions and socio-technical context under which the AI system will be validated.",
          "Define and document processes to establish the system’s operational conditions and limits.",
          "Establish or identify, and document approaches to measure forms of validity, including:",
          "construct validity (the test  is measuring the concept it claims to measure)",
          "internal validity (relationship being tested is not influenced by other factors or variables)",
          "external validity (results are generalizable beyond the training condition)",
          "the use of experimental design principles and statistical analyses and modeling.",
          "Assess and document system variance. Standard approaches include confidence intervals, standard deviation, standard error, bootstrapping, or cross-validation.",
          "Establish or identify, and document robustness measures.",
          "Establish or identify, and document reliability measures.",
          "Establish practices to specify and document the assumptions underlying measurement models to ensure proxies accurately reflect the concept being measured.",
          "Utilize standard software testing approaches (e.g. unit, integration, functional and chaos testing, computer-generated test cases, etc.)",
          "Utilize standard statistical methods to test bias, inferential associations, correlation, and covariance in adopted measurement models.",
          "Utilize standard statistical methods to test variance and reliability of system outcomes.",
          "Monitor operating conditions for system performance outside of defined limits.",
          "Identify TEVV approaches for exploring AI system limitations, including testing scenarios that differ from the operational environment. Consult experts with knowledge of specific context of use.",
          "Define post-alert actions. Possible actions may include:",
          "alerting other relevant AI actors before action,",
          "requesting subsequent human review of action,",
          "alerting downstream users and stakeholder that the system is operating outside it’s defined validity limits,",
          "tracking and mitigating possible error propagation",
          "action logging",
          "Log input data and relevant system configuration information whenever there is an attempt to use the system beyond its well-defined range of system validity.",
          "Modify the system over time to extend its range of system validity to new operating conditions."
        ],
        "evidence_questions": [
          "What testing, if any, has the entity conducted on theAI system to identify errors and limitations (i.e.adversarial or stress testing)?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "How has the entity identified and mitigated potential impacts of bias in the data, including inequitable or discriminatory outcomes?",
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "What goals and objectives does the entity expect to achieve by designing, developing, and/or deploying the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-6",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-6",
      "external_id": "MEASURE 2.6",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.6",
      "summary": "AI system is evaluated regularly for safety risks – as identified in the MAP function. The AI system to be deployed is demonstrated to be safe, its residual negative risk does not exceed the risk tolerance, and can fail safely, particularly if made to operate beyond its knowledge limits. Safety metrics implicate system reliability and robustness, real-time monitoring, and response times for AI system failures.",
      "description": "Many AI systems are being introduced into settings such as transportation, manufacturing or security, where failures may give rise to various physical or environmental harms. AI systems that may endanger human life, health, property or the environment are tested thoroughly prior to  deployment, and are regularly evaluated to confirm the system is safe during normal operations, and in settings beyond its proposed use and knowledge limits. \n\nMeasuring activities for safety often relate to exhaustive testing in development and deployment contexts, understanding the limits of a system’s reliable, robust, and safe behavior, and real-time monitoring of various aspects of system performance. These activities are typically conducted along with other risk mapping, management, and governance tasks such as avoiding past failed designs, establishing and rehearsing incident response plans that enable quick responses to system problems, the instantiation of redundant functionality to cover failures, and transparent and accountable governance. System safety incidents or failures are frequently reported to be related to organizational dynamics and culture. Independent auditors may bring important independent perspectives for reviewing evidence of AI system safety.",
      "sort_order": 0,
      "url": "https://incidentdatabase.ai/",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Safety",
          "Trustworthy Characteristics",
          "Context of Use"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment"
        ],
        "actions": [
          "Thoroughly measure system performance in development and deployment contexts, and under stress conditions.",
          "Employ test data assessments and simulations before proceeding to production testing. Track multiple performance quality and error metrics.",
          "Stress-test system performance under likely scenarios (e.g., concept drift, high load) and beyond known limitations, in consultation with domain experts.",
          "Test the system under conditions similar to those related to past known incidents or near-misses and measure system performance and safety characteristics",
          "Apply chaos engineering approaches to test systems in extreme conditions and gauge unexpected responses.",
          "Document the range of conditions under which the system has been tested and demonstrated to fail safely.",
          "Measure and monitor system performance in real-time  to enable rapid response when AI system incidents are detected.",
          "Collect pertinent safety statistics (e.g., out-of-range performance, incident response times, system down time, injuries, etc.) in anticipation of potential information sharing with impacted communities or as required by AI system oversight personnel.",
          "Align measurement to the goal of continuous improvement. Seek to increase the range of conditions under which the system is able to fail safely through system modifications in response to in-production testing and events.",
          "Document, practice and measure incident response plans for AI system incidents, including measuring response and down times.",
          "Compare documented safety testing and monitoring information with established risk tolerances on an on-going basis.",
          "Consult MANAGE for detailed information related to managing safety risks."
        ],
        "evidence_questions": [
          "What testing, if any, has the entity conducted on the AI system to identify errors and limitations (i.e.adversarial or stress testing)?",
          "To what extent has the entity documented the AI system’s development, testing methodology, metrics, and performance outcomes?",
          "Did you establish mechanisms that facilitate the AI system’s auditability (e.g. traceability of the development process, the sourcing of training data and the logging of the AI system’s processes, outcomes, positive and negative impact)?",
          "Did you ensure that the AI system can be audited by independent third parties?",
          "Did you establish a process for third parties (e.g. suppliers, end-users, subjects, distributors/vendors or workers) to report potential vulnerabilities, risks or biases in the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-7",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-7",
      "external_id": "MEASURE 2.7",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.7",
      "summary": "AI system security and resilience – as identified in the MAP function – are evaluated and documented.",
      "description": "AI systems, as well as the ecosystems in which they are deployed, may be said to be resilient if they can withstand unexpected adverse events or unexpected changes in their environment or use – or if they can maintain their functions and structure in the face of internal\nand external change and degrade safely and gracefully when this is necessary. Common security concerns relate to adversarial examples, data poisoning, and the exfiltration of models, training data, or other intellectual property through AI system endpoints. AI systems that can maintain confidentiality, integrity, and availability through protection mechanisms that prevent unauthorized access and use may be said to be secure. \n\nSecurity and resilience are related but distinct characteristics. While resilience is the ability\nto return to normal function after an unexpected adverse event, security includes resilience\nbut also encompasses protocols to avoid, protect against, respond to, or recover\nfrom attacks. Resilience relates to robustness and encompasses unexpected or adversarial use (or abuse or misuse) of the model or data.",
      "sort_order": 0,
      "url": "https://doi.org/10.6028/nist.cswp.04162018",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Secure and Resilient",
          "Trustworthy Characteristics",
          "Adversarial",
          "Risky Emergent Behavior"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment"
        ],
        "actions": [
          "Establish and track AI system security tests and metrics (e.g.,  red-teaming activities, frequency and rate of anomalous events, system down-time, incident response times, time-to-bypass, etc.).",
          "Use red-team exercises to actively test the system under adversarial or stress conditions, measure system response, assess failure modes or determine if system can return to normal function after an unexpected adverse event.",
          "Document red-team exercise results as part of continuous improvement efforts, including the range of security test conditions and results.",
          "Use red-teaming exercises to evaluate potential mismatches between claimed and actual system performance.",
          "Use countermeasures (e.g, authentication, throttling, differential privacy, robust ML approaches) to increase the range of security conditions under which the system is able to return to normal function.",
          "Modify system security procedures and countermeasures to increase robustness and resilience to attacks in response to testing and events experienced in production.",
          "Verify that information about errors and attack patterns is shared with incident databases, other organizations with similar systems, and system users and stakeholders (MANAGE-4.1).",
          "Develop and maintain information sharing practices with AI actors from other organizations to learn from common attacks.",
          "Verify that third party AI resources and personnel undergo security audits and screenings. Risk indicators may include failure of third parties to provide relevant security information.",
          "Utilize watermarking technologies as a deterrent to data and model extraction attacks."
        ],
        "evidence_questions": [
          "To what extent does the plan specifically address risks associated with acquisition, procurement of packaged software from vendors, cybersecurity controls, computational infrastructure, data, data science, deployment mechanics, and system failure?",
          "What assessments has the entity conducted on data security and privacy impacts associated with the AI system?",
          "What processes exist for data generation, acquisition/collection, security, maintenance, and dissemination?",
          "What testing, if any, has the entity conducted on the AI system to identify errors and limitations (i.e. adversarial or stress testing)?",
          "If a third party created the AI, how will you ensure a level of explainability or interpretability?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-8",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-8",
      "external_id": "MEASURE 2.8",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.8",
      "summary": "Risks associated with transparency and accountability – as identified in the MAP function – are examined and documented.",
      "description": "Transparency enables meaningful visibility into entire AI pipelines, workflows, processes or organizations and decreases information asymmetry between AI developers and operators and other AI Actors and impacted communities. Transparency is a central element of effective AI risk management that enables insight into how an AI system is working, and the ability to address risks if and when they emerge. The ability for system users, individuals, or impacted communities to seek redress for incorrect or problematic AI system outcomes is one control for transparency and accountability. Higher level recourse processes are typically enabled by lower level implementation efforts directed at explainability and interpretability functionality. See Measure 2.9.\n\nTransparency and accountability across organizations and processes is crucial to reducing AI risks. Accountable leadership – whether individuals or groups – and transparent roles, responsibilities, and lines of communication foster and incentivize quality assurance and risk management activities within organizations.\n\nLack of transparency complicates measurement of trustworthiness and whether AI systems or organizations are subject to effects of various individual and group biases and design blindspots and could lead to diminished user, organizational and community trust, and decreased overall system value. Enstating accountable and transparent organizational structures along with documenting system risks can enable system improvement and risk management efforts, allowing AI actors along the lifecycle to identify errors, suggest improvements, and figure out new ways to contextualize and generalize AI system features and outcomes.",
      "sort_order": 0,
      "url": "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Accountability and Transparency",
          "Trustworthy Characteristics"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment"
        ],
        "actions": [
          "Instrument the system for measurement and tracking, e.g., by maintaining histories, audit logs and other information that can be used by AI actors to review and evaluate possible sources of error, bias, or vulnerability.",
          "Calibrate controls for users in close collaboration with experts in user interaction and user experience (UI/UX), human computer interaction (HCI), and/or human-AI teaming.",
          "Test provided explanations for calibration with different audiences including operators, end users, decision makers and decision subjects (individuals for whom decisions are being made), and to enable recourse for consequential system decisions that affect end users or subjects.",
          "Measure and document human oversight of AI systems:",
          "Document the degree of oversight that is provided by specified AI actors regarding AI system output.",
          "Maintain statistics about downstream actions by end users and operators such as system overrides.",
          "Maintain statistics about and document reported errors or complaints, time to respond, and response types.",
          "Maintain and report statistics about adjudication activities.",
          "Track, document, and measure organizational accountability regarding AI systems via policy exceptions and escalations, and document “go” and “no/go” decisions made by accountable parties.",
          "Track and audit the effectiveness of organizational mechanisms related to AI risk management, including:",
          "Lines of communication between AI actors, executive leadership, users and impacted communities.",
          "Roles and responsibilities for AI actors and executive leadership.",
          "Organizational accountability roles, e.g., chief model risk officers, AI oversight committees, responsible or ethical AI directors, etc."
        ],
        "evidence_questions": [
          "To what extent has the entity clarified the roles, responsibilities, and delegated authorities to relevant stakeholders?",
          "What are the roles, responsibilities, and delegation of authorities of personnel involved in the design, development, deployment, assessment and monitoring of the AI system?",
          "Who is accountable for the ethical considerations during all stages of the AI lifecycle?",
          "Who will be responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "Are the responsibilities of the personnel involved in the various AI governance processes clearly defined?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-9",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-9",
      "external_id": "MEASURE 2.9",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.9",
      "summary": "The AI model is explained, validated, and documented, and  AI system output is interpreted within its context – as identified in the MAP function – and to inform responsible use and governance.",
      "description": "Explainability and interpretability assist those operating or overseeing an AI system, as well as users of an AI system, to gain deeper insights into the functionality and trustworthiness of the system, including its outputs.\n\nExplainable and interpretable AI systems offer information that help end users understand the purposes and potential impact of an AI system. Risk from lack of explainability may be managed by describing how AI systems function, with descriptions tailored to individual differences such as the user’s role, knowledge, and skill level. Explainable systems can be debugged and monitored more easily, and they lend themselves to more thorough documentation, audit, and governance.\n\nRisks to interpretability often can be addressed by communicating a description of why\nan AI system made a particular prediction or recommendation. \n\nTransparency, explainability, and interpretability are distinct characteristics that support\neach other. Transparency can answer the question of “what happened”. Explainability can answer the question of “how” a decision was made in the system. Interpretability can answer the question of “why” a decision was made by the system and its\nmeaning or context to the user.",
      "sort_order": 0,
      "url": "https://arxiv.org/abs/1806.10574",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Explainability and Interpretability",
          "Trustworthy Characteristics"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment",
          "End-Users"
        ],
        "actions": [
          "Verify systems are developed to produce explainable models, post-hoc explanations and audit logs.",
          "When possible or available, utilize approaches that are inherently explainable, such as traditional and penalized generalized linear models , decision trees, nearest-neighbor and prototype-based approaches, rule-based models, generalized additive models , explainable boosting machines  and neural additive models.",
          "Test explanation methods and resulting explanations prior to deployment to gain feedback from relevant AI actors, end users, and potentially impacted individuals or groups about whether explanations are accurate, clear, and understandable.",
          "Document AI model details including model type  (e.g., convolutional neural network, reinforcement learning, decision tree, random forest, etc.) data features, training algorithms, proposed uses, decision thresholds, training data, evaluation data, and ethical considerations.",
          "Establish, document, and report performance and error metrics across demographic groups and other segments relevant to the deployment context.",
          "Explain systems using a variety of methods, e.g., visualizations, model extraction, feature importance, and others. Since explanations may not accurately summarize complex systems, test explanations according to properties such as fidelity, consistency, robustness, and interpretability.",
          "Assess the characteristics of system explanations according to properties such as fidelity (local and global), ambiguity, interpretability, interactivity, consistency, and resilience to attack/manipulation.",
          "Test the quality of system explanations with end-users and other groups.",
          "Secure model development processes to avoid vulnerability to external manipulation such as gaming explanation processes.",
          "Test for changes in models over time, including for models that adjust in response to production data.",
          "Use transparency tools such as data statements and model cards to document explanatory and validation information."
        ],
        "evidence_questions": [
          "Given the purpose of the AI, what level of explainability or interpretability is required for how the AI made its determination?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "How has the entity documented the AI system’s data provenance, including sources, origins, transformations, augmentations, labels, dependencies, constraints, and metadata?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-10",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-10",
      "external_id": "MEASURE 2.10",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.10",
      "summary": "Privacy risk of the AI system – as identified in the MAP function – is examined and documented.",
      "description": "Privacy refers generally to the norms and practices that help to safeguard human autonomy, identity, and dignity. These norms and practices typically address freedom from intrusion, limiting observation, or individuals’ agency to consent to disclosure or control of facets of their identities (e.g., body, data, reputation). \n\nPrivacy values such as anonymity, confidentiality, and control generally should guide choices for AI system design, development, and deployment. Privacy-related risks may influence security, bias, and transparency and come with tradeoffs with these other characteristics. Like safety and security, specific technical features of an AI system may promote or reduce privacy. AI systems can also present new risks to privacy by allowing inference to identify individuals or previously private information about individuals.\n\nPrivacy-enhancing technologies (“PETs”) for AI, as well as data minimizing methods such as de-identification and aggregation for certain model outputs, can support design for privacy-enhanced AI systems. Under certain conditions such as data sparsity, privacy enhancing techniques can result in a loss in accuracy, impacting decisions about fairness and other values in certain domains.",
      "sort_order": 0,
      "url": "https://www.nist.gov/publications/nist-privacy-framework-tool-improving-privacy-through-enterprise-risk-management",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Privacy",
          "Trustworthy Characteristics"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment",
          "End-Users"
        ],
        "actions": [
          "Specify privacy-related values, frameworks, and attributes that are applicable in the context of use through direct engagement with end users and potentially impacted groups and communities.",
          "Document collection, use, management, and disclosure of personally sensitive information in datasets, in accordance with privacy and data governance policies",
          "Quantify privacy-level data aspects such as the ability to identify individuals or groups (e.g. k-anonymity metrics, l-diversity, t-closeness).",
          "Establish and document protocols (authorization, duration, type) and access controls for training sets or production data containing personally sensitive information, in accordance with privacy and data governance policies.",
          "Monitor internal queries to production data for detecting patterns that isolate personal records.",
          "Monitor PSI disclosures and inference of sensitive or legally protected attributes",
          "Assess the risk of manipulation from overly customized content. Evaluate information presented to representative users at various points along axes of difference between individuals (e.g. individuals of different ages, genders, races, political affiliation, etc.).",
          "Use privacy-enhancing techniques such as differential privacy,  when publicly sharing dataset information.",
          "Collaborate with privacy experts, AI end users and operators, and other domain experts to determine optimal differential privacy metrics within contexts of use."
        ],
        "evidence_questions": [
          "Did your organization implement accountability-based practices in data management and protection (e.g. the PDPA and OECD Privacy Principles)?",
          "What assessments has the entity conducted on data security and privacy impacts associated with the AI system?",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "Does the dataset contain information that might be considered sensitive or confidential? (e.g., personally identifying information)",
          "If it relates to people, could this dataset expose people to harm or legal action? (e.g., financial, social or otherwise) What was done to mitigate or reduce the potential for harm?",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. ([URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-11",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-11",
      "external_id": "MEASURE 2.11",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.11",
      "summary": "Fairness and bias – as identified in the MAP function – are evaluated and results are documented.",
      "description": "Fairness in AI includes concerns for equality and equity by addressing issues such as harmful bias and discrimination. Standards of fairness can be complex and difficult to define because perceptions of fairness differ among cultures and may shift depending on application. Organizations’ risk management efforts will be enhanced by recognizing and considering these differences. Systems in which harmful biases are mitigated are not necessarily fair. For example, systems in which predictions are somewhat balanced across demographic groups may still be inaccessible to individuals with disabilities or affected by the digital divide or may exacerbate existing disparities or systemic biases.\n\nBias is broader than demographic balance and data representativeness. NIST has identified three major categories of AI bias to be considered and managed: systemic, computational and statistical, and human-cognitive. Each of these can occur in the absence of prejudice, partiality, or discriminatory intent. \n\n- Systemic bias can be present in AI datasets, the organizational norms, practices, and processes across the AI lifecycle, and the broader society that uses AI systems.\n- Computational and statistical biases can be present in AI datasets and algorithmic processes, and often stem from systematic errors due to non-representative samples.\n- Human-cognitive biases relate to how an individual or group perceives AI system information to make a decision or fill in missing information, or how humans think about purposes and functions of an AI system. Human-cognitive biases are omnipresent in decision-making processes across the AI lifecycle and system use, including the design, implementation, operation, and maintenance of AI.\n\nBias exists in many forms and can become ingrained in the automated systems that help make decisions about our lives. While bias is not always a negative phenomenon, AI systems can potentially increase the speed and scale of biases and perpetuate and amplify harms to individuals, groups, communities, organizations, and society.",
      "sort_order": 0,
      "url": "https://doi.org/10.1007/s44206-022-00017-z",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Fairness and Bias",
          "Trustworthy Characteristics"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment",
          "End-Users",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Conduct fairness assessments to manage computational and statistical forms of bias which include the following steps:",
          "Identify types of harms, including allocational, representational, quality of service, stereotyping, or erasure",
          "Identify across, within, and intersecting groups that might be harmed",
          "Quantify harms using both a general fairness metric, if appropriate (e.g. demographic parity, equalized odds, equal opportunity, statistical hypothesis tests), and custom, context-specific metrics developed in collaboration with affected communities",
          "Analyze quantified harms for contextually significant differences across groups, within groups, and among intersecting groups",
          "Refine identification of within-group and intersectional group disparities.",
          "Evaluate underlying data distributions and employ sensitivity analysis during the analysis of quantified harms.",
          "Evaluate quality  metrics including false positive rates and false negative rates.",
          "Consider biases affecting small groups, within-group or intersectional communities, or single individuals.",
          "Understand and consider sources of bias in training and TEVV data:",
          "Differences in distributions of outcomes across and within groups, including intersecting groups.",
          "Completeness, representativeness and balance of data sources.",
          "Identify input data features that may serve as proxies for demographic group membership (i.e., credit score, ZIP code) or otherwise give rise to emergent bias within AI systems.",
          "Forms of systemic bias in images, text (or word embeddings), audio or other complex or unstructured data.",
          "Leverage impact assessments to identify and classify system impacts and harms to end users, other individuals, and groups with input from potentially impacted communities.",
          "Identify the classes of individuals, groups, or environmental ecosystems which might be impacted through direct engagement with potentially impacted communities.",
          "Evaluate systems in regards to disability inclusion, including consideration of disability status in bias testing, and discriminatory screen out processes that may arise from non-inclusive design or deployment decisions.",
          "Develop objective functions in consideration of systemic biases, in-group/out-group dynamics.",
          "Use context-specific fairness metrics to examine how system performance varies across  groups, within groups, and/or for intersecting groups. Metrics may include statistical parity, error-rate equality, statistical parity difference, equal opportunity difference, average absolute odds difference, standardized mean difference, percentage point differences.",
          "Customize fairness metrics to specific context of use to examine how system performance and potential harms vary within contextual norms.",
          "Define acceptable levels of difference in performance in accordance with established organizational governance policies, business requirements, regulatory compliance, legal frameworks, and ethical standards within the context of use",
          "Define the actions to be taken if disparity levels rise above acceptable levels.",
          "Identify groups within the expected population that may require disaggregated analysis, in collaboration with impacted communities.",
          "Leverage experts with knowledge in the specific context of use to investigate substantial measurement differences and identify root causes for those differences.",
          "Monitor system outputs for performance or bias issues that exceed established tolerance levels.",
          "Ensure periodic model updates; test and recalibrate with updated and more representative data to stay within acceptable levels of difference.",
          "Apply pre-processing data transformations to address factors related to demographic balance and data representativeness.",
          "Apply in-processing to balance model performance quality with bias considerations.",
          "Apply post-processing mathematical/computational techniques to model results in close collaboration with impact assessors, socio-technical experts, and other AI actors with expertise in the context of use.",
          "Apply model selection approaches with transparent and deliberate consideration of bias management and other trustworthy characteristics.",
          "Collect and share information about differences in outcomes for the identified groups.",
          "Consider mediations to mitigate differences, especially those that can be traced to past patterns of unfair or biased human decision making.",
          "Utilize human-centered design practices to generate deeper focus on societal impacts and counter human-cognitive biases within the AI lifecycle.",
          "Evaluate practices along the lifecycle to identify potential sources of human-cognitive bias such as availability, observational, and confirmation bias, and to make implicit decision making processes more explicit and open to investigation.",
          "Work with human factors experts to evaluate biases in the presentation of system output to end users, operators and practitioners.",
          "Utilize processes to enhance contextual awareness, such as diverse internal staff and stakeholder engagement."
        ],
        "evidence_questions": [
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "If it relates to people, does it unfairly advantage or disadvantage a particular social group? In what ways? How was this mitigated?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "How has the entity identified and mitigated potential impacts of bias in the data, including inequitable or discriminatory outcomes?",
          "To what extent has the entity identified and mitigated potential bias—statistical, contextual, and historical—in the data?",
          "Were adversarial machine learning approaches considered or used for measuring bias (e.g.: prompt engineering, adversarial models)",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework- WEF - Companion to the Model AI Governance Framework, 2020. [URL](https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Resource-for-Organisation/AI/SGIsago.pdf)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-12",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-12",
      "external_id": "MEASURE 2.12",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.12",
      "summary": "Environmental impact and sustainability of AI model training and management activities – as identified in the MAP function – are assessed and documented.",
      "description": "Large-scale, high-performance computational resources used by AI systems for training and operation can contribute to environmental impacts.  Direct negative impacts to the environment from these processes are related to energy consumption, water consumption, and greenhouse gas (GHG) emissions. The OECD has identified metrics for each type of negative direct impact. \n\nIndirect negative impacts to the environment reflect the complexity of interactions between human behavior, socio-economic systems, and the environment and can include induced consumption and “rebound effects”, where efficiency gains are offset by accelerated resource consumption. \n\nOther AI related environmental impacts can arise from the production of computational equipment and networks (e.g. mining and extraction of raw materials), transporting hardware, and electronic waste recycling or disposal.",
      "sort_order": 0,
      "url": "https://doi.org/10.1787/7babf571-en",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Environmental Impact"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "Operation and Monitoring",
          "AI Impact Assessment",
          "AI Deployment"
        ],
        "actions": [
          "Include environmental impact indicators in AI system design and development plans, including reducing consumption and improving efficiencies.",
          "Identify and implement key indicators of AI system energy and water consumption and efficiency, and/or GHG emissions.",
          "Establish measurable baselines for sustainable AI system operation in accordance with organizational policies, regulatory compliance, legal frameworks, and environmental protection and sustainability norms.",
          "Assess tradeoffs between AI system performance and sustainable operations in accordance with organizational principles and policies, regulatory compliance, legal frameworks, and environmental protection and sustainability norms.",
          "Identify and establish acceptable resource consumption and efficiency, and GHG emissions levels, along with actions to be taken if indicators rise above acceptable levels.",
          "Estimate AI system emissions levels throughout the AI lifecycle via carbon calculators or similar process."
        ],
        "evidence_questions": [
          "Are greenhouse gas emissions, and energy and water consumption and efficiency tracked within the organization?",
          "Are deployed AI systems evaluated for potential upstream and downstream environmental impacts (e.g., increased consumption, increased emissions, etc.)?",
          "Could deployed AI systems cause environmental incidents, e.g., air or water pollution incidents, toxic spills, fires or explosions?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "Datasheets for Datasets. [URL](https://arxiv.org/abs/1803.09010)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-2-13",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-2-13",
      "external_id": "MEASURE 2.13",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 2.13",
      "summary": "Effectiveness of the employed TEVV metrics and processes in the MEASURE function are evaluated and documented.",
      "description": "The development of metrics is a process often considered to be objective but, as a human and organization driven endeavor, can reflect implicit and systemic biases, and may inadvertently reflect factors unrelated to the target function. Measurement approaches can be oversimplified, gamed, lack critical nuance, become used and relied upon in unexpected ways, fail to account for differences in affected groups and contexts.\n\nRevisiting the metrics chosen in Measure 2.1 through 2.12 in a process of continual improvement can help AI actors to evaluate and document metric effectiveness and make necessary course corrections.",
      "sort_order": 0,
      "url": "https://www.cs.princeton.edu/~arvindn/talks/baldwin-discrimination/baldwin-discrimination-transcript.pdf",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-2",
        "topics": [
          "TEVV",
          "Effectiveness"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Review selected system metrics and associated TEVV processes to determine if they are able to sustain system improvements, including the identification and removal of errors.",
          "Regularly evaluate system metrics for utility, and consider descriptive approaches in place of overly complex methods.",
          "Review selected system metrics for acceptability within the end user and impacted community of interest.",
          "Assess effectiveness of metrics for identifying and measuring risks."
        ],
        "evidence_questions": [
          "To what extent does the system/entity consistently measure progress towards stated goals and objectives?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "What corrective actions has the entity taken to enhance the quality, accuracy, reliability, and representativeness of the data?",
          "To what extent are the model outputs consistent with the entity’s values and principles to foster public trust and equity?",
          "How will the accuracy or appropriate performance metrics be assessed?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-3-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-3-1",
      "external_id": "MEASURE 3.1",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 3.1",
      "summary": "Approaches, personnel, and documentation are in place to regularly identify and track existing, unanticipated, and emergent AI risks based on factors such as intended and actual performance in deployed contexts.",
      "description": "For trustworthy AI systems, regular system monitoring is carried out in accordance with organizational governance policies, AI actor roles and responsibilities, and within a culture of continual improvement. If and when emergent or complex risks arise, it may be necessary to adapt internal risk management procedures, such as regular monitoring, to stay on course. Documentation, resources, and training are part of an overall strategy to support AI actors as they investigate and respond to AI system errors, incidents or negative impacts.",
      "sort_order": 0,
      "url": "https://www.iso.org/standard/77520.html",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-3",
        "topics": [
          "TEVV",
          "Monitoring",
          "Continual Improvement"
        ],
        "ai_actors": [
          "TEVV",
          "AI Impact Assessment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Compare AI system risks with:",
          "simpler or traditional models",
          "human baseline performance",
          "other manual performance benchmarks",
          "Compare end user and community feedback about deployed AI systems to internal measures of system performance.",
          "Assess effectiveness of metrics for identifying and measuring emergent risks.",
          "Measure error response times and track response quality.",
          "Elicit and track feedback from AI actors in user support roles about the type of metrics, explanations and other system information required for fulsome resolution of system issues. Consider:",
          "Instances where explanations are insufficient for investigating possible error sources or identifying responses.",
          "System metrics, including system logs and explanations, for identifying and diagnosing sources of system error.",
          "Elicit and track feedback from AI actors in incident response and support roles about the adequacy of staffing and resources to perform their duties in an effective and timely manner."
        ],
        "evidence_questions": [
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "What metrics has the entity developed to measure performance of the AI system, including error logging?",
          "To what extent do the metrics provide accurate and useful measure of performance?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-3-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-3-2",
      "external_id": "MEASURE 3.2",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 3.2",
      "summary": "Risk tracking approaches are considered for settings where AI risks are difficult to assess using currently available measurement techniques or where metrics are not yet available.",
      "description": "Risks identified in the Map function may be complex, emerge over time, or difficult to measure. Systematic methods for risk tracking, including novel measurement approaches, can be established as part of regular monitoring and improvement processes.",
      "sort_order": 0,
      "url": "https://www.iso.org/standard/77520.html",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-3",
        "topics": [
          "Monitoring",
          "Continual Improvement"
        ],
        "ai_actors": [
          "TEVV",
          "Domain Experts",
          "AI Impact Assessment",
          "Operation and Monitoring"
        ],
        "actions": [
          "Establish processes for tracking emergent risks that may not be measurable with current approaches. Some processes may include:",
          "Recourse mechanisms for faulty AI system outputs.",
          "Bug bounties.",
          "Human-centered design approaches.",
          "User-interaction and experience research.",
          "Participatory stakeholder engagement with affected or potentially impacted individuals and communities.",
          "Identify AI actors responsible for tracking emergent risks and inventory methods.",
          "Determine and document the rate of occurrence and severity level for complex or difficult-to-measure risks when:",
          "Prioritizing new measurement approaches for deployment tasks.",
          "Allocating AI system risk management resources.",
          "Evaluating AI system improvements.",
          "Making go/no-go decisions for subsequent system iterations."
        ],
        "evidence_questions": [
          "Who is ultimately responsible for the decisions of the AI and is this person aware of the intended uses and limitations of the analytic?",
          "Who will be responsible for maintaining, re-verifying, monitoring, and updating this AI once deployed?",
          "To what extent does the entity communicate its AI strategic goals and objectives to the community of stakeholders?",
          "Given the purpose of this AI, what is an appropriate interval for checking whether it is still accurate, unbiased, explainable, etc.? What are the checks for this model?",
          "If anyone believes that the AI no longer meets this ethical framework, who will be responsible for receiving the concern and as appropriate investigating and remediating the issue? Do they have authority to modify, limit, or stop the use of the AI?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-3-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-3-3",
      "external_id": "MEASURE 3.3",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 3.3",
      "summary": "Feedback processes for end users and impacted communities to report problems and appeal system outcomes are established and integrated into AI system evaluation metrics.",
      "description": "Assessing impact is a two-way effort. Many AI system outcomes and impacts may not be visible or recognizable to AI actors across the development and deployment dimensions of the AI lifecycle, and may require direct feedback about system outcomes from the perspective of end users and impacted groups.\n\nFeedback can be collected indirectly, via systems that are mechanized to collect errors and other feedback from end users and operators\n\nMetrics and insights developed in this sub-category feed into Manage 4.1 and 4.2.",
      "sort_order": 0,
      "url": "https://direct.mit.edu/books/book/4605/Design-JusticeCommunity-Led-Practices-to-Build-the",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-3",
        "topics": [
          "Participation",
          "Contestability",
          "TEVV",
          "Impact Assessment"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Measure efficacy of end user and operator error reporting processes.",
          "Categorize and analyze type and rate of end user appeal requests and results.",
          "Measure feedback activity participation rates and awareness of feedback activity availability.",
          "Utilize feedback to analyze measurement approaches and determine subsequent courses of action.",
          "Evaluate measurement approaches to determine efficacy for enhancing organizational understanding of real world impacts.",
          "Analyze end user and community feedback in close collaboration with domain experts."
        ],
        "evidence_questions": [
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "Did your organization address usability problems and test whether user interfaces served their intended purposes?",
          "How easily accessible and current is the information available to external stakeholders?",
          "What type of information is accessible on the design, operations, and limitations of the AI system to external stakeholders, including end users, consumers, regulators, and individuals impacted by use of the AI system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "WEF Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-4-1",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-4-1",
      "external_id": "MEASURE 4.1",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 4.1",
      "summary": "Measurement approaches for identifying AI risks are connected to deployment context(s) and informed through consultation with domain experts and other end users. Approaches are documented.",
      "description": "AI Actors carrying out TEVV tasks may have difficulty evaluating impacts within the system context of use. AI system risks and impacts are often best described by end users and others who may be affected by output and subsequent decisions. AI Actors can elicit feedback from impacted individuals and communities via participatory engagement processes established in Govern 5.1 and 5.2, and carried out in Map 1.6, 5.1, and 5.2. \n\nActivities described in the Measure function enable AI actors to evaluate feedback from impacted individuals and communities. To increase awareness of insights, feedback can be evaluated in close collaboration with AI actors responsible for impact assessment, human-factors, and governance and oversight tasks, as well as with other socio-technical domain experts and researchers. To gain broader expertise for interpreting evaluation outcomes, organizations may consider collaborating with advocacy groups and civil society organizations. \n\nInsights based on this type of analysis can inform TEVV-based decisions about metrics and related courses of action.",
      "sort_order": 0,
      "url": "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-4",
        "topics": [
          "TEVV",
          "Participation",
          "Context of Use"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Support mechanisms for capturing feedback from system end users (including domain experts, operators, and practitioners). Successful approaches are:",
          "conducted in settings where end users are able to openly share their doubts and insights about AI system output, and in connection to their specific context of use (including setting and task-specific lines of inquiry)",
          "developed and implemented by human-factors and socio-technical domain experts and researchers",
          "designed to ensure control of interviewer and end user subjectivity and biases",
          "Identify and document approaches",
          "for evaluating and integrating elicited feedback from system end users",
          "in collaboration with human-factors and socio-technical domain experts,",
          "to actively inform a process of continual improvement.",
          "Evaluate feedback from end users alongside evaluated feedback from impacted communities (MEASURE 3.3).",
          "Utilize end user feedback to investigate how selected metrics and measurement approaches interact with organizational and operational contexts.",
          "Analyze and document system-internal measurement processes in comparison to collected end user feedback.",
          "Identify and implement approaches to measure effectiveness and satisfaction with end user elicitation techniques, and document results."
        ],
        "evidence_questions": [
          "Did your organization address usability problems and test whether user interfaces served their intended purposes?",
          "How will user and peer engagement be integrated into the model development process and periodic performance review once deployed?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "To what extent are the established procedures effective in mitigating bias, inequity, and other concerns resulting from the system?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)",
          "WEF Companion to the Model AI Governance Framework – Implementation and Self-Assessment Guide for Organizations [URL](https://www.pdpc.gov.sg/-/media/files/pdpc/pdf-files/resource-for-organisation/ai/sgisago.ashx)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-4-2",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-4-2",
      "external_id": "MEASURE 4.2",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 4.2",
      "summary": "Measurement results regarding AI system trustworthiness in deployment context(s) and across AI lifecycle are informed by input from domain experts and other relevant AI actors to validate whether the system is performing consistently as intended. Results are documented.",
      "description": "Feedback captured from relevant AI Actors can be evaluated in combination with output from Measure 2.5 to 2.11 to determine if the AI system is performing within pre-defined operational limits for validity and reliability, safety, security and resilience, privacy, bias and fairness, explainability and interpretability, and transparency and accountability. This feedback provides an additional layer of insight about AI system performance, including potential misuse or reuse outside of intended settings. \n\n\nInsights based on this type of analysis can inform TEVV-based decisions about metrics and related courses of action.",
      "sort_order": 0,
      "url": "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-4",
        "topics": [
          "TEVV",
          "Participation",
          "Trustworthy Characteristics",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment",
          "Domain Experts",
          "Operation and Monitoring",
          "End-Users"
        ],
        "actions": [
          "Integrate feedback from end users, operators, and affected individuals and communities from Map function as inputs to assess AI system trustworthiness characteristics. Ensure both positive and negative feedback is being assessed.",
          "Evaluate feedback in connection with AI system trustworthiness characteristics from Measure 2.5 to 2.11.",
          "Evaluate feedback regarding end user satisfaction with, and confidence in, AI system performance including whether output is considered valid and reliable, and explainable and interpretable.",
          "Identify mechanisms to confirm/support AI system output (e.g. recommendations), and end user perspectives about that output.",
          "Measure frequency of AI systems’ override decisions, evaluate and document results, and feed insights back into continual improvement processes.",
          "Consult AI actors in impact assessment, human factors and socio-technical tasks to assist with analysis and interpretation of results."
        ],
        "evidence_questions": [
          "To what extent does the system/entity consistently measure progress towards stated goals and objectives?",
          "What policies has the entity developed to ensure the use of the AI system is consistent with its stated values and principles?",
          "To what extent are the model outputs consistent with the entity’s values and principles to foster public trust and equity?",
          "Given the purpose of the AI, what level of explainability or interpretability is required for how the AI made its determination?",
          "To what extent can users or parties affected by the outputs of the AI system test the AI system and provide feedback?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "nist-ai-rmf:measure-4-3",
      "framework_id": "nist_ai_rmf",
      "node_key": "measure-4-3",
      "external_id": "MEASURE 4.3",
      "parent_id": "nist-ai-rmf:measure",
      "node_type": "subcategory",
      "title": "MEASURE 4.3",
      "summary": "Measurable performance improvements or declines based on consultations with relevant AI actors including affected communities, and field data about context-relevant risks and trustworthiness characteristics, are identified and documented.",
      "description": "TEVV activities conducted throughout the AI system lifecycle can provide baseline quantitative measures for trustworthy characteristics. When combined with results from Measure 2.5 to 2.11 and Measure 4.1 and 4.2, TEVV actors can maintain a comprehensive view of system performance. These measures can be augmented through participatory engagement with potentially impacted communities or other forms of stakeholder elicitation about AI systems’ impacts. These sources of information can allow AI actors to explore potential adjustments to system components, adapt operating conditions, or institute performance improvements.",
      "sort_order": 0,
      "url": "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
      "metadata": {
        "public_safe": true,
        "category": "MEASURE-4",
        "topics": [
          "TEVV",
          "Participation",
          "Trustworthy Characteristics",
          "Validity and Reliability",
          "Safety",
          "Secure and Resilient",
          "Accountability and Transparency",
          "Explainability and Interpretability",
          "Privacy",
          "Fairness and Bias"
        ],
        "ai_actors": [
          "TEVV",
          "AI Deployment",
          "Operation and Monitoring",
          "End-Users",
          "Affected Individuals and Communities"
        ],
        "actions": [
          "Develop baseline quantitative measures for trustworthy characteristics.",
          "Delimit and characterize baseline operation values and states.",
          "Utilize qualitative approaches to augment and complement quantitative baseline measures, in close coordination with impact assessment, human factors and socio-technical AI actors.",
          "Monitor and assess measurements as part of continual improvement to identify potential system adjustments or modifications",
          "Perform and document sensitivity analysis to characterize actual and expected variance in performance after applying system or procedural updates.",
          "Document decisions related to the sensitivity analysis and record expected influence on  system performance and identified risks."
        ],
        "evidence_questions": [
          "To what extent are the model outputs consistent with the entity’s values and principles to foster public trust and equity?",
          "How were sensitive variables (e.g., demographic and socioeconomic categories) that may be subject to regulatory compliance specifically selected or not selected for modeling purposes?",
          "Did your organization implement a risk management system to address risks involved in deploying the identified AI solution (e.g. personnel risk or changes to commercial objectives)?",
          "How will the accountable human(s) address changes in accuracy and precision due to either an adversary’s attempts to disrupt the AI or unrelated changes in the operational/business environment?",
          "How will user and peer engagement be integrated into the model development process and periodic performance review once deployed?",
          "GAO-21-519SP - Artificial Intelligence: An Accountability Framework for Federal Agencies & Other Entities. [URL](https://www.gao.gov/products/gao-21-519sp)",
          "Artificial Intelligence Ethics Framework For The Intelligence Community. [URL](https://www.intelligence.gov/artificial-intelligence-ethics-framework-for-the-intelligence-community)"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "type": "Measure"
      }
    },
    {
      "id": "iso-42001-aims:policy-governance",
      "framework_id": "iso_42001_aims",
      "node_key": "policy-governance",
      "external_id": "policy-governance",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Policy and leadership",
      "summary": "Policy, commitment, and leadership language that shows the AIMS is actually owned.",
      "description": "5 Leadership · Policy, commitment, and leadership language that shows the AIMS is actually owned.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "5 Leadership",
        "readiness_themes": [
          "AI policy",
          "executive sponsorship",
          "decision rights",
          "governance charter"
        ],
        "nist_functions": [
          "Govern"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "consistency"
        ],
        "mapped_domains": [
          "governance-policy-risk-acceptance"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:roles-accountability",
      "framework_id": "iso_42001_aims",
      "node_key": "roles-accountability",
      "external_id": "roles-accountability",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Roles and accountability",
      "summary": "Owners, approvers, and escalation paths are visible and documented.",
      "description": "5 Leadership · Owners, approvers, and escalation paths are visible and documented.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "5 Leadership",
        "readiness_themes": [
          "ownership",
          "RACI",
          "approvals",
          "accountability"
        ],
        "nist_functions": [
          "Govern"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "consistency"
        ],
        "mapped_domains": [
          "governance-policy-risk-acceptance"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:ai-inventory",
      "framework_id": "iso_42001_aims",
      "node_key": "ai-inventory",
      "external_id": "ai-inventory",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "AI inventory and scope",
      "summary": "The organization can identify which AI systems, models, and vendor dependencies are in scope.",
      "description": "4 Context · The organization can identify which AI systems, models, and vendor dependencies are in scope.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "4 Context",
        "readiness_themes": [
          "inventory",
          "system boundary",
          "deployment scope",
          "model catalog"
        ],
        "nist_functions": [
          "Map"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "legal_clarity"
        ],
        "mapped_domains": [
          "ai-inventory-system-boundaries"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:risk-management",
      "framework_id": "iso_42001_aims",
      "node_key": "risk-management",
      "external_id": "risk-management",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Risk management",
      "summary": "Risk identification, treatment, acceptance, and review have a repeatable operating pattern.",
      "description": "6 Planning · Risk identification, treatment, acceptance, and review have a repeatable operating pattern.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "6 Planning",
        "readiness_themes": [
          "risk register",
          "risk treatment",
          "review cadence",
          "risk appetite"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Measure"
        ],
        "scorecard_dimensions": [
          "legal_clarity",
          "security_trust"
        ],
        "mapped_domains": [
          "ai-product-threat-modeling",
          "governance-policy-risk-acceptance"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:impact-assessment",
      "framework_id": "iso_42001_aims",
      "node_key": "impact-assessment",
      "external_id": "impact-assessment",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Impact assessment",
      "summary": "Assessments are used before launch and after material changes.",
      "description": "6 Planning · Assessments are used before launch and after material changes.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "6 Planning",
        "readiness_themes": [
          "impact assessment",
          "launch review",
          "material change review",
          "pre-deployment evidence"
        ],
        "nist_functions": [
          "Govern",
          "Map",
          "Measure"
        ],
        "scorecard_dimensions": [
          "legal_clarity",
          "security_trust"
        ],
        "mapped_domains": [
          "ai-product-threat-modeling",
          "governance-policy-risk-acceptance"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:supplier-management",
      "framework_id": "iso_42001_aims",
      "node_key": "supplier-management",
      "external_id": "supplier-management",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Supplier and provider management",
      "summary": "Vendor, model-provider, and subprocessor controls are visible and reviewed.",
      "description": "7 Support · Vendor, model-provider, and subprocessor controls are visible and reviewed.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "7 Support",
        "readiness_themes": [
          "supplier due diligence",
          "provider disclosures",
          "subprocessor review",
          "provenance"
        ],
        "nist_functions": [
          "Govern",
          "Manage"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "security_trust"
        ],
        "mapped_domains": [
          "secure-sdlc-developer-enablement",
          "model-dataset-ai-supply-chain-security",
          "customer-trust-evidence-sales-enablement"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:monitoring",
      "framework_id": "iso_42001_aims",
      "node_key": "monitoring",
      "external_id": "monitoring",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Monitoring and measurement",
      "summary": "Evidence shows the system is monitored with a repeatable cadence.",
      "description": "9 Performance Evaluation · Evidence shows the system is monitored with a repeatable cadence.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "9 Performance Evaluation",
        "readiness_themes": [
          "telemetry",
          "measurement",
          "review cadence",
          "KPIs"
        ],
        "nist_functions": [
          "Measure"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "consistency"
        ],
        "mapped_domains": [
          "evaluation-testing-red-teaming",
          "logging-telemetry-forensics",
          "customer-trust-evidence-sales-enablement"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:incident-handling",
      "framework_id": "iso_42001_aims",
      "node_key": "incident-handling",
      "external_id": "incident-handling",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Incident handling",
      "summary": "The AIMS includes triage, containment, escalation, and post-incident learning.",
      "description": "8 Operation · The AIMS includes triage, containment, escalation, and post-incident learning.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "8 Operation",
        "readiness_themes": [
          "incident response",
          "containment",
          "escalation",
          "retro"
        ],
        "nist_functions": [
          "Manage"
        ],
        "scorecard_dimensions": [
          "security_trust",
          "remediation_opportunity"
        ],
        "mapped_domains": [
          "prompt-injection-context-manipulation",
          "agentic-permissions-tool-safety",
          "rag-data-access-authorization",
          "ai-incident-response-abuse-operations"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:documentation",
      "framework_id": "iso_42001_aims",
      "node_key": "documentation",
      "external_id": "documentation",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Documentation",
      "summary": "Documented information exists for policy, operating model, evidence, and change records.",
      "description": "7 Support · Documented information exists for policy, operating model, evidence, and change records.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "7 Support",
        "readiness_themes": [
          "documented information",
          "evidence pack",
          "change record",
          "procedures"
        ],
        "nist_functions": [
          "Govern"
        ],
        "scorecard_dimensions": [
          "public_surface",
          "security_trust"
        ],
        "mapped_domains": [
          "secure-sdlc-developer-enablement",
          "model-dataset-ai-supply-chain-security",
          "customer-trust-evidence-sales-enablement"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "iso-42001-aims:continual-improvement",
      "framework_id": "iso_42001_aims",
      "node_key": "continual-improvement",
      "external_id": "continual-improvement",
      "parent_id": "iso_42001_aims",
      "node_type": "control",
      "title": "Continual improvement",
      "summary": "Findings translate into an ongoing backlog and operating improvements.",
      "description": "10 Improvement · Findings translate into an ongoing backlog and operating improvements.",
      "sort_order": 0,
      "url": "https://www.iso.org/artificial-intelligence.html",
      "metadata": {
        "public_safe": true,
        "clause": "10 Improvement",
        "readiness_themes": [
          "corrective action",
          "improvement backlog",
          "evidence refresh",
          "management review"
        ],
        "nist_functions": [
          "Manage"
        ],
        "scorecard_dimensions": [
          "remediation_opportunity",
          "consistency"
        ],
        "mapped_domains": [
          "ai-incident-response-abuse-operations",
          "logging-telemetry-forensics",
          "evaluation-testing-red-teaming"
        ],
        "references": [
          {
            "label": "ISO topic page",
            "href": "https://www.iso.org/artificial-intelligence.html"
          },
          {
            "label": "ISO committee page",
            "href": "https://www.iso.org/committee/6794475.html"
          }
        ]
      }
    },
    {
      "id": "mitre-atlas:aml-t0010",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0010",
      "external_id": "AML.T0010",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "AI Supply Chain Compromise",
      "summary": "AI Supply Chain Compromise",
      "description": "AI Supply Chain Compromise",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0018",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0018",
      "external_id": "AML.T0018",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "Backdoor ML Model",
      "summary": "Backdoor ML Model",
      "description": "Backdoor ML Model",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0020",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0020",
      "external_id": "AML.T0020",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "Poison Training Data",
      "summary": "Poison Training Data",
      "description": "Poison Training Data",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0024",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0024",
      "external_id": "AML.T0024",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "Exfiltration via ML Inference API",
      "summary": "Exfiltration via ML Inference API",
      "description": "Exfiltration via ML Inference API",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0043",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0043",
      "external_id": "AML.T0043",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "Discover ML Model Ontology",
      "summary": "Discover ML Model Ontology",
      "description": "Discover ML Model Ontology",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0046",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0046",
      "external_id": "AML.T0046",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "ML Supply Chain Compromise",
      "summary": "ML Supply Chain Compromise",
      "description": "ML Supply Chain Compromise",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0048",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0048",
      "external_id": "AML.T0048",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "ML Model Inference API Access",
      "summary": "ML Model Inference API Access",
      "description": "ML Model Inference API Access",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0049",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0049",
      "external_id": "AML.T0049",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "Exploit Public-Facing ML Service",
      "summary": "Exploit Public-Facing ML Service",
      "description": "Exploit Public-Facing ML Service",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0051",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0051",
      "external_id": "AML.T0051",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "LLM Prompt Injection",
      "summary": "LLM Prompt Injection",
      "description": "LLM Prompt Injection",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0054",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0054",
      "external_id": "AML.T0054",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "LLM Jailbreak",
      "summary": "LLM Jailbreak",
      "description": "LLM Jailbreak",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mitre-atlas:aml-t0056",
      "framework_id": "mitre_atlas",
      "node_key": "aml-t0056",
      "external_id": "AML.T0056",
      "parent_id": "mitre_atlas",
      "node_type": "technique",
      "title": "LLM Plugin Compromise",
      "summary": "LLM Plugin Compromise",
      "description": "LLM Plugin Compromise",
      "sort_order": 0,
      "url": "https://atlas.mitre.org/",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:public-surface",
      "framework_id": "ai_trust_governance",
      "node_key": "public_surface",
      "external_id": "public_surface",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "public surface",
      "summary": "public surface",
      "description": "public surface",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:ai-language",
      "framework_id": "ai_trust_governance",
      "node_key": "ai_language",
      "external_id": "ai_language",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "ai language",
      "summary": "ai language",
      "description": "ai language",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:legal-clarity",
      "framework_id": "ai_trust_governance",
      "node_key": "legal_clarity",
      "external_id": "legal_clarity",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "legal clarity",
      "summary": "legal clarity",
      "description": "legal clarity",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:security-trust",
      "framework_id": "ai_trust_governance",
      "node_key": "security_trust",
      "external_id": "security_trust",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "security trust",
      "summary": "security trust",
      "description": "security trust",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:consistency",
      "framework_id": "ai_trust_governance",
      "node_key": "consistency",
      "external_id": "consistency",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "consistency",
      "summary": "consistency",
      "description": "consistency",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "ai-trust-governance:remediation-opportunity",
      "framework_id": "ai_trust_governance",
      "node_key": "remediation_opportunity",
      "external_id": "remediation_opportunity",
      "parent_id": "ai_trust_governance",
      "node_type": "scorecard_dimension",
      "title": "remediation opportunity",
      "summary": "remediation opportunity",
      "description": "remediation opportunity",
      "sort_order": 0,
      "url": "/scorecard",
      "metadata": {
        "public_safe": true
      }
    }
  ],
  "edges": [
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm01:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Prompt Injection belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm02:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm02",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Sensitive Information Disclosure belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm03:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Supply Chain belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm04:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm04",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Data and Model Poisoning belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm05:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm05",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Improper Output Handling belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm06:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm06",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Excessive Agency belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm07:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm07",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "System Prompt Leakage belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm08:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm08",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Vector and Embedding Weaknesses belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm09:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm09",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Misinformation belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10:owasp-llm-top10-llm10:parent-of",
      "source_node_id": "owasp_llm_top10",
      "target_node_id": "owasp-llm-top10:llm10",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Unbounded Consumption belongs to owasp_llm_top10.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf:nist-ai-rmf-govern:parent-of",
      "source_node_id": "nist_ai_rmf",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Govern belongs to nist_ai_rmf.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf:nist-ai-rmf-map:parent-of",
      "source_node_id": "nist_ai_rmf",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Map belongs to nist_ai_rmf.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf:nist-ai-rmf-measure:parent-of",
      "source_node_id": "nist_ai_rmf",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Measure belongs to nist_ai_rmf.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf:nist-ai-rmf-manage:parent-of",
      "source_node_id": "nist_ai_rmf",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Manage belongs to nist_ai_rmf.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-3:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.3 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-4:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.4 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-5:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-5",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.5 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-6:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-6",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.6 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-1-7:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-1-7",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 1.7 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-2-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-2-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 2.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-2-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-2-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 2.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-2-3:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-2-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 2.3 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-3-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-3-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 3.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-3-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-3-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 3.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-4-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-4-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 4.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-4-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-4-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 4.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-4-3:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-4-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 4.3 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-5-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-5-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 5.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-5-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-5-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 5.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-6-1:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-6-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 6.1 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:nist-ai-rmf-govern-6-2:parent-of",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "nist-ai-rmf:govern-6-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "GOVERN 6.2 belongs to nist-ai-rmf:govern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-1-1:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-1-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 1.1 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-1-2:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-1-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 1.2 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-1-3:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-1-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 1.3 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-1-4:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-1-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 1.4 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-2-1:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-2-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 2.1 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-2-2:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-2-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 2.2 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-2-3:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-2-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 2.3 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-2-4:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-2-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 2.4 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-3-1:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-3-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 3.1 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-3-2:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-3-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 3.2 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-4-1:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-4-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 4.1 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-4-2:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-4-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 4.2 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:nist-ai-rmf-manage-4-3:parent-of",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "nist-ai-rmf:manage-4-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MANAGE 4.3 belongs to nist-ai-rmf:manage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-1:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.1 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-2:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.2 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-3:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.3 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-4:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.4 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-5:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-5",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.5 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-1-6:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-1-6",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 1.6 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-2-1:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-2-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 2.1 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-2-2:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-2-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 2.2 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-2-3:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-2-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 2.3 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-3-1:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-3-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 3.1 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-3-2:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-3-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 3.2 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-3-3:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-3-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 3.3 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-3-4:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-3-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 3.4 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-3-5:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-3-5",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 3.5 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-4-1:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-4-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 4.1 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-4-2:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-4-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 4.2 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-5-1:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-5-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 5.1 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:nist-ai-rmf-map-5-2:parent-of",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "nist-ai-rmf:map-5-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MAP 5.2 belongs to nist-ai-rmf:map.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-1-1:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-1-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 1.1 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-1-2:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-1-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 1.2 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-1-3:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-1-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 1.3 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-1:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.1 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-2:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.2 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-3:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.3 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-4:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-4",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.4 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-5:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-5",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.5 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-6:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-6",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.6 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-7:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-7",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.7 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-8:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-8",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.8 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-9:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-9",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.9 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-10:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-10",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.10 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-11:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-11",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.11 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-12:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-12",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.12 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-2-13:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-2-13",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 2.13 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-3-1:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-3-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 3.1 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-3-2:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-3-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 3.2 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-3-3:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-3-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 3.3 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-4-1:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-4-1",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 4.1 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-4-2:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-4-2",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 4.2 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:nist-ai-rmf-measure-4-3:parent-of",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "nist-ai-rmf:measure-4-3",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "MEASURE 4.3 belongs to nist-ai-rmf:measure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-policy-governance:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:policy-governance",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Policy and leadership belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-roles-accountability:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:roles-accountability",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Roles and accountability belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-ai-inventory:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:ai-inventory",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "AI inventory and scope belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-risk-management:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:risk-management",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Risk management belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-impact-assessment:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:impact-assessment",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Impact assessment belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-supplier-management:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:supplier-management",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Supplier and provider management belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-monitoring:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:monitoring",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Monitoring and measurement belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-incident-handling:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:incident-handling",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Incident handling belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-documentation:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:documentation",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Documentation belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims:iso-42001-aims-continual-improvement:parent-of",
      "source_node_id": "iso_42001_aims",
      "target_node_id": "iso-42001-aims:continual-improvement",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Continual improvement belongs to iso_42001_aims.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0010:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0010",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "AI Supply Chain Compromise belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0018:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0018",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Backdoor ML Model belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0020:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0020",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Poison Training Data belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0024:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0024",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Exfiltration via ML Inference API belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0043:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0043",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Discover ML Model Ontology belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0046:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0046",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "ML Supply Chain Compromise belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0048:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0048",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "ML Model Inference API Access belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0049:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0049",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "Exploit Public-Facing ML Service belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0051:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0051",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "LLM Prompt Injection belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0054:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0054",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "LLM Jailbreak belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas:mitre-atlas-aml-t0056:parent-of",
      "source_node_id": "mitre_atlas",
      "target_node_id": "mitre-atlas:aml-t0056",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "LLM Plugin Compromise belongs to mitre_atlas.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-public-surface:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "public surface belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-ai-language:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "ai language belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-legal-clarity:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "legal clarity belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-security-trust:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "security trust belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-consistency:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "consistency belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:ai-trust-governance:ai-trust-governance-remediation-opportunity:parent-of",
      "source_node_id": "ai_trust_governance",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "parent_of",
      "confidence": 1,
      "rationale": "remediation opportunity belongs to ai_trust_governance.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:owasp-llm-top10-llm01:inferred",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "inferred",
      "confidence": 0.88,
      "rationale": "Both address prompt injection against LLM applications, including untrusted instructions influencing model behavior.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0054:owasp-llm-top10-llm01:inferred",
      "source_node_id": "mitre-atlas:aml-t0054",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "inferred",
      "confidence": 0.82,
      "rationale": "Jailbreak behavior is a closely related prompt-injection and instruction-bypass pattern.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:owasp-llm-top10-llm07:heuristic",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "owasp-llm-top10:llm07",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Prompt injection can be used to elicit internal prompt details, but system prompt leakage is a narrower outcome.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0018:owasp-llm-top10-llm03:heuristic",
      "source_node_id": "mitre-atlas:aml-t0018",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "heuristic",
      "confidence": 0.74,
      "rationale": "Backdoored models are a supply-chain integrity risk for AI components.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:owasp-llm-top10-llm03:inferred",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "inferred",
      "confidence": 0.86,
      "rationale": "ML supply-chain compromise aligns strongly with OWASP supply-chain risk.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0020:owasp-llm-top10-llm04:inferred",
      "source_node_id": "mitre-atlas:aml-t0020",
      "target_node_id": "owasp-llm-top10:llm04",
      "edge_type": "inferred",
      "confidence": 0.9,
      "rationale": "Poisoning training data directly aligns with data and model poisoning.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0024:owasp-llm-top10-llm02:heuristic",
      "source_node_id": "mitre-atlas:aml-t0024",
      "target_node_id": "owasp-llm-top10:llm02",
      "edge_type": "heuristic",
      "confidence": 0.72,
      "rationale": "Inference API exfiltration can result in sensitive information disclosure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0049:owasp-llm-top10-llm05:heuristic",
      "source_node_id": "mitre-atlas:aml-t0049",
      "target_node_id": "owasp-llm-top10:llm05",
      "edge_type": "heuristic",
      "confidence": 0.58,
      "rationale": "Exploitation of public-facing ML services can involve unsafe application handling of model output or requests.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0056:owasp-llm-top10-llm06:inferred",
      "source_node_id": "mitre-atlas:aml-t0056",
      "target_node_id": "owasp-llm-top10:llm06",
      "edge_type": "inferred",
      "confidence": 0.84,
      "rationale": "Plugin compromise maps to excessive agency and unsafe tool execution in LLM applications.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0043:owasp-llm-top10-llm09:heuristic",
      "source_node_id": "mitre-atlas:aml-t0043",
      "target_node_id": "owasp-llm-top10:llm09",
      "edge_type": "heuristic",
      "confidence": 0.54,
      "rationale": "Model ontology discovery can support misinformation or misleading model behavior analysis, but the mapping is indirect.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0048:owasp-llm-top10-llm10:heuristic",
      "source_node_id": "mitre-atlas:aml-t0048",
      "target_node_id": "owasp-llm-top10:llm10",
      "edge_type": "heuristic",
      "confidence": 0.52,
      "rationale": "Inference API access can be abused for resource consumption, though unbounded consumption is broader.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:owasp-llm-top10-llm01:heuristic",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "heuristic",
      "confidence": 0.48,
      "rationale": "Governance sets policy and accountability for prompt-injection control coverage, but does not directly define the technical category.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm01:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Mapping context and intended use helps identify prompt-injection exposure paths.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm01:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "heuristic",
      "confidence": 0.68,
      "rationale": "Measurement and evaluation activities are needed to test prompt-injection resilience.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm01:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm01",
      "edge_type": "heuristic",
      "confidence": 0.55,
      "rationale": "Managing prompt-injection risk involves treatment, monitoring, and response actions.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm02:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm02",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Mapping data flows and context identifies sensitive information disclosure risk.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm02:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm02",
      "edge_type": "heuristic",
      "confidence": 0.64,
      "rationale": "Measurement can evaluate data leakage and privacy failure modes.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm02:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm02",
      "edge_type": "heuristic",
      "confidence": 0.68,
      "rationale": "Management covers mitigation and incident handling for sensitive information disclosure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern:owasp-llm-top10-llm03:heuristic",
      "source_node_id": "nist-ai-rmf:govern",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "heuristic",
      "confidence": 0.7,
      "rationale": "Governance establishes supplier and lifecycle accountability for AI supply-chain risk.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm03:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Mapping dependencies and third parties supports supply-chain visibility.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm03:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm03",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Supply-chain risk treatment and monitoring belongs in risk management.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm04:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm04",
      "edge_type": "heuristic",
      "confidence": 0.6,
      "rationale": "Mapping data provenance and training flows helps identify poisoning exposure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm04:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm04",
      "edge_type": "heuristic",
      "confidence": 0.72,
      "rationale": "Measurement and testing can detect poisoning and integrity failures.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm04:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm04",
      "edge_type": "heuristic",
      "confidence": 0.64,
      "rationale": "Risk treatment handles controls and remediation for poisoning risks.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm05:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm05",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Output handling controls require testing, validation, and evaluation.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm05:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm05",
      "edge_type": "heuristic",
      "confidence": 0.7,
      "rationale": "Managing application output risk includes treatment, monitoring, and release decisions.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm06:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm06",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Mapping autonomy, tools, and side effects identifies excessive-agency exposure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm06:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm06",
      "edge_type": "heuristic",
      "confidence": 0.76,
      "rationale": "Managing excessive agency requires constraints, approvals, and incident handling.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm08:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm08",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Vector and embedding weaknesses require evaluation of retrieval behavior and leakage.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map:owasp-llm-top10-llm08:heuristic",
      "source_node_id": "nist-ai-rmf:map",
      "target_node_id": "owasp-llm-top10:llm08",
      "edge_type": "heuristic",
      "confidence": 0.72,
      "rationale": "Mapping retrieval sources, embeddings, and authorization is core to vector-store risk identification.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure:owasp-llm-top10-llm09:heuristic",
      "source_node_id": "nist-ai-rmf:measure",
      "target_node_id": "owasp-llm-top10:llm09",
      "edge_type": "heuristic",
      "confidence": 0.7,
      "rationale": "Misinformation requires measurement of output reliability, source support, and drift.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage:owasp-llm-top10-llm10:heuristic",
      "source_node_id": "nist-ai-rmf:manage",
      "target_node_id": "owasp-llm-top10:llm10",
      "edge_type": "heuristic",
      "confidence": 0.68,
      "rationale": "Unbounded consumption requires risk treatment around quotas, monitoring, and abuse response.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:nist-ai-rmf-measure:heuristic",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "heuristic",
      "confidence": 0.68,
      "rationale": "Prompt-injection resilience is evaluated through measurement and testing activities.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:nist-ai-rmf-manage:heuristic",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Prompt-injection risk requires treatment, monitoring, incident response, and risk decisions.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0054:nist-ai-rmf-measure:heuristic",
      "source_node_id": "mitre-atlas:aml-t0054",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "heuristic",
      "confidence": 0.65,
      "rationale": "Jailbreak testing fits within measurement and evaluation activities.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0018:nist-ai-rmf-govern:heuristic",
      "source_node_id": "mitre-atlas:aml-t0018",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Backdoored model risk requires governance over suppliers and lifecycle accountability.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:nist-ai-rmf-govern:heuristic",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "heuristic",
      "confidence": 0.72,
      "rationale": "ML supply-chain compromise aligns with governance over third-party and lifecycle controls.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:nist-ai-rmf-map:heuristic",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "heuristic",
      "confidence": 0.66,
      "rationale": "Supply-chain mapping identifies dependencies, assets, and exposure.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0020:nist-ai-rmf-measure:heuristic",
      "source_node_id": "mitre-atlas:aml-t0020",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "heuristic",
      "confidence": 0.7,
      "rationale": "Poisoning detection and resilience require measurement and test evidence.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0024:nist-ai-rmf-manage:heuristic",
      "source_node_id": "mitre-atlas:aml-t0024",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "heuristic",
      "confidence": 0.62,
      "rationale": "Inference API exfiltration requires controls, monitoring, and incident response.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0049:nist-ai-rmf-map:heuristic",
      "source_node_id": "mitre-atlas:aml-t0049",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "heuristic",
      "confidence": 0.58,
      "rationale": "Public-facing ML service exposure should be mapped in system context.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0056:nist-ai-rmf-manage:heuristic",
      "source_node_id": "mitre-atlas:aml-t0056",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "heuristic",
      "confidence": 0.72,
      "rationale": "Plugin and tool compromise requires treatment around authority, approvals, and containment.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:mitre-atlas-aml-t0054:maps-to",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "mitre-atlas:aml-t0054",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Prompt Injection is a public-safe directional mapping to LLM Jailbreak.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:nist-ai-rmf-govern:maps-to",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Govern activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the ai language scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm01:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm01",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:mitre-atlas-aml-t0024:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "mitre-atlas:aml-t0024",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Sensitive Information Disclosure is a public-safe directional mapping to Exfiltration via ML Inference API.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:mitre-atlas-aml-t0043:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "mitre-atlas:aml-t0043",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Sensitive Information Disclosure is a public-safe directional mapping to Discover ML Model Ontology.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:nist-ai-rmf-govern:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Govern activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:ai-trust-governance-legal-clarity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the legal clarity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm02:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm02",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:mitre-atlas-aml-t0010:maps-to",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "mitre-atlas:aml-t0010",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Supply Chain is a public-safe directional mapping to AI Supply Chain Compromise.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:mitre-atlas-aml-t0046:maps-to",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "mitre-atlas:aml-t0046",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Supply Chain is a public-safe directional mapping to ML Supply Chain Compromise.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:nist-ai-rmf-govern:maps-to",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Govern activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the consistency scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm03:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm03",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:mitre-atlas-aml-t0020:maps-to",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "mitre-atlas:aml-t0020",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Data and Model Poisoning is a public-safe directional mapping to Poison Training Data.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:mitre-atlas-aml-t0018:maps-to",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "mitre-atlas:aml-t0018",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Data and Model Poisoning is a public-safe directional mapping to Backdoor ML Model.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the consistency scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm04:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm04",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:mitre-atlas-aml-t0049:maps-to",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "mitre-atlas:aml-t0049",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Improper Output Handling is a public-safe directional mapping to Exploit Public-Facing ML Service.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:mitre-atlas-aml-t0048:maps-to",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "mitre-atlas:aml-t0048",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Improper Output Handling is a public-safe directional mapping to ML Model Inference API Access.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Improper Output Handling is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Improper Output Handling is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the consistency scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm05:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm05",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:mitre-atlas-aml-t0056:maps-to",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "mitre-atlas:aml-t0056",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Excessive Agency is a public-safe directional mapping to LLM Plugin Compromise.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Excessive Agency is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Excessive Agency is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the ai language scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm06:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm06",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:nist-ai-rmf-govern:maps-to",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Govern activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the ai language scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm07:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm07",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:mitre-atlas-aml-t0043:maps-to",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "mitre-atlas:aml-t0043",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Vector and Embedding Weaknesses is a public-safe directional mapping to Discover ML Model Ontology.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:mitre-atlas-aml-t0024:maps-to",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "mitre-atlas:aml-t0024",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Vector and Embedding Weaknesses is a public-safe directional mapping to Exfiltration via ML Inference API.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Vector and Embedding Weaknesses is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm08:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm08",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Vector and Embedding Weaknesses is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:mitre-atlas-aml-t0043:maps-to",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "mitre-atlas:aml-t0043",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Misinformation is a public-safe directional mapping to Discover ML Model Ontology.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:nist-ai-rmf-map:maps-to",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Map activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:ai-trust-governance-public-surface:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the public surface scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the consistency scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm09:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm09",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm10:mitre-atlas-aml-t0048:maps-to",
      "source_node_id": "owasp-llm-top10:llm10",
      "target_node_id": "mitre-atlas:aml-t0048",
      "edge_type": "maps_to",
      "confidence": 0.75,
      "rationale": "Unbounded Consumption is a public-safe directional mapping to ML Model Inference API Access.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm10:nist-ai-rmf-manage:maps-to",
      "source_node_id": "owasp-llm-top10:llm10",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Unbounded Consumption is operationally governed through Manage activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm10:nist-ai-rmf-measure:maps-to",
      "source_node_id": "owasp-llm-top10:llm10",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "maps_to",
      "confidence": 0.72,
      "rationale": "Unbounded Consumption is operationally governed through Measure activities in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm10:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm10",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Unbounded Consumption is relevant evidence for the security trust scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:owasp-llm-top10-llm10:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "owasp-llm-top10:llm10",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.7,
      "rationale": "Unbounded Consumption is relevant evidence for the remediation opportunity scorecard dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-policy-governance:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:policy-governance",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Policy and leadership is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-policy-governance:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:policy-governance",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Policy and leadership is useful evidence for the public surface dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-policy-governance:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:policy-governance",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Policy and leadership is useful evidence for the consistency dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-roles-accountability:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:roles-accountability",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Roles and accountability is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-roles-accountability:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:roles-accountability",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Roles and accountability is useful evidence for the public surface dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-roles-accountability:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:roles-accountability",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Roles and accountability is useful evidence for the consistency dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-ai-inventory:nist-ai-rmf-map:aligns-with",
      "source_node_id": "iso-42001-aims:ai-inventory",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "AI inventory and scope is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-ai-inventory:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:ai-inventory",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "AI inventory and scope is useful evidence for the public surface dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-ai-inventory:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:ai-inventory",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "AI inventory and scope is useful evidence for the legal clarity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-risk-management:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:risk-management",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-risk-management:nist-ai-rmf-map:aligns-with",
      "source_node_id": "iso-42001-aims:risk-management",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-risk-management:nist-ai-rmf-measure:aligns-with",
      "source_node_id": "iso-42001-aims:risk-management",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-risk-management:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:risk-management",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Risk management is useful evidence for the legal clarity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-risk-management:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:risk-management",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Risk management is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-impact-assessment:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:impact-assessment",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-impact-assessment:nist-ai-rmf-map:aligns-with",
      "source_node_id": "iso-42001-aims:impact-assessment",
      "target_node_id": "nist-ai-rmf:map",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-impact-assessment:nist-ai-rmf-measure:aligns-with",
      "source_node_id": "iso-42001-aims:impact-assessment",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-impact-assessment:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:impact-assessment",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Impact assessment is useful evidence for the legal clarity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-impact-assessment:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:impact-assessment",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Impact assessment is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-supplier-management:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:supplier-management",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Supplier and provider management is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-supplier-management:nist-ai-rmf-manage:aligns-with",
      "source_node_id": "iso-42001-aims:supplier-management",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Supplier and provider management is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-supplier-management:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:supplier-management",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Supplier and provider management is useful evidence for the public surface dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-supplier-management:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:supplier-management",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Supplier and provider management is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-monitoring:nist-ai-rmf-measure:aligns-with",
      "source_node_id": "iso-42001-aims:monitoring",
      "target_node_id": "nist-ai-rmf:measure",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Monitoring and measurement is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-monitoring:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:monitoring",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Monitoring and measurement is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-monitoring:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:monitoring",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Monitoring and measurement is useful evidence for the consistency dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-incident-handling:nist-ai-rmf-manage:aligns-with",
      "source_node_id": "iso-42001-aims:incident-handling",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Incident handling is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-incident-handling:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:incident-handling",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Incident handling is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-incident-handling:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:incident-handling",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Incident handling is useful evidence for the remediation opportunity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-documentation:nist-ai-rmf-govern:aligns-with",
      "source_node_id": "iso-42001-aims:documentation",
      "target_node_id": "nist-ai-rmf:govern",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Documentation is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-documentation:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:documentation",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Documentation is useful evidence for the public surface dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-documentation:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:documentation",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Documentation is useful evidence for the security trust dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-continual-improvement:nist-ai-rmf-manage:aligns-with",
      "source_node_id": "iso-42001-aims:continual-improvement",
      "target_node_id": "nist-ai-rmf:manage",
      "edge_type": "aligns_with",
      "confidence": 0.68,
      "rationale": "Continual improvement is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-continual-improvement:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:continual-improvement",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Continual improvement is useful evidence for the remediation opportunity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:iso-42001-aims-continual-improvement:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "iso-42001-aims:continual-improvement",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.62,
      "rationale": "Continual improvement is useful evidence for the consistency dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-3:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-3",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-3:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-3",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-4:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-4",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-4:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-4",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-4:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-4",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-5:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-5",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-5:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-5",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-5:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-5",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-6:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-6",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-6:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-6",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-6:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-6",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-7:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-7",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-7:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-7",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-1-7:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-1-7",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-3:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-3",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-3:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-3",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-2-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-2-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-3-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-3-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-3:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-3",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-3:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-3",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-4-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-4-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-5-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-5-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-1:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-1",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-1:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-1",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-2:ai-trust-governance-public-surface:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-2",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-2:ai-trust-governance-legal-clarity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-2",
      "target_node_id": "ai-trust-governance:legal-clarity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-govern-6-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:govern-6-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-4:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-4",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-4:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-4",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-1-4:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-1-4",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-4:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-4",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-4:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-4",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-2-4:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-2-4",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-3-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-3-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-manage-4-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:manage-4-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-1:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-1",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-2:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-2",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-3:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-3",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-4:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-4",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-4:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-4",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-4:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-4",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-5:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-5",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-5:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-5",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-5:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-5",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-6:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-6",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-6:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-6",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-1-6:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-1-6",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-1:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-1",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-2:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-2",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-3:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-3",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-2-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-2-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-1:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-1",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-2:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-2",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-3:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-3",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-3:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-3",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-4:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-4",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-4:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-4",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-4:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-4",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-5:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-5",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-5:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-5",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-3-5:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-3-5",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-1:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-1",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-2:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-2",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-4-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-4-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-1:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-1",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-1:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-1",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-2:ai-trust-governance-ai-language:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-2",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-map-5-2:ai-trust-governance-consistency:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:map-5-2",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-1-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-1-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-4:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-4",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-4:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-4",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-5:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-5",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-5:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-5",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-6:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-6",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-6:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-6",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-7:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-7",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-7:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-7",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-8:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-8",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-8:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-8",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-9:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-9",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-9:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-9",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-10:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-10",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-10:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-10",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-11:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-11",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-11:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-11",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-12:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-12",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-12:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-12",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-13:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-13",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-2-13:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-2-13",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-3-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-3-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-1:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-1",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-1:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-1",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-2:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-2",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-2:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-2",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-3:ai-trust-governance-security-trust:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-3",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:nist-ai-rmf-measure-4-3:ai-trust-governance-remediation-opportunity:supports-maturity-dimension",
      "source_node_id": "nist-ai-rmf:measure-4-3",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "supports_maturity_dimension",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0010:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0010",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0010:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0010",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0010:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0010",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0018:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0018",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0018:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0018",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0018:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0018",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0020:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0020",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0020:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0020",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0020:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0020",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0024:ai-trust-governance-public-surface:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0024",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0024:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0024",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0024:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0024",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0043:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0043",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Discover ML Model Ontology provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0043:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0043",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Discover ML Model Ontology provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0046:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0046",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0048:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0048",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "ML Model Inference API Access provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0048:ai-trust-governance-consistency:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0048",
      "target_node_id": "ai-trust-governance:consistency",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "ML Model Inference API Access provides directional evidence for the consistency maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0049:ai-trust-governance-public-surface:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0049",
      "target_node_id": "ai-trust-governance:public-surface",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the public surface maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0049:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0049",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0049:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0049",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0051:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0051",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0054:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0054",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0054:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0054",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0054:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0054",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0056:ai-trust-governance-ai-language:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0056",
      "target_node_id": "ai-trust-governance:ai-language",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the ai language maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0056:ai-trust-governance-security-trust:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0056",
      "target_node_id": "ai-trust-governance:security-trust",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the security trust maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "edge:mitre-atlas-aml-t0056:ai-trust-governance-remediation-opportunity:informs-scorecard-signal",
      "source_node_id": "mitre-atlas:aml-t0056",
      "target_node_id": "ai-trust-governance:remediation-opportunity",
      "edge_type": "informs_scorecard_signal",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "metadata": {
        "public_safe": true
      }
    }
  ],
  "sources": [
    {
      "id": "source:mitre-atlas",
      "framework_id": "mitre_atlas",
      "source_type": "repo",
      "source_url": "https://atlas.mitre.org/",
      "source_repo": "https://github.com/mitre-atlas/atlas-data",
      "commit_sha": null,
      "fetched_at": null,
      "content_hash": null,
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "source:owasp-llm-top10",
      "framework_id": "owasp_llm_top10",
      "source_type": "repo",
      "source_url": "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
      "source_repo": "https://github.com/owasp/www-project-top-10-for-large-language-model-applications",
      "commit_sha": null,
      "fetched_at": null,
      "content_hash": null,
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "source:nist-ai-rmf",
      "framework_id": "nist_ai_rmf",
      "source_type": "official_site",
      "source_url": "https://www.nist.gov/itl/ai-risk-management-framework",
      "source_repo": null,
      "commit_sha": null,
      "fetched_at": null,
      "content_hash": null,
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "source:iso-42001-aims",
      "framework_id": "iso_42001_aims",
      "source_type": "official_site",
      "source_url": "https://www.iso.org/artificial-intelligence.html",
      "source_repo": null,
      "commit_sha": null,
      "fetched_at": null,
      "content_hash": null,
      "metadata": {
        "public_safe": true
      }
    }
  ],
  "crosswalks": [
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:owasp-llm-top10:llm01:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.88,
      "rationale": "Both address prompt injection against LLM applications, including untrusted instructions influencing model behavior.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0054:owasp-llm-top10:llm01:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0054",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.82,
      "rationale": "Jailbreak behavior is a closely related prompt-injection and instruction-bypass pattern.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:owasp-llm-top10:llm07:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm07",
      "confidence": 0.62,
      "rationale": "Prompt injection can be used to elicit internal prompt details, but system prompt leakage is a narrower outcome.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0018:owasp-llm-top10:llm03:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0018",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm03",
      "confidence": 0.74,
      "rationale": "Backdoored models are a supply-chain integrity risk for AI components.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:owasp-llm-top10:llm03:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm03",
      "confidence": 0.86,
      "rationale": "ML supply-chain compromise aligns strongly with OWASP supply-chain risk.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0020:owasp-llm-top10:llm04:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0020",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm04",
      "confidence": 0.9,
      "rationale": "Poisoning training data directly aligns with data and model poisoning.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0024:owasp-llm-top10:llm02:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0024",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm02",
      "confidence": 0.72,
      "rationale": "Inference API exfiltration can result in sensitive information disclosure.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0049:owasp-llm-top10:llm05:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0049",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm05",
      "confidence": 0.58,
      "rationale": "Exploitation of public-facing ML services can involve unsafe application handling of model output or requests.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0056:owasp-llm-top10:llm06:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0056",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm06",
      "confidence": 0.84,
      "rationale": "Plugin compromise maps to excessive agency and unsafe tool execution in LLM applications.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0043:owasp-llm-top10:llm09:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0043",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm09",
      "confidence": 0.54,
      "rationale": "Model ontology discovery can support misinformation or misleading model behavior analysis, but the mapping is indirect.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0048:owasp-llm-top10:llm10:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0048",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm10",
      "confidence": 0.52,
      "rationale": "Inference API access can be abused for resource consumption, though unbounded consumption is broader.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern:owasp-llm-top10:llm01:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.48,
      "rationale": "Governance sets policy and accountability for prompt-injection control coverage, but does not directly define the technical category.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm01:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.62,
      "rationale": "Mapping context and intended use helps identify prompt-injection exposure paths.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm01:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.68,
      "rationale": "Measurement and evaluation activities are needed to test prompt-injection resilience.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm01:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm01",
      "confidence": 0.55,
      "rationale": "Managing prompt-injection risk involves treatment, monitoring, and response actions.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm02:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm02",
      "confidence": 0.66,
      "rationale": "Mapping data flows and context identifies sensitive information disclosure risk.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm02:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm02",
      "confidence": 0.64,
      "rationale": "Measurement can evaluate data leakage and privacy failure modes.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm02:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm02",
      "confidence": 0.68,
      "rationale": "Management covers mitigation and incident handling for sensitive information disclosure.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern:owasp-llm-top10:llm03:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm03",
      "confidence": 0.7,
      "rationale": "Governance establishes supplier and lifecycle accountability for AI supply-chain risk.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm03:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm03",
      "confidence": 0.62,
      "rationale": "Mapping dependencies and third parties supports supply-chain visibility.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm03:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm03",
      "confidence": 0.66,
      "rationale": "Supply-chain risk treatment and monitoring belongs in risk management.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm04:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm04",
      "confidence": 0.6,
      "rationale": "Mapping data provenance and training flows helps identify poisoning exposure.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm04:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm04",
      "confidence": 0.72,
      "rationale": "Measurement and testing can detect poisoning and integrity failures.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm04:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm04",
      "confidence": 0.64,
      "rationale": "Risk treatment handles controls and remediation for poisoning risks.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm05:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm05",
      "confidence": 0.66,
      "rationale": "Output handling controls require testing, validation, and evaluation.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm05:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm05",
      "confidence": 0.7,
      "rationale": "Managing application output risk includes treatment, monitoring, and release decisions.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm06:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm06",
      "confidence": 0.66,
      "rationale": "Mapping autonomy, tools, and side effects identifies excessive-agency exposure.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm06:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm06",
      "confidence": 0.76,
      "rationale": "Managing excessive agency requires constraints, approvals, and incident handling.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm08:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm08",
      "confidence": 0.66,
      "rationale": "Vector and embedding weaknesses require evaluation of retrieval behavior and leakage.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map:owasp-llm-top10:llm08:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm08",
      "confidence": 0.72,
      "rationale": "Mapping retrieval sources, embeddings, and authorization is core to vector-store risk identification.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure:owasp-llm-top10:llm09:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm09",
      "confidence": 0.7,
      "rationale": "Misinformation requires measurement of output reliability, source support, and drift.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage:owasp-llm-top10:llm10:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage",
      "target_framework_key": "owasp_llm_top10",
      "target_node_key": "llm10",
      "confidence": 0.68,
      "rationale": "Unbounded consumption requires risk treatment around quotas, monitoring, and abuse response.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base",
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:nist-ai-rmf:measure:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.68,
      "rationale": "Prompt-injection resilience is evaluated through measurement and testing activities.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:nist-ai-rmf:manage:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.62,
      "rationale": "Prompt-injection risk requires treatment, monitoring, incident response, and risk decisions.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0054:nist-ai-rmf:measure:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0054",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.65,
      "rationale": "Jailbreak testing fits within measurement and evaluation activities.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0018:nist-ai-rmf:govern:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0018",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.62,
      "rationale": "Backdoored model risk requires governance over suppliers and lifecycle accountability.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:nist-ai-rmf:govern:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.72,
      "rationale": "ML supply-chain compromise aligns with governance over third-party and lifecycle controls.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:nist-ai-rmf:map:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.66,
      "rationale": "Supply-chain mapping identifies dependencies, assets, and exposure.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0020:nist-ai-rmf:measure:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0020",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.7,
      "rationale": "Poisoning detection and resilience require measurement and test evidence.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0024:nist-ai-rmf:manage:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0024",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.62,
      "rationale": "Inference API exfiltration requires controls, monitoring, and incident response.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0049:nist-ai-rmf:map:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0049",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.58,
      "rationale": "Public-facing ML service exposure should be mapped in system context.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0056:nist-ai-rmf:manage:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0056",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Plugin and tool compromise requires treatment around authority, approvals, and containment.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/",
          "https://www.nist.gov/itl/ai-risk-management-framework",
          "https://airc.nist.gov/AI_RMF_Knowledge_Base"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:mitre-atlas:aml-t0051-000:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0051-000",
      "confidence": 0.75,
      "rationale": "Prompt Injection is a public-safe directional mapping to AML.T0051.000.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:mitre-atlas:aml-t0051-001:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0051-001",
      "confidence": 0.75,
      "rationale": "Prompt Injection is a public-safe directional mapping to AML.T0051.001.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:mitre-atlas:aml-t0054:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0054",
      "confidence": 0.75,
      "rationale": "Prompt Injection is a public-safe directional mapping to LLM Jailbreak.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:nist-ai-rmf:govern:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Govern activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Prompt Injection is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:ai-trust-governance:ai-language:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the ai language scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm01:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm01",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Prompt Injection is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000",
          "https://atlas.mitre.org/techniques/AML.T0051.001"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:mitre-atlas:aml-t0024:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0024",
      "confidence": 0.75,
      "rationale": "Sensitive Information Disclosure is a public-safe directional mapping to Exfiltration via ML Inference API.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:mitre-atlas:aml-t0043:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0043",
      "confidence": 0.75,
      "rationale": "Sensitive Information Disclosure is a public-safe directional mapping to Discover ML Model Ontology.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:nist-ai-rmf:govern:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Govern activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Sensitive Information Disclosure is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:ai-trust-governance:legal-clarity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the legal clarity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm02:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm02",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Sensitive Information Disclosure is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0024"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:mitre-atlas:aml-t0010:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0010",
      "confidence": 0.75,
      "rationale": "Supply Chain is a public-safe directional mapping to AI Supply Chain Compromise.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:mitre-atlas:aml-t0046:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0046",
      "confidence": 0.75,
      "rationale": "Supply Chain is a public-safe directional mapping to ML Supply Chain Compromise.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:nist-ai-rmf:govern:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Govern activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Supply Chain is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:ai-trust-governance:consistency:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the consistency scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm03:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm03",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Supply Chain is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0010"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:mitre-atlas:aml-t0020:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0020",
      "confidence": 0.75,
      "rationale": "Data and Model Poisoning is a public-safe directional mapping to Poison Training Data.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:mitre-atlas:aml-t0018:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0018",
      "confidence": 0.75,
      "rationale": "Data and Model Poisoning is a public-safe directional mapping to Backdoor ML Model.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Data and Model Poisoning is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:ai-trust-governance:consistency:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the consistency scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm04:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm04",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Data and Model Poisoning is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0020"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:mitre-atlas:aml-t0049:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0049",
      "confidence": 0.75,
      "rationale": "Improper Output Handling is a public-safe directional mapping to Exploit Public-Facing ML Service.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:mitre-atlas:aml-t0048:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0048",
      "confidence": 0.75,
      "rationale": "Improper Output Handling is a public-safe directional mapping to ML Model Inference API Access.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Improper Output Handling is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Improper Output Handling is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:ai-trust-governance:consistency:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the consistency scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm05:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm05",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Improper Output Handling is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0049"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:mitre-atlas:aml-t0056:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0056",
      "confidence": 0.75,
      "rationale": "Excessive Agency is a public-safe directional mapping to LLM Plugin Compromise.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Excessive Agency is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Excessive Agency is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:ai-trust-governance:ai-language:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the ai language scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm06:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm06",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Excessive Agency is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0056"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:mitre-atlas:aml-t0051-000:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0051-000",
      "confidence": 0.75,
      "rationale": "System Prompt Leakage is a public-safe directional mapping to AML.T0051.000.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:mitre-atlas:aml-t0051-001:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0051-001",
      "confidence": 0.75,
      "rationale": "System Prompt Leakage is a public-safe directional mapping to AML.T0051.001.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:nist-ai-rmf:govern:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Govern activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "System Prompt Leakage is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:ai-trust-governance:ai-language:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the ai language scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm07:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm07",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "System Prompt Leakage is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0051.000"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:mitre-atlas:aml-t0043:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0043",
      "confidence": 0.75,
      "rationale": "Vector and Embedding Weaknesses is a public-safe directional mapping to Discover ML Model Ontology.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:mitre-atlas:aml-t0024:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0024",
      "confidence": 0.75,
      "rationale": "Vector and Embedding Weaknesses is a public-safe directional mapping to Exfiltration via ML Inference API.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Vector and Embedding Weaknesses is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Vector and Embedding Weaknesses is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm08:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm08",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Vector and Embedding Weaknesses is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
          "https://atlas.mitre.org/techniques/AML.T0043"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:mitre-atlas:aml-t0043:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0043",
      "confidence": 0.75,
      "rationale": "Misinformation is a public-safe directional mapping to Discover ML Model Ontology.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:nist-ai-rmf:map:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Map activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Misinformation is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:ai-trust-governance:public-surface:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the public surface scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:ai-trust-governance:consistency:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the consistency scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm09:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm09",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Misinformation is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm10:mitre-atlas:aml-t0048:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm10",
      "target_framework_key": "mitre_atlas",
      "target_node_key": "aml-t0048",
      "confidence": 0.75,
      "rationale": "Unbounded Consumption is a public-safe directional mapping to ML Model Inference API Access.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm10:nist-ai-rmf:manage:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm10",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.72,
      "rationale": "Unbounded Consumption is operationally governed through Manage activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm10:nist-ai-rmf:measure:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm10",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.72,
      "rationale": "Unbounded Consumption is operationally governed through Measure activities in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm10:ai-trust-governance:security-trust:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm10",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.7,
      "rationale": "Unbounded Consumption is relevant evidence for the security trust scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:owasp-llm-top10:llm10:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "owasp_llm_top10",
      "source_node_key": "llm10",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.7,
      "rationale": "Unbounded Consumption is relevant evidence for the remediation opportunity scorecard dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:policy-governance:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "policy-governance",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Policy and leadership is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:policy-governance:ai-trust-governance:public-surface:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "policy-governance",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Policy and leadership is useful evidence for the public surface dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:policy-governance:ai-trust-governance:consistency:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "policy-governance",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Policy and leadership is useful evidence for the consistency dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:roles-accountability:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "roles-accountability",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Roles and accountability is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:roles-accountability:ai-trust-governance:public-surface:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "roles-accountability",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Roles and accountability is useful evidence for the public surface dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:roles-accountability:ai-trust-governance:consistency:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "roles-accountability",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Roles and accountability is useful evidence for the consistency dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:ai-inventory:nist-ai-rmf:map:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "ai-inventory",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.68,
      "rationale": "AI inventory and scope is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:ai-inventory:ai-trust-governance:public-surface:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "ai-inventory",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "AI inventory and scope is useful evidence for the public surface dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:ai-inventory:ai-trust-governance:legal-clarity:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "ai-inventory",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.62,
      "rationale": "AI inventory and scope is useful evidence for the legal clarity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:risk-management:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "risk-management",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:risk-management:nist-ai-rmf:map:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "risk-management",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:risk-management:nist-ai-rmf:measure:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "risk-management",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.68,
      "rationale": "Risk management is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:risk-management:ai-trust-governance:legal-clarity:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "risk-management",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.62,
      "rationale": "Risk management is useful evidence for the legal clarity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:risk-management:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "risk-management",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Risk management is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:impact-assessment:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "impact-assessment",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:impact-assessment:nist-ai-rmf:map:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "impact-assessment",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "map",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Map in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:impact-assessment:nist-ai-rmf:measure:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "impact-assessment",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.68,
      "rationale": "Impact assessment is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:impact-assessment:ai-trust-governance:legal-clarity:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "impact-assessment",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.62,
      "rationale": "Impact assessment is useful evidence for the legal clarity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:impact-assessment:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "impact-assessment",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Impact assessment is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:supplier-management:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "supplier-management",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Supplier and provider management is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:supplier-management:nist-ai-rmf:manage:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "supplier-management",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.68,
      "rationale": "Supplier and provider management is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:supplier-management:ai-trust-governance:public-surface:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "supplier-management",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Supplier and provider management is useful evidence for the public surface dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:supplier-management:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "supplier-management",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Supplier and provider management is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:monitoring:nist-ai-rmf:measure:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "monitoring",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "measure",
      "confidence": 0.68,
      "rationale": "Monitoring and measurement is a derived AIMS readiness theme that aligns with Measure in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:monitoring:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "monitoring",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Monitoring and measurement is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:monitoring:ai-trust-governance:consistency:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "monitoring",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Monitoring and measurement is useful evidence for the consistency dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:incident-handling:nist-ai-rmf:manage:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "incident-handling",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.68,
      "rationale": "Incident handling is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:incident-handling:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "incident-handling",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Incident handling is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:incident-handling:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "incident-handling",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Incident handling is useful evidence for the remediation opportunity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:documentation:nist-ai-rmf:govern:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "documentation",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "govern",
      "confidence": 0.68,
      "rationale": "Documentation is a derived AIMS readiness theme that aligns with Govern in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:documentation:ai-trust-governance:public-surface:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "documentation",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Documentation is useful evidence for the public surface dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:documentation:ai-trust-governance:security-trust:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "documentation",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Documentation is useful evidence for the security trust dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:continual-improvement:nist-ai-rmf:manage:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "continual-improvement",
      "target_framework_key": "nist_ai_rmf",
      "target_node_key": "manage",
      "confidence": 0.68,
      "rationale": "Continual improvement is a derived AIMS readiness theme that aligns with Manage in the AI RMF.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:continual-improvement:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "continual-improvement",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Continual improvement is useful evidence for the remediation opportunity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:iso-42001-aims:continual-improvement:ai-trust-governance:consistency:",
      "source_framework_key": "iso_42001_aims",
      "source_node_key": "continual-improvement",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Continual improvement is useful evidence for the consistency dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/artificial-intelligence.html",
          "https://www.iso.org/committee/6794475.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
          "https://law.yale.edu/sites/default/files/area/center/isp/documents/algorithms_and_economic_justice_master_final.pdf",
          "https://www.frontiersin.org/articles/10.3389/frai.2021.695301/full",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-hiring-tools-and-the-law/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
          "https://law.yale.edu/sites/default/files/area/center/isp/documents/algorithms_and_economic_justice_master_final.pdf",
          "https://www.frontiersin.org/articles/10.3389/frai.2021.695301/full",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-hiring-tools-and-the-law/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
          "https://law.yale.edu/sites/default/files/area/center/isp/documents/algorithms_and_economic_justice_master_final.pdf",
          "https://www.frontiersin.org/articles/10.3389/frai.2021.695301/full",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-hiring-tools-and-the-law/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://www.nist.gov/system/files/documents/2019/08/10/ai_standards_fedengagement_plan_9aug2019.pdf",
          "https://proceedings.neurips.cc/paper/2018/file/8e0384779e58ce2af40eb365b318cc32-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://www.nist.gov/system/files/documents/2019/08/10/ai_standards_fedengagement_plan_9aug2019.pdf",
          "https://proceedings.neurips.cc/paper/2018/file/8e0384779e58ce2af40eb365b318cc32-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://www.nist.gov/system/files/documents/2019/08/10/ai_standards_fedengagement_plan_9aug2019.pdf",
          "https://proceedings.neurips.cc/paper/2018/file/8e0384779e58ce2af40eb365b318cc32-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-3:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-3:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-4:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://arxiv.org/pdf/1810.03993.pdf",
          "https://arxiv.org/pdf/1803.09010.pdf",
          "https://techpolicylab.uw.edu/wp-content/uploads/2021/11/Data_Statements_Guide_V2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-4:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://arxiv.org/pdf/1810.03993.pdf",
          "https://arxiv.org/pdf/1803.09010.pdf",
          "https://techpolicylab.uw.edu/wp-content/uploads/2021/11/Data_Statements_Guide_V2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-4:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://arxiv.org/pdf/1810.03993.pdf",
          "https://arxiv.org/pdf/1803.09010.pdf",
          "https://techpolicylab.uw.edu/wp-content/uploads/2021/11/Data_Statements_Guide_V2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-5:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://nvlpubs.nist.gov/nistpubs/cswp/nist.cswp.04162018.pdf",
          "https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-61r2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-5:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://nvlpubs.nist.gov/nistpubs/cswp/nist.cswp.04162018.pdf",
          "https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-61r2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-5:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://nvlpubs.nist.gov/nistpubs/cswp/nist.cswp.04162018.pdf",
          "https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-61r2.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-6:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1488512",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://github.com/VertaAI/modeldb"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-6:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1488512",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://github.com/VertaAI/modeldb"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-6:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1488512",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://github.com/VertaAI/modeldb"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-7:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-7",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://cdt.org/wp-content/uploads/2017/02/2017-02-23-Data-Deletion-FNL2.pdf",
          "https://journals.sagepub.com/doi/full/10.1177/20539517221115426",
          "https://www.blm.gov/sites/blm.gov/files/uploads/IM2011-174_att1.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-7:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-7",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://cdt.org/wp-content/uploads/2017/02/2017-02-23-Data-Deletion-FNL2.pdf",
          "https://journals.sagepub.com/doi/full/10.1177/20539517221115426",
          "https://www.blm.gov/sites/blm.gov/files/uploads/IM2011-174_att1.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-1-7:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-1-7",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://cdt.org/wp-content/uploads/2017/02/2017-02-23-Data-Deletion-FNL2.pdf",
          "https://journals.sagepub.com/doi/full/10.1177/20539517221115426",
          "https://www.blm.gov/sites/blm.gov/files/uploads/IM2011-174_att1.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/news-events/blogs/business-blog/2020/04/using-artificial-intelligence-algorithms",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.iso.org/standard/81120.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/news-events/blogs/business-blog/2020/04/using-artificial-intelligence-algorithms",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.iso.org/standard/81120.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ftc.gov/news-events/blogs/business-blog/2020/04/using-artificial-intelligence-algorithms",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.iso.org/standard/81120.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/developing-staff-trainings-for-equitable-ai/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/developing-staff-trainings-for-equitable-ai/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.peatworks.org/ai-disability-inclusion-toolkit/ai-disability-inclusion-resources/developing-staff-trainings-for-equitable-ai/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-3:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": []
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-3:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": []
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-2-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": []
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitsloan.mit.edu/ideas-made-to-matter/how-can-human-centered-ai-fight-bias-machines-and-people",
          "https://hbr.org/2020/10/to-build-less-biased-ai-hire-a-more-diverse-team",
          "https://arxiv.org/pdf/2012.02394.pdf",
          "https://ainowinstitute.org/discriminatingsystems.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitsloan.mit.edu/ideas-made-to-matter/how-can-human-centered-ai-fight-bias-machines-and-people",
          "https://hbr.org/2020/10/to-build-less-biased-ai-hire-a-more-diverse-team",
          "https://arxiv.org/pdf/2012.02394.pdf",
          "https://ainowinstitute.org/discriminatingsystems.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitsloan.mit.edu/ideas-made-to-matter/how-can-human-centered-ai-fight-bias-machines-and-people",
          "https://hbr.org/2020/10/to-build-less-biased-ai-hire-a-more-diverse-team",
          "https://arxiv.org/pdf/2012.02394.pdf",
          "https://ainowinstitute.org/discriminatingsystems.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://estsjournal.org/index.php/ests/article/view/260",
          "https://doi.org/10.17226/26355",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3921216",
          "https://doi.org/10.6028/NIST.IR.8367"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://estsjournal.org/index.php/ests/article/view/260",
          "https://doi.org/10.17226/26355",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3921216",
          "https://doi.org/10.6028/NIST.IR.8367"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-3-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://estsjournal.org/index.php/ests/article/view/260",
          "https://doi.org/10.17226/26355",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3921216",
          "https://doi.org/10.6028/NIST.IR.8367"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/responsible-machine-learning/9781492090878/",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://sloanreview.mit.edu/article/when-it-comes-to-culture-does-your-company-walk-the-talk",
          "https://www.salesforceairesearch.com/static/ethics/EthicalAIMaturityModel.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/responsible-machine-learning/9781492090878/",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://sloanreview.mit.edu/article/when-it-comes-to-culture-does-your-company-walk-the-talk",
          "https://www.salesforceairesearch.com/static/ethics/EthicalAIMaturityModel.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/responsible-machine-learning/9781492090878/",
          "https://www.gao.gov/assets/gao-21-519sp.pdf",
          "https://sloanreview.mit.edu/article/when-it-comes-to-culture-does-your-company-walk-the-talk",
          "https://www.salesforceairesearch.com/static/ethics/EthicalAIMaturityModel.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ainowinstitute.org/aiareport2018.pdf",
          "https://www.congress.gov/bill/116th-congress/house-bill/2231/text",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai",
          "https://iapp.org/media/pdf/knowledge_center/Making_PIA__more_effective.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ainowinstitute.org/aiareport2018.pdf",
          "https://www.congress.gov/bill/116th-congress/house-bill/2231/text",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai",
          "https://iapp.org/media/pdf/knowledge_center/Making_PIA__more_effective.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://ainowinstitute.org/aiareport2018.pdf",
          "https://www.congress.gov/bill/116th-congress/house-bill/2231/text",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai",
          "https://iapp.org/media/pdf/knowledge_center/Making_PIA__more_effective.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-3:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "http://arxiv.org/abs/2011.08512",
          "https://doi.org/10.6028/NIST.SP.800-150",
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-3:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "http://arxiv.org/abs/2011.08512",
          "https://doi.org/10.6028/NIST.SP.800-150",
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-4-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "http://arxiv.org/abs/2011.08512",
          "https://doi.org/10.6028/NIST.SP.800-150",
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://www.bsa.org/reports/confronting-bias-bsas-framework-to-build-trust-in-ai"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://blog.twitter.com/engineering/en_us/topics/insights/2021/algorithmic-bias-bounty-challenge",
          "https://algorithmwatch.org/en/ai-ethics-guidelines-inventory-upgrade-2020/",
          "https://www.ajl.org/bugs"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://blog.twitter.com/engineering/en_us/topics/insights/2021/algorithmic-bias-bounty-challenge",
          "https://algorithmwatch.org/en/ai-ethics-guidelines-inventory-upgrade-2020/",
          "https://www.ajl.org/bugs"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://blog.twitter.com/engineering/en_us/topics/insights/2021/algorithmic-bias-bounty-challenge",
          "https://algorithmwatch.org/en/ai-ethics-guidelines-inventory-upgrade-2020/",
          "https://www.ajl.org/bugs"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-5-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-1:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-1:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-2:ai-trust-governance:public-surface:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-2:ai-trust-governance:legal-clarity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "legal-clarity",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the legal clarity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:govern-6-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "govern-6-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Govern activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-4:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-4:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-1-4:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/MIT-STS-AI-snakeoil.pdf",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://ssrn.com/abstract=3877437 or http://dx.doi.org/10.2139/ssrn.3877437",
          "http://dx.doi.org/10.2139/ssrn.3960461"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://doi-org.proxygw.wrlc.org/10.1080/01972243.2013.825687",
          "https://doi.org/10.1145/3287560.3287596",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://doi-org.proxygw.wrlc.org/10.1080/01972243.2013.825687",
          "https://doi.org/10.1145/3287560.3287596",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://doi-org.proxygw.wrlc.org/10.1080/01972243.2013.825687",
          "https://doi.org/10.1145/3287560.3287596",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://arxiv.org/abs/2011.03395",
          "https://doi.org/10.1001/jama.2019.20866"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://arxiv.org/abs/2011.03395",
          "https://doi.org/10.1001/jama.2019.20866"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://arxiv.org/abs/2011.03395",
          "https://doi.org/10.1001/jama.2019.20866"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://www.oreilly.com/radar/what-to-do-when-ai-fails/",
          "https://www.nist.gov/cyberframework"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://www.oreilly.com/radar/what-to-do-when-ai-fails/",
          "https://www.nist.gov/cyberframework"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://www.oreilly.com/radar/what-to-do-when-ai-fails/",
          "https://www.nist.gov/cyberframework"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-4:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cio.gov/policies-and-priorities/application-lifecycle/",
          "https://ussm.gsa.gov/2.8/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-4:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cio.gov/policies-and-priorities/application-lifecycle/",
          "https://ussm.gsa.gov/2.8/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-2-4:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-2-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cio.gov/policies-and-priorities/application-lifecycle/",
          "https://ussm.gsa.gov/2.8/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://github.com/visenger"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://github.com/visenger"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-3-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://github.com/visenger"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.mdpi.com/2078-2489/11/3/137"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.mdpi.com/2078-2489/11/3/137"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.mdpi.com/2078-2489/11/3/137"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digital.ahrq.gov/sites/default/files/docs/citation/r21hs024767-yen-final-report-2019.pdf",
          "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8068435/pdf/ocab002.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digital.ahrq.gov/sites/default/files/docs/citation/r21hs024767-yen-final-report-2019.pdf",
          "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8068435/pdf/ocab002.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digital.ahrq.gov/sites/default/files/docs/citation/r21hs024767-yen-final-report-2019.pdf",
          "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8068435/pdf/ocab002.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://arxiv.org/pdf/2011.08512.pdf",
          "https://onlinelibrary.wiley.com/doi/epdf/10.1111/risa.13850"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://arxiv.org/pdf/2011.08512.pdf",
          "https://onlinelibrary.wiley.com/doi/epdf/10.1111/risa.13850"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:manage-4-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "manage-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Manage activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://arxiv.org/pdf/2206.07635.pdf",
          "https://arxiv.org/pdf/2011.08512.pdf",
          "https://onlinelibrary.wiley.com/doi/epdf/10.1111/risa.13850"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-1:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3287560.3287598",
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3287560.3287598",
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3287560.3287598",
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-2:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1177%2F20539517221082027",
          "https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/community-jury/",
          "https://deepai.org/publication/stakeholder-participation-in-ai-beyond-add-diverse-stakeholders-and-stir",
          "https://arxiv.org/pdf/2005.07572.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1177%2F20539517221082027",
          "https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/community-jury/",
          "https://deepai.org/publication/stakeholder-participation-in-ai-beyond-add-diverse-stakeholders-and-stir",
          "https://arxiv.org/pdf/2005.07572.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1177%2F20539517221082027",
          "https://docs.microsoft.com/en-us/azure/architecture/guide/responsible-innovation/community-jury/",
          "https://deepai.org/publication/stakeholder-participation-in-ai-beyond-add-diverse-stakeholders-and-stir",
          "https://arxiv.org/pdf/2005.07572.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-3:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://socialworldsresearch.org/sites/default/files/hci.final_.pdf",
          "https://arxiv.org/pdf/2102.04255.pdf",
          "https://arxiv.org/abs/2106.15590",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://socialworldsresearch.org/sites/default/files/hci.final_.pdf",
          "https://arxiv.org/pdf/2102.04255.pdf",
          "https://arxiv.org/abs/2106.15590",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://socialworldsresearch.org/sites/default/files/hci.final_.pdf",
          "https://arxiv.org/pdf/2102.04255.pdf",
          "https://arxiv.org/abs/2106.15590",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-4:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://inventory.algorithmwatch.org/",
          "https://ethicalos.org/",
          "https://datasociety.net/pubs/Ethics-Owners.pdf",
          "https://futureoflife.org/2017/08/11/ai-principles/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-4:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://inventory.algorithmwatch.org/",
          "https://ethicalos.org/",
          "https://datasociety.net/pubs/Ethics-Owners.pdf",
          "https://futureoflife.org/2017/08/11/ai-principles/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-4:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://inventory.algorithmwatch.org/",
          "https://ethicalos.org/",
          "https://datasociety.net/pubs/Ethics-Owners.pdf",
          "https://futureoflife.org/2017/08/11/ai-principles/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-5:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-5:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-5:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://www.occ.treas.gov/publications-and-resources/publications/banker-education/files/pub-risk-appetite-statement.pdf",
          "https://www.garp.org/risk-intelligence/culture-governance/how-to-develop-an-enterprise-risk-rating-approach",
          "https://www.gao.gov/assets/gao-17-63.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-6:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26507",
          "https://arxiv.org/pdf/2209.07572.pdf",
          "https://doi.org/10.1109/RE.2014.6912247",
          "https://doi.org/10.1145/3287560.3287598"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-6:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26507",
          "https://arxiv.org/pdf/2209.07572.pdf",
          "https://doi.org/10.1109/RE.2014.6912247",
          "https://doi.org/10.1145/3287560.3287598"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-1-6:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-1-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26507",
          "https://arxiv.org/pdf/2209.07572.pdf",
          "https://doi.org/10.1109/RE.2014.6912247",
          "https://doi.org/10.1145/3287560.3287598"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-1:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://fpf.org/blog/the-spectrum-of-artificial-intelligence-an-infographic-tool/",
          "https://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://fpf.org/blog/the-spectrum-of-artificial-intelligence-an-infographic-tool/",
          "https://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://fpf.org/blog/the-spectrum-of-artificial-intelligence-an-infographic-tool/",
          "https://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-2:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://doi.org/10.6028/NIST.HB.161",
          "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
          "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4ZPmV"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://doi.org/10.6028/NIST.HB.161",
          "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
          "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4ZPmV"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://doi.org/10.6028/NIST.HB.161",
          "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
          "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE4ZPmV"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-3:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.3389/fdata.2019.00013",
          "https://arxiv.org/abs/2012.05345",
          "https://data-feminism.mitpress.mit.edu/",
          "https://arxiv.org/abs/1608.07836"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.3389/fdata.2019.00013",
          "https://arxiv.org/abs/2012.05345",
          "https://data-feminism.mitpress.mit.edu/",
          "https://arxiv.org/abs/1608.07836"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-2-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.3389/fdata.2019.00013",
          "https://arxiv.org/abs/2012.05345",
          "https://data-feminism.mitpress.mit.edu/",
          "https://arxiv.org/abs/1608.07836"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-1:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://ieeexplore.ieee.org/document/9648995",
          "https://link.springer.com/chapter/10.1007/978-3-319-96550-5_6"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://ieeexplore.ieee.org/document/9648995",
          "https://link.springer.com/chapter/10.1007/978-3-319-96550-5_6"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.artint.2021.103555",
          "https://doi.org/10.1145/3287560.3287567",
          "https://ieeexplore.ieee.org/document/9648995",
          "https://link.springer.com/chapter/10.1007/978-3-319-96550-5_6"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-2:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digitalcommons.spu.edu/cgi/viewcontent.cgi?article=1100&context=honorsprojects",
          "https://arxiv.org/abs/2011.13416",
          "https://www.jpattonassociates.com/story-mapping/",
          "https://doi.org/10.17226/26507"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digitalcommons.spu.edu/cgi/viewcontent.cgi?article=1100&context=honorsprojects",
          "https://arxiv.org/abs/2011.13416",
          "https://www.jpattonassociates.com/story-mapping/",
          "https://doi.org/10.17226/26507"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://digitalcommons.spu.edu/cgi/viewcontent.cgi?article=1100&context=honorsprojects",
          "https://arxiv.org/abs/2011.13416",
          "https://www.jpattonassociates.com/story-mapping/",
          "https://doi.org/10.17226/26507"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-3:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/evaluating-machine-learning/9781492048756/",
          "https://www.abajournal.com/columns/article/5-things-lawyers-should-know-about-artificial-intelligence",
          "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1039146/The_roadmap_to_an_effective_AI_assurance_ecosystem.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/evaluating-machine-learning/9781492048756/",
          "https://www.abajournal.com/columns/article/5-things-lawyers-should-know-about-artificial-intelligence",
          "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1039146/The_roadmap_to_an_effective_AI_assurance_ecosystem.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-3:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.oreilly.com/library/view/evaluating-machine-learning/9781492048756/",
          "https://www.abajournal.com/columns/article/5-things-lawyers-should-know-about-artificial-intelligence",
          "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1039146/The_roadmap_to_an_effective_AI_assurance_ecosystem.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-4:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26355",
          "https://doi.org/10.1093/jopart/muac007",
          "https://www.arlis.umd.edu/sites/default/files/2022-03/No_AI_In_Teams_FinalReport%20(1",
          "https://ssrn.com/abstract=4066781 or http://dx.doi.org/10.2139/ssrn.4066781"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-4:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26355",
          "https://doi.org/10.1093/jopart/muac007",
          "https://www.arlis.umd.edu/sites/default/files/2022-03/No_AI_In_Teams_FinalReport%20(1",
          "https://ssrn.com/abstract=4066781 or http://dx.doi.org/10.2139/ssrn.4066781"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-4:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.17226/26355",
          "https://doi.org/10.1093/jopart/muac007",
          "https://www.arlis.umd.edu/sites/default/files/2022-03/No_AI_In_Teams_FinalReport%20(1",
          "https://ssrn.com/abstract=4066781 or http://dx.doi.org/10.2139/ssrn.4066781"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-5:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ssrn.com/abstract=3921216",
          "https://link.springer.com/article/10.1007/s43681-022-00167-3",
          "https://scholar.lib.vt.edu/ejournals/JOTS/v32/v32n1/pdf/cummings.pdf",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2757236"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-5:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ssrn.com/abstract=3921216",
          "https://link.springer.com/article/10.1007/s43681-022-00167-3",
          "https://scholar.lib.vt.edu/ejournals/JOTS/v32/v32n1/pdf/cummings.pdf",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2757236"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-3-5:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-3-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.ssrn.com/abstract=3921216",
          "https://link.springer.com/article/10.1007/s43681-022-00167-3",
          "https://scholar.lib.vt.edu/ejournals/JOTS/v32/v32n1/pdf/cummings.pdf",
          "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2757236"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-1:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3442188.3445922",
          "https://doi.org/10.1162/tacl_a_00447",
          "https://doi.org/10.1145/3531146.3533088",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3442188.3445922",
          "https://doi.org/10.1162/tacl_a_00447",
          "https://doi.org/10.1145/3531146.3533088",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3442188.3445922",
          "https://doi.org/10.1162/tacl_a_00447",
          "https://doi.org/10.1145/3531146.3533088",
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-2:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://proceedings.mlsys.org/paper/2020/file/a2557a7b2e94197ff767970b67041697-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://proceedings.mlsys.org/paper/2020/file/a2557a7b2e94197ff767970b67041697-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-4-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.occ.gov/publications-and-resources/publications/comptrollers-handbook/files/model-risk-management/index-model-risk-management.html",
          "https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-74a.pdf",
          "https://proceedings.mlsys.org/paper/2020/file/a2557a7b2e94197ff767970b67041697-Paper.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-1:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en",
          "https://incidentdatabase.ai/?lang=en",
          "https://arxiv.org/abs/2206.08966"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en",
          "https://incidentdatabase.ai/?lang=en",
          "https://arxiv.org/abs/2206.08966"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-1:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://op.europa.eu/en/publication-detail/-/publication/b4b5db47-94c0-11ea-aac4-01aa75ed71a1/language-en",
          "https://incidentdatabase.ai/?lang=en",
          "https://arxiv.org/abs/2206.08966"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-2:ai-trust-governance:ai-language:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.procs.2022.01.248",
          "https://arxiv.org/abs/1901.10002",
          "https://arxiv.org/abs/2011.13416",
          "http://dx.doi.org/10.4236/jis.2013.41005"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.procs.2022.01.248",
          "https://arxiv.org/abs/1901.10002",
          "https://arxiv.org/abs/2011.13416",
          "http://dx.doi.org/10.4236/jis.2013.41005"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:map-5-2:ai-trust-governance:consistency:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "map-5-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.64,
      "rationale": "Map activities in the AI RMF support the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1016/j.procs.2022.01.248",
          "https://arxiv.org/abs/1901.10002",
          "https://arxiv.org/abs/2011.13416",
          "http://dx.doi.org/10.4236/jis.2013.41005"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1109/istas48451.2019.8937942",
          "https://standards.ieee.org/ieee/1012/5609/",
          "https://www.acm.org/binaries/content/assets/public-policy/final-joint-ai-statement-update.pdf",
          "https://arxiv.org/abs/2209.06317"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1109/istas48451.2019.8937942",
          "https://standards.ieee.org/ieee/1012/5609/",
          "https://www.acm.org/binaries/content/assets/public-policy/final-joint-ai-statement-update.pdf",
          "https://arxiv.org/abs/2209.06317"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.acm.org/binaries/content/assets/public-policy/final-joint-ai-statement-update.pdf",
          "https://hastie.su.domains/ElemStatLearn/",
          "https://doi.org/10.1145/3465416.3483305",
          "https://cis.temple.edu/~latecki/Courses/RobotFall08/BishopBook/Pages_from_PatternRecognitionAndMachineLearning1.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.acm.org/binaries/content/assets/public-policy/final-joint-ai-statement-update.pdf",
          "https://hastie.su.domains/ElemStatLearn/",
          "https://doi.org/10.1145/3465416.3483305",
          "https://cis.temple.edu/~latecki/Courses/RobotFall08/BishopBook/Pages_from_PatternRecognitionAndMachineLearning1.pdf"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://people.eecs.ku.edu/~hossein/Teaching/Stds/1012.pdf",
          "https://doi.org/10.1145/3551624.3555285",
          "https://doi.org/10.1145/3284751.3284761"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-1-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-1-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm",
          "https://people.eecs.ku.edu/~hossein/Teaching/Stds/1012.pdf",
          "https://doi.org/10.1145/3551624.3555285",
          "https://doi.org/10.1145/3284751.3284761"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1162/tacl_a_00041",
          "https://doi.org/10.1145/3287560.3287596",
          "https://www.computer.org/education/bodies-of-knowledge/software-engineering/v3",
          "https://standards.ieee.org/ieee/1012/5609/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1162/tacl_a_00041",
          "https://doi.org/10.1145/3287560.3287596",
          "https://www.computer.org/education/bodies-of-knowledge/software-engineering/v3",
          "https://standards.ieee.org/ieee/1012/5609/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.hhs.gov/ohrp/regulations-and-policy/belmont-report/read-the-belmont-report/index.html",
          "https://www.hhs.gov/ohrp/regulations-and-policy/regulations/45-cfr-46/index.html",
          "https://www.hhs.gov/ohrp/regulations-and-policy/decision-charts/index.html",
          "https://doi.org/10.1177/2053951716650211"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.hhs.gov/ohrp/regulations-and-policy/belmont-report/read-the-belmont-report/index.html",
          "https://www.hhs.gov/ohrp/regulations-and-policy/regulations/45-cfr-46/index.html",
          "https://www.hhs.gov/ohrp/regulations-and-policy/decision-charts/index.html",
          "https://doi.org/10.1177/2053951716650211"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://hastie.su.domains/ElemStatLearn/",
          "https://arxiv.org/abs/2104.00606",
          "https://doi.org/10.1145/3531146.3533158",
          "https://doi.org/10.1016/j.patter.2021.100336"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://hastie.su.domains/ElemStatLearn/",
          "https://arxiv.org/abs/2104.00606",
          "https://doi.org/10.1145/3531146.3533158",
          "https://doi.org/10.1016/j.patter.2021.100336"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-4:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1109/mitp.2022.3191318",
          "https://github.com/visenger/awesome-mlops"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-4:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-4",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1109/mitp.2022.3191318",
          "https://github.com/visenger/awesome-mlops"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-5:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3442188.3445901",
          "https://debug-ml-iclr2019.github.io/",
          "https://towardsdatascience.com/strategies-for-model-debugging-aa822f1097ce",
          "https://arxiv.org/abs/1904.07204"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-5:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-5",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1145/3442188.3445901",
          "https://debug-ml-iclr2019.github.io/",
          "https://towardsdatascience.com/strategies-for-model-debugging-aa822f1097ce",
          "https://arxiv.org/abs/1904.07204"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-6:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://netflix.github.io/chaosmonkey/",
          "https://www.ibm.com/cloud/architecture/architecture/practices/chaos-engineering-principles/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-6:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-6",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://incidentdatabase.ai/",
          "https://www.aiaaic.org/aiaaic-repository",
          "https://netflix.github.io/chaosmonkey/",
          "https://www.ibm.com/cloud/architecture/architecture/practices/chaos-engineering-principles/"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-7:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-7",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.6028/nist.cswp.04162018",
          "https://arxiv.org/abs/1811.01134",
          "https://berryvilleiml.com/interactive/",
          "https://github.com/mitre/advmlthreatmatrix"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-7:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-7",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.6028/nist.cswp.04162018",
          "https://arxiv.org/abs/1811.01134",
          "https://berryvilleiml.com/interactive/",
          "https://github.com/mitre/advmlthreatmatrix"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-8:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-8",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
          "https://arxiv.org/abs/1912.06166",
          "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-8:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-8",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://nap.nationalacademies.org/catalog/26355/human-ai-teaming-state-of-the-art-and-research-needs",
          "https://arxiv.org/abs/1912.06166",
          "https://www.ftc.gov/business-guidance/blog/2020/04/using-artificial-intelligence-and-algorithms",
          "https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-9:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-9",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://arxiv.org/abs/1806.10574",
          "https://arxiv.org/abs/1811.10154",
          "https://doi.org/10.6028/NIST.IR.8367",
          "https://doi.org/10.1016/j.inffus.2019.12.012"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-9:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-9",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://arxiv.org/abs/1806.10574",
          "https://arxiv.org/abs/1811.10154",
          "https://doi.org/10.6028/NIST.IR.8367",
          "https://doi.org/10.1016/j.inffus.2019.12.012"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-10:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-10",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/publications/nist-privacy-framework-tool-improving-privacy-through-enterprise-risk-management",
          "https://doi.org/10.1142/s0218488502001648",
          "https://doi.org/10.1109/icde.2006.1",
          "https://www.cerias.purdue.edu/apps/reports_and_papers/view/3356"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-10:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-10",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.nist.gov/publications/nist-privacy-framework-tool-improving-privacy-through-enterprise-risk-management",
          "https://doi.org/10.1142/s0218488502001648",
          "https://doi.org/10.1109/icde.2006.1",
          "https://www.cerias.purdue.edu/apps/reports_and_papers/view/3356"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-11:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-11",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1007/s44206-022-00017-z",
          "https://doi.org/10.1037/amp0000972",
          "https://doi.org/10.1145/3457607",
          "https://doi.org/10.1145/3531146.3533245"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-11:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-11",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1007/s44206-022-00017-z",
          "https://doi.org/10.1037/amp0000972",
          "https://doi.org/10.1145/3457607",
          "https://doi.org/10.1145/3531146.3533245"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-12:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-12",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1787/7babf571-en",
          "https://mlco2.github.io/impact/",
          "https://arxiv.org/abs/1910.09700",
          "https://spectrum.ieee.org/ai-carbon-footprint"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-12:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-12",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://doi.org/10.1787/7babf571-en",
          "https://mlco2.github.io/impact/",
          "https://arxiv.org/abs/1910.09700",
          "https://spectrum.ieee.org/ai-carbon-footprint"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-13:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-13",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/baldwin-discrimination/baldwin-discrimination-transcript.pdf",
          "https://doi.org/10.1145/3313831.3376229",
          "https://doi.org/10.1016/j.patter.2022.100476"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-2-13:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-2-13",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.cs.princeton.edu/~arvindn/talks/baldwin-discrimination/baldwin-discrimination-transcript.pdf",
          "https://doi.org/10.1145/3313831.3376229",
          "https://doi.org/10.1016/j.patter.2022.100476"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://github.com/visenger/awesome-mlops"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://github.com/visenger/awesome-mlops"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://doi.org/10.1109/52.219617. Note: Copy available via the University of Arizona at https://uweb.engr.arizona.edu/~ece473/readings/22-Capability%20MAturity%20Model.pdf",
          "https://www.oreilly.com/library/view/user-story-mapping/9781491904893/",
          "https://blog.twitter.com/engineering/en_us/topics/insights/2021/algorithmic-bias-bounty-challenge"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://www.iso.org/standard/77520.html",
          "https://doi.org/10.1109/52.219617. Note: Copy available via the University of Arizona at https://uweb.engr.arizona.edu/~ece473/readings/22-Capability%20MAturity%20Model.pdf",
          "https://www.oreilly.com/library/view/user-story-mapping/9781491904893/",
          "https://blog.twitter.com/engineering/en_us/topics/insights/2021/algorithmic-bias-bounty-challenge"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://direct.mit.edu/books/book/4605/Design-JusticeCommunity-Led-Practices-to-Build-the",
          "https://www.russellsage.org/publications/voices-code",
          "https://arxiv.org/abs/2111.01122",
          "https://onlinelibrary.wiley.com/doi/10.1002/9781119636113.ch42"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-3-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-3-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://direct.mit.edu/books/book/4605/Design-JusticeCommunity-Led-Practices-to-Build-the",
          "https://www.russellsage.org/publications/voices-code",
          "https://arxiv.org/abs/2111.01122",
          "https://onlinelibrary.wiley.com/doi/10.1002/9781119636113.ch42"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-1:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-1:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-1",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-2:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-2:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-2",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-3:ai-trust-governance:security-trust:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:nist-ai-rmf:measure-4-3:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "nist_ai_rmf",
      "source_node_key": "measure-4-3",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.64,
      "rationale": "Measure activities in the AI RMF support the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://mitpress.mit.edu/9780262039536/value-sensitive-design/",
          "https://doi.org/10.1561/1100000015",
          "https://doi.org/10.1007/s43681-021-00038-3",
          "https://doi.org/10.1145/3531146.3534626"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0010:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0010",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0010:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0010",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0010:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0010",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "AI Supply Chain Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0018:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0018",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0018:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0018",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0018:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0018",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Backdoor ML Model provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0020:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0020",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0020:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0020",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0020:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0020",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Poison Training Data provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0024:ai-trust-governance:public-surface:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0024",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0024:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0024",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0024:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0024",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Exfiltration via ML Inference API provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0043:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0043",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Discover ML Model Ontology provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0043:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0043",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "Discover ML Model Ontology provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0046:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0046",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "ML Supply Chain Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0048:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0048",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "ML Model Inference API Access provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0048:ai-trust-governance:consistency:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0048",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "consistency",
      "confidence": 0.62,
      "rationale": "ML Model Inference API Access provides directional evidence for the consistency maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0049:ai-trust-governance:public-surface:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0049",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "public-surface",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the public surface maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0049:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0049",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0049:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0049",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "Exploit Public-Facing ML Service provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:ai-trust-governance:ai-language:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0051:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0051",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "LLM Prompt Injection provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0054:ai-trust-governance:ai-language:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0054",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0054:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0054",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0054:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0054",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "LLM Jailbreak provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0056:ai-trust-governance:ai-language:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0056",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "ai-language",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the ai language maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0056:ai-trust-governance:security-trust:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0056",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "security-trust",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the security trust maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    },
    {
      "id": "crosswalk:mitre-atlas:aml-t0056:ai-trust-governance:remediation-opportunity:",
      "source_framework_key": "mitre_atlas",
      "source_node_key": "aml-t0056",
      "target_framework_key": "ai_trust_governance",
      "target_node_key": "remediation-opportunity",
      "confidence": 0.62,
      "rationale": "LLM Plugin Compromise provides directional evidence for the remediation opportunity maturity dimension.",
      "public_safe": true,
      "metadata": {
        "public_safe": true,
        "evidence_urls": [
          "https://atlas.mitre.org/"
        ]
      }
    }
  ],
  "scorecard_mappings": [
    {
      "id": "mapping:ai-trust-governance-public-surface:public-surface",
      "framework_node_id": "ai-trust-governance:public-surface",
      "scorecard_dimension": "public_surface",
      "scorecard_signal_key": "public_surface",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "public_surface.guidance",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mapping:ai-trust-governance-ai-language:ai-language",
      "framework_node_id": "ai-trust-governance:ai-language",
      "scorecard_dimension": "ai_language",
      "scorecard_signal_key": "ai_language",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "ai_language.guidance",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mapping:ai-trust-governance-legal-clarity:legal-clarity",
      "framework_node_id": "ai-trust-governance:legal-clarity",
      "scorecard_dimension": "legal_clarity",
      "scorecard_signal_key": "legal_clarity",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "legal_clarity.guidance",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mapping:ai-trust-governance-security-trust:security-trust",
      "framework_node_id": "ai-trust-governance:security-trust",
      "scorecard_dimension": "security_trust",
      "scorecard_signal_key": "security_trust",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "security_trust.guidance",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mapping:ai-trust-governance-consistency:consistency",
      "framework_node_id": "ai-trust-governance:consistency",
      "scorecard_dimension": "consistency",
      "scorecard_signal_key": "consistency",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "consistency.guidance",
      "metadata": {
        "public_safe": true
      }
    },
    {
      "id": "mapping:ai-trust-governance-remediation-opportunity:remediation-opportunity",
      "framework_node_id": "ai-trust-governance:remediation-opportunity",
      "scorecard_dimension": "remediation_opportunity",
      "scorecard_signal_key": "remediation_opportunity",
      "maturity_level": "baseline",
      "weight": 1,
      "guidance_key": "remediation_opportunity.guidance",
      "metadata": {
        "public_safe": true
      }
    }
  ]
}
