The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Governance Evidence and Standards Crosswalks

gp3ml can organize package evidence into a native governance profile or an orientation crosswalk for NIST AI RMF 1.0, ISO/IEC 23894, or ISO/IEC 42001.

These are documentation crosswalks only. They are not evidence of NIST endorsement, ISO conformity, certification, or legal compliance.

profile <- create_gp3ml_governance_profile(
  evidence = list(
    task = structure(list(), class = "gp3ml_task"),
    feature_manifest = structure(list(), class = "gazepoint_feature_manifest")
  ),
  framework = "NIST-AI-RMF-1.0"
)

audit <- audit_gp3ml_governance_profile(profile)
audit$status
#> [1] "review"
plot(audit)

The profile is intentionally evidence-oriented: missing evidence is surfaced for review rather than converted into a synthetic compliance score.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.