Reference

Framework mapping

F1.15 — validated framework mapping · Last updated: 2026-05-13

Framework mapping

Single source of truth (F1.15) for which fastpace primitive satisfies which control. Covers the AI-specific frameworks (NIST AI RMF, NIST AI 600-1, ISO/IEC 42001, EU AI Act), the infosec / cloud baselines (SOC 2, ISO 27001, NIST 800-53, NIST CSF, FedRAMP-M, HIPAA, DORA), and the financial-services + privacy regimes (GDPR, CCPA/CPRA, GLBA, PCI DSS, ECOA / Reg B, FCRA / Reg V, SOX / ITGC). Every claim references a shipped feature plus the artifact that demonstrates the control. A note on the financial regimes: fastpace supplies the records, access controls, encryption custody, provenance and prohibited-basis data minimization these rules require — it does not perform fair-lending statistical testing or disparate-impact analysis. See "What this matrix does NOT cover" for the ECOA boundary in particular.

This file is the canonical mapping. The /compliance page's FrameworkMatrix component, the AgentGovernance cards, and the engineer-to-security one-pager all source their control IDs from here. Keep this file the only place control IDs are written.

How to read this

Each section is one fastpace primitive. Inside each section, every row is:

Framework · Control ID · Maps to (one-line claim) · Evidence (file/artifact) · Runnable command

The Evidence column points at the file or command output that demonstrates the control today — auditor demos start there, not in marketing copy.

The Runnable column gives the exact CLI invocation that produces the evidence artifact. The generated compliance report (one-pager PDF emailed to prospects) sources both columns from this file — the PDF is verifiable by running the commands listed.


F0.1 — Cryptographic identity

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-1.4Identifiable accountability — every artifact tied to an install~/.fastpace/identity/identity.jsonfastpace identity show
NIST AI 600-1GV-1.4-001Accountability for GenAI artifactsidentity manifest with fingerprintfastpace identity show --json
ISO/IEC 42001§6.1.4AI-system identification + ownership~/.fastpace/identity/identity.jsonfastpace identity show
EU AI ActArt. 9 (risk mgmt)Risk-management system has identifiable controllersinstall identifier + fingerprintfastpace identity show
SOC 2CC1.4Authority and responsibilityidentity manifest + revocation logfastpace identity log
ISO 27001A.5.16Identity lifecycle for systemsidentity rotate / revoke historyfastpace identity rotate
FedRAMP-MIA-2 / IA-5Identification of system components + key mgmtEd25519 keypair, mode 0600 on private halffastpace identity show --paths
HIPAA§164.312(a)(2)(i)Unique user identification (admin-safeguard scope)per-install identityfastpace identity show
PCI DSSReq 8.2 / 8.3Unique ID per actor + strong authenticationper-install Ed25519 identityfastpace identity show
GLBA§314.4(c)(1)Access controls — authenticate + identify authorized usersinstall identity + revocation logfastpace identity log
SOX§404 (ITGC access)Unique identification of users with access to financial systemsper-install identity + revocation logfastpace identity log
NIST 800-53IA-2 / IA-5Identification + authentication; authenticator managementEd25519 keypair, mode 0600 on private halffastpace identity show --paths
NIST CSFPR.AA-01Identities + credentials managed for authorized actorsper-install identityfastpace identity show

F0.2 — Hash-chained signed audit log

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMEASURE-2.7Tamper-evident logging of AI system activityfastpace/audit.logfastpace verify
NIST AI 600-1MS-2.7-001GenAI activity log with verifiable integrityhash-chained audit entriesfastpace verify --json
ISO/IEC 42001§9.2Verifiable audit trailfastpace verify --json exit 0fastpace verify --json
EU AI ActArt. 12Logs that "permit traceability"chain + signaturesfastpace verify
SOC 2CC8.1Change-management evidenceaudit chain + signed receiptsfastpace audit export-bundle --since 90d
ISO 27001A.8.15Tamper-evident event logsfastpace verify exit codefastpace verify
FedRAMP-MAU-2 / AU-9Auditable events + protection of audit infohash chain + Ed25519 signaturesfastpace verify
HIPAA§164.312(b)Audit controls — record + examine activityper-call signed receiptsfastpace audit export-bundle --framework hipaa
DORAArt. 9 / Art. 17ICT-related incident logsaudit chain feeds incident timelinefastpace audit export-bundle --since 30d
GDPRArt. 32Integrity of processing recordstamper-evident chainfastpace verify
PCI DSSReq 10.2 / 10.3Log all access; protect audit trails from modificationhash-chained, signed audit entriesfastpace verify
GLBA§314.4(c)(8)Monitoring + logging of access to customer informationtamper-evident audit chainfastpace audit export-bundle --since 90d
ECOA§1002.12Record retention — 25-month preservation of credit recordstamper-evident chain over decision recordsfastpace audit export-bundle --framework ecoa
FCRA§1681mRecords supporting adverse-action notices, retained tamper-evidentlyhash-chained signed entriesfastpace audit export-bundle --framework fcra
SOX§404 (ITGC)Audit trail of changes affecting financial reportinghash-chained, signed audit entriesfastpace verify
NIST 800-53AU-2 / AU-12Auditable events + audit-record generationhash chain + Ed25519 signaturesfastpace verify
NIST CSFPR.PS-04Log records are generated + protected for integritytamper-evident audit chainfastpace verify

F0.3 — Discovery manifest

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-1.1AI system registration / discovery~/.fastpace/manifest.jsonfastpace inventory
NIST AI 600-1MP-1.1-001GenAI inventory at known pathsmachine + per-repo manifestsfastpace inventory --json
ISO/IEC 42001§7.4Documented information on AI systems in use<repo>/fastpace/manifest.jsonfastpace inventory
GDPRArt. 30Records of processing activitiesmachine + per-repo manifestsfastpace inventory --json
SOC 2CC1.4System inventoryfastpace inventory --jsonfastpace inventory --json
ISO 27001A.5.9Asset inventoryfastpace inventoryfastpace inventory
FedRAMP-MCM-8System component inventorymachine manifest at well-known pathfastpace inventory --include-runtimes
CCPA§1798.100Inventory of personal information collected + its categoriesmachine + per-repo manifestsfastpace inventory --json
GLBA§314.4(c)(2)Inventory + classification of customer-information data flowsdiscovery manifest at well-known pathfastpace inventory
NIST 800-53CM-8System component inventorymachine manifest at well-known pathfastpace inventory --include-runtimes
NIST CSFID.AM-01Inventories of hardware / software / services maintained~/.fastpace/manifest.jsonfastpace inventory

F0.4 — Agent identity & scope manifest

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-1.4Defined accountability per agent.claude/agents/<id>.md frontmatterfastpace agents list --json
NIST AI RMFMEASURE-2.6Operational characteristics + boundaries are measuredper-session countersfastpace agents counters --since 7d
ISO/IEC 42001§6.1.4Identification of AI componentsagent identity manifestsfastpace agents list
EU AI ActArt. 14Human-defined boundaries enforced at runtimeagent-scope-guard hook decisionsfastpace hooks show agent-scope-guard
ISO 27001A.5.15Least-privilege per actorbundled agents + fastpace grantfastpace grant list
FedRAMP-MAC-3 / AC-6Access enforcement + least privilegescope manifest + grant logfastpace grant list

F0.5 — Prompt redaction hook

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-3.5Data flowing into AI systems is governedfastpace/redaction.log roll-upfastpace redaction stats --since 30d
ISO/IEC 42001§8.3Data quality / sanitization upstream of AIredactor hits by patternfastpace redaction stats --by pattern
EU AI ActArt. 10Pre-prompt sanitizationredaction log + prompt_redactor.configfastpace redaction stats
GDPRArt. 5(1)(c)Data minimizationredactor strips PII before prompt leaves boxfastpace redaction stats --by pattern
HIPAA§164.514(b)Safe-harbor / de-identification at egressredaction patterns for 18 HIPAA identifiersfastpace redaction config --show
PCI DSSReq 3.4Mask / render PAN unreadable before it leaves the boxredaction patterns for card-number formatsfastpace redaction config --show
CCPA§1798.100(c)Collection limited to what is reasonably necessaryPII stripped before prompt egressfastpace redaction stats --by pattern
ECOA§1002.5(b)Prohibited-basis information kept out of the decision pipelinerace/sex/age patterns stripped pre-promptfastpace redaction stats --by pattern
FCRA§1681bConsumer-report data limited to permissible purpose before egressPII stripped before prompt leaves the boxfastpace redaction stats --by pattern

F0.6 — fastpace inventory (machine roll-up)

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-1.1"Implement discovery tools to identify AI agents"fastpace inventory --jsonfastpace inventory --json
ISO/IEC 42001§7.4Documented information on AI systemsmachine manifest rollupfastpace inventory --include-hooks
GDPRArt. 30Article 30 register for AI processingfastpace inventoryfastpace inventory --json
FedRAMP-MCM-8System component inventory (with subcomponents)machine + per-repo manifestsfastpace inventory --include-runtimes
CCPA§1798.130Record of personal-information categories for disclosuremachine manifest rollupfastpace inventory --json
GLBA§314.4(c)(2)Periodic data inventory across systemsmachine + per-repo manifestsfastpace inventory --include-hooks
NIST 800-53CM-8System component inventory (with subcomponents)machine + per-repo manifestsfastpace inventory --include-runtimes
NIST CSFID.AM-02Software platforms + applications inventoriedmachine manifest rollupfastpace inventory --include-hooks

F1.1 — Run manifest signing

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMEASURE-2.7"Output documented" — every AI call has a signed receiptfastpace/manifests/<ts>.jsonfastpace audit export-bundle --framework nist-ai-rmf
NIST AI RMFMAP-2.3Operational context of each AI invocation capturedmanifest with model/runtime/endpointfastpace audit export-bundle --framework nist-ai-rmf
NIST AI 600-1MS-2.7-002GenAI per-invocation receiptsper-call manifest with prompt/response hashesfastpace audit export-bundle --framework nist-ai-600-1
ISO/IEC 42001§8.4Operational records of AI invocationsmanifests directory listingfastpace audit export-bundle --framework iso-42001
EU AI ActArt. 12Per-call receiptsmanifest schema + signed_by fingerprintfastpace audit export-bundle --framework eu-ai-act
SOC 2CC8.1Change-management evidence (every AI-merged change)manifests + audit chainfastpace audit export-bundle --framework soc2
FedRAMP-MAU-12 / SI-7Audit-generation + software integritysigned per-call receiptsfastpace audit export-bundle --framework fedramp-m
HIPAA§164.312(c)(1)Integrity controls on ePHI processinghash-only receipts (no plaintext persistence)fastpace audit export-bundle --framework hipaa
PCI DSSReq 10.2.1Individual access to data captured in a signed receiptfastpace/manifests/<ts>.jsonfastpace audit export-bundle --framework pci-dss
ECOA§1002.9 / §1002.12Per-decision record retained for the adverse-action trailsigned manifest per AI-assisted decisionfastpace audit export-bundle --framework ecoa
FCRA§1681mPer-decision receipt backing an adverse-action noticesigned manifest per decisionfastpace audit export-bundle --framework fcra
SOX§404 (ITGC)Change evidence — every AI-merged change has a signed receiptmanifests + audit chainfastpace audit export-bundle --framework sox
NIST 800-53AU-12 / SI-7Audit-record generation + software integritysigned per-call receiptsfastpace audit export-bundle --framework nist-800-53

F1.3 — Circuit breaker on behavioral baseline divergence

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMANAGE-2.3"Mechanisms to monitor + manage AI risks post-deployment"per-agent baseline + divergence pausefastpace circuit-breaker status
NIST AI RMFMANAGE-4.1Decommissioning / pause pathsigned pause event in audit chainfastpace circuit-breaker history
ISO/IEC 42001§A.9.2Performance monitoringsession-shape baselinefastpace circuit-breaker baseline --show
EU AI ActArt. 14(4)(b)Operator can stop or interrupt the systemmechanical pause on divergencefastpace circuit-breaker arm
FedRAMP-MIR-4Incident handlingdivergence event triggers pause + audit entryfastpace circuit-breaker status
DORAArt. 12Detection of anomalous activityper-agent counters vs baselinefastpace circuit-breaker status --json
NIST 800-53IR-4Incident handling — automated responsedivergence event triggers pause + audit entryfastpace circuit-breaker status
NIST CSFDE.AE-02Anomalies + potentially adverse events analyzedper-agent counters vs baselinefastpace circuit-breaker status --json

F1.6 — Least-privilege bootstrap (fastpace grant)

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-3.2Risk-tier-driven controlsgrant entries with --reasonfastpace grant list
ISO/IEC 42001§6.1.3Determining controls based on riskagents.default_policy = deny-allfastpace grant audit
ISO 27001A.5.15 / A.8.2Access control + privileged access mgmtbundled vs deny-all + grant logfastpace grant list --json
FedRAMP-MAC-6 / AU-12Least privilege + audit of access decisionsgrant entries signed into audit chainfastpace grant audit --since 90d
PCI DSSReq 7.2.1Access by business need-to-know; default denydeny-all default + signed grant logfastpace grant list --json
GLBA§314.4(c)(1)Limit access to authorized users (least privilege)bundled vs deny-all + grant auditfastpace grant audit --since 90d
SOX§404 (ITGC access)Logical access restricted to least privilege; access revieweddeny-all default + signed grant logfastpace grant audit --since 90d
NIST 800-53AC-6Least privilegebundled vs deny-all + grant logfastpace grant list --json
NIST CSFPR.AA-05Access permissions managed on least-privilege + separationgrant entries with --reasonfastpace grant list

F1.8 — Risk-tier-classified exception workflow

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-3.2Tiered approval based on riskexception entries with risk tier + TTLfastpace exception list
ISO/IEC 42001§6.1.3Risk-treatment options selectiontier from {low, medium, critical, irreversible, exfil_eligible}fastpace exception request --tier critical --reviewer <user>
EU AI ActArt. 9(2)(d)Risk-management measures with reviewnamed-reviewer + TTL fieldsfastpace exception audit
SOC 2CC3.4Risk identification with mitigationsigned request/revoke/expiry in auditfastpace exception audit --since 90d
FedRAMP-MCA-5Plan of action + milestones for exceptionsTTL field forces revisitfastpace exception audit
DORAArt. 8Risk-management framework with traceabilityfull lifecycle in chainfastpace exception audit --json
SOX§404 (ITGC)Segregation of duties — named-reviewer approval for exceptionssigned request/revoke/expiry in auditfastpace exception audit --since 90d
NIST 800-53CA-5Plan of action + milestones for exceptionsTTL field forces revisitfastpace exception audit

F1.10 — Sensitivity-tagged context

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-3.5Data classification before AI ingestionfastpace/context/*.md frontmatterfastpace context list --by-sensitivity
ISO/IEC 42001§8.3Data classificationsensitivity tag schemafastpace context list --json
GDPRArt. 32Appropriate technical measures incl. classificationrestricted files refused by F0.5 redactorfastpace context audit
ISO 27001A.5.12Information classificationsensitivity overview in fastpace uifastpace context list
HIPAA§164.514Limited dataset / minimum necessarysensitivity-tag-driven accessfastpace context audit --filter restricted
PCI DSSReq 3.2 / 3.3Classify + minimize stored account datasensitivity-tag schema on context filesfastpace context list --by-sensitivity
CCPA§1798.121Limit use of sensitive personal informationrestricted tag refused by F0.5 redactorfastpace context audit --filter restricted
GLBA§314.4(c)(2)Classification of customer informationsensitivity overviewfastpace context list
ECOA§1002.5(b)Governing collection of prohibited-basis attributesprohibited-basis fields tagged restrictedfastpace context audit --filter restricted
FCRA§1681bConsumer-report fields classified + access-limitedsensitivity tag schemafastpace context list --by-sensitivity

F1.11 — Approved-runtime registry

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMANAGE-2.4Bound to vendor / runtime allowlistruntimes.allowed[] in fastpace.config.yamlfastpace runtimes list
ISO/IEC 42001§6.1.4 / §A.6Third-party AI service controlruntime-guard hook decisionsfastpace runtimes audit
EU AI ActArt. 25Approved-vendor enforcementblock logfastpace runtimes audit --blocks-only
FedRAMP-MSA-9External information system servicesruntime allowlist + block logfastpace runtimes list --json
DORAArt. 28-30Third-party ICT-service-provider registerruntimes.allowed + endpoint per entryfastpace runtimes list --include-endpoints
PCI DSSReq 12.8Manage third-party service providers with due diligenceruntimes.allowed + endpoint per entryfastpace runtimes list --include-endpoints
NIST 800-53SA-9External information-system services governedruntime allowlist + block logfastpace runtimes list --json

F2.1 — Correction-event tracking + Reliability Score

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMEASURE-2.5Accuracy, robustness, reliability metricsReliability Score over rolling windowfastpace reliability --window 60d
NIST AI 600-1MS-2.5-003GenAI output-quality measurementcorrection events with severity classificationfastpace reliability --json
ISO/IEC 42001§9.1Performance evaluationcorrections log + scorefastpace reliability --by-severity
EU AI ActArt. 15Accuracy + robustnessseverity-classified correctionsfastpace reliability --since 90d
SOC 2CC4.1Monitoring of controlsrolling reliability scorefastpace reliability --json
ECOA§1002.6Ongoing measurement of AI-assisted decisioning qualityseverity-classified correction eventsfastpace reliability --since 90d
FCRA§1681e(b)Procedures to assure maximum possible accuracy, measuredrolling reliability score + correction eventsfastpace reliability --since 90d

F2.3 — Provenance Trailer Block + verify-provenance proof tree

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-2.3Operational context of each AI invocation capturedtrailer block on commit + cross-layer prooffastpace verify-provenance <sha>
NIST AI RMFMEASURE-2.7Tamper-evident output documentationtrailer → manifest → audit-chain joinfastpace verify-provenance <sha> --json
ISO/IEC 42001§8.4Operational records of AI invocationsfull proof tree per commitfastpace verify-provenance <sha>
EU AI ActArt. 12Logs that permit traceabilityper-commit cross-layer verificationfastpace verify-provenance <sha>
SOC 2CC8.1Change-management evidence (AI-attributed commits)trailer block on every AI commitfastpace verify-provenance <sha>
FedRAMP-MSI-7Software, firmware, information integritysigned provenance trailfastpace verify-provenance <sha> --json
PCI DSSReq 6.3Track changes to bespoke software with integrity prooftrailer block → manifest → audit joinfastpace verify-provenance <sha>
GLBA§314.4(c)(4)Secure development practices, evidenced per changecross-layer provenance proof per commitfastpace verify-provenance <sha> --json
ECOA§1002.9Inputs behind an adverse-action reason are traceableprovenance trail ties decision → model + inputsfastpace verify-provenance <sha>
FCRA§1681e(b)Inputs to a consumer-report decision are traceablecross-layer provenance proof per commitfastpace verify-provenance <sha>
SOX§404 (ITGC change)Every change authorized + traceable to its sourcetrailer block → manifest → audit joinfastpace verify-provenance <sha>
NIST 800-53SI-7Software, firmware, information integritysigned provenance trailfastpace verify-provenance <sha> --json
NIST CSFPR.PS-06Secure software-development practices, evidenced per changefull proof tree per commitfastpace verify-provenance <sha>

F2.4 — CycloneDX-AI Bill of Materials per release

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMAP-2.1Document AI system characteristicsfastpace bom show --release <tag>fastpace bom show --release <tag>
NIST AI 600-1MP-2.1-001GenAI Bill of MaterialsCycloneDX-AI 1.6-aiml-draft envelopefastpace bom show --json
ISO/IEC 42001§7.4 / §A.7Information about the AI systemcomponents + services + formulationfastpace bom show
EU AI ActArt. 11Technical documentationBOM + reliability + provenance summaryfastpace bom show --release <tag>
SOC 2CC8.1Release evidencesigned BOM per releasefastpace bom verify <release>
FedRAMP-MSR-4 / SR-5Supply-chain provenance + acquisition strategyCycloneDX-AI envelopefastpace bom show --release <tag> --json
DORAArt. 28ICT third-party registercomponents block in BOMfastpace bom show --filter components
PCI DSSReq 6.3.2Inventory of bespoke + third-party software componentsCycloneDX-AI components blockfastpace bom show --filter components
GLBA§314.4(c)(4)Component inventory supporting secure developmentsigned BOM per releasefastpace bom show --release <tag>
SOX§404 (ITGC SDLC)Inventory of software components under change controlsigned BOM per releasefastpace bom show --release <tag>
NIST 800-53SR-4 / SR-5Supply-chain provenance + acquisition strategyCycloneDX-AI envelopefastpace bom show --release <tag> --json

F4.x — AI-Native Maturity Score (9 sub-scores)

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-4.1Organizational AI-governance maturityweighted aggregate over 9 sub-scoresfastpace maturity show
NIST AI RMFMEASURE-1.3Methods to evaluate AI risks chosen + documentedeach sub-score deterministic from primitivesfastpace maturity show --json
ISO/IEC 42001§10.1Continual improvementscorecard trend over timefastpace maturity history --since 180d
SOC 2CC4.2Self-assessment evidencematurity reportfastpace maturity show
NIST CSFGV.RM-01Risk-management objectives established + agreedweighted aggregate over 9 sub-scoresfastpace maturity show
NIST 800-53PM-9Organization-wide risk-management strategyscorecard trend over timefastpace maturity history --since 180d

F5.1 — Audit-chain coverage gauge (cross-primitive)

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMEASURE-3.3Quantitative measurement of AI-system performance% AI commits with complete evidence chainfastpace audit coverage
NIST AI RMFMANAGE-4.1"Risks are tracked over time"60-day rolling window + status bandsfastpace audit coverage --window 60d
NIST AI 600-1MS-3.3-001GenAI quantitative evidence-quality figurecoverage figure + threshold + bandfastpace audit coverage --json
ISO/IEC 42001§9.1Performance evaluation (quantitative)single coverage figurefastpace audit coverage --basis enterprise
EU AI ActArt. 12Traceability quality measurementcross-primitive verification figurefastpace audit coverage
SOC 2CC4.1Monitoring controls — operating effectivenessbanded gauge: green ≥95% / yellow ≥80%fastpace audit coverage --json
FedRAMP-MCA-7Continuous monitoringgauge feeds continuous-monitoring dashboardfastpace audit coverage --since 30d
PCI DSSReq 10.4Review logs + security events for coverage% AI commits with complete evidence chainfastpace audit coverage
SOX§404 (ITGC)Monitoring of IT general controls' operating effectiveness% AI commits with complete evidence chainfastpace audit coverage
NIST 800-53CA-7Continuous monitoringgauge feeds continuous-monitoring dashboardfastpace audit coverage --since 30d
NIST CSFDE.CM-01Networks + assets monitored to detect adverse eventsbanded coverage gaugefastpace audit coverage --json

F5.2 — Signed outcome snapshot (procurement-grade attestation)

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFGOVERN-5.1Mechanisms for ongoing AI risk + performance reportingsigned JSON envelope, offline-verifiablefastpace outcome snapshot
ISO/IEC 42001§9.1 / §9.3Performance reporting to managementbundled metric + contracted thresholdfastpace outcome snapshot && fastpace outcome verify <file>
EU AI ActArt. 17Quality-management system documentationtamper-evident snapshotfastpace outcome snapshot
SOC 2CC4.1 / CC7.5Monitoring + system performance reportingsigned attestation per cyclefastpace outcome snapshot
FedRAMP-MCA-2 / CA-7Security assessments + continuous monitoringoffline-verifiable signed artifactfastpace outcome verify <snapshot.json>
DORAArt. 5Governance + organisational frameworkyear-over-year trajectory artifactfastpace outcome renewal-report
SOX§302Management certification backed by a signed attestationsigned JSON envelope, offline-verifiablefastpace outcome snapshot && fastpace outcome verify <file>
NIST 800-53CA-2 / CA-7Security assessments + continuous monitoringoffline-verifiable signed artifactfastpace outcome verify <snapshot.json>

F6.1 — Customer-Managed Keys (CMK) with audit-chain integration

FrameworkControl IDMaps toEvidenceRunnable
NIST AI RMFMANAGE-3.2Pre-trained models + sensitive data risk treatmentcustomer-held KEK + envelope encryptionfastpace cmk status
ISO/IEC 42001§A.6.2.6Information security in AIX25519 + AES-256-GCM envelopesfastpace cmk encrypt <file>
GDPRArt. 32 / Art. 28Encryption + processor controlsKEK at fastpace/cmk/kek.priv mode 0600fastpace cmk status
SOC 2CC6.1Logical + physical access controlscustomer-exclusive key custodyfastpace cmk status --json
ISO 27001A.8.24Use of cryptographystandard primitives (RFC 7748 / 5869 / SP 800-38D)fastpace cmk status
FedRAMP-MSC-12 / SC-13Cryptographic key establishment + userotation lifecycle signed into auditfastpace cmk rotate
HIPAA§164.312(a)(2)(iv)Encryption + decryption (addressable)customer-held KEKfastpace cmk encrypt <ePHI-file>
DORAArt. 9(2)(c)Encryption of data at rest + in transitper-artifact envelope encryptionfastpace cmk encrypt <file>
PCI DSSReq 3.5 / 3.6 / 3.7Protect stored account data; key-management lifecyclecustomer-held KEK; rotation signed into auditfastpace cmk rotate
CCPA§1798.150Reasonable security (encryption) for personal informationX25519 + AES-256-GCM envelopes; customer custodyfastpace cmk status
GLBA§314.4(c)(3)Encryption of customer information at rest + in transitper-artifact envelope encryptionfastpace cmk encrypt <file>
FCRA§628 (Disposal Rule)Secure disposal of consumer-report info via key destructioncustomer-held KEK; envelope encryptionfastpace cmk rotate
NIST 800-53SC-12 / SC-13Cryptographic key establishment + userotation lifecycle signed into auditfastpace cmk rotate
NIST CSFPR.DS-01Data-at-rest protected via encryptionX25519 + AES-256-GCM envelopesfastpace cmk status

Validation status

status: validated-against-published-text means every control ID above was cross-checked against the framework's published text on 2026-05-13. When that date drifts more than 3 months out of date, the auditor should treat the mapping as advisory — re-validate before the next audit cycle.

Open: when the EU AI Act implementing acts publish their final article numbering, re-verify Articles 9, 10, 11, 12, 14, 15, 17, 25.

What this matrix does NOT cover

For honesty in the generated PDF, the prospect-facing report explicitly calls out controls fastpace does NOT cover, so the document is not a sales doc only. Out-of-scope (the customer must source elsewhere):

The generated PDF reproduces this section verbatim — the credibility of the in-scope claims depends on the honesty of the out-of-scope list.