Who this is for: Critical infrastructure operators, CISOs, AI risk managers, NIST AI RMF practitioners, and sector-specific regulators. Applicable to Energy, Water, Healthcare, Financial Services, Telecom, Defense, and Transportation sectors.

Contents

1. About the NIST CI Profile 2. CI Requirements to SWT3 Procedures 3. Detailed Procedure Cards 4. Sector-to-Profile Mapping 5. Testing, Evaluation, Validation, and Verification (TEVV) 6. Community of Interest 7. Quick Start 8. References

1. About the NIST CI Profile

On April 7, 2026, NIST released a concept note for an AI RMF Profile on Trustworthy AI in Critical Infrastructure. This profile moves the AI Risk Management Framework from broad guidance toward sector-specific, implementation-ready requirements for operators of critical infrastructure.

The profile focuses on managing risks where AI-enabled decisions have physical-world safety consequences. Key focus areas include:

The profile initially targets Energy, Water, Healthcare, and Financial Services, but applies to all 16 critical infrastructure sectors identified in Presidential Policy Directive 21 (PPD-21).

2. CI Requirements to SWT3 Procedures

Each NIST CI profile requirement maps to SWT3 procedures that generate cryptographic witness anchors as compliance evidence.

NIST CI RequirementSWT3 ProceduresWhat Is WitnessedAI RMF Function
Deterministic behaviorAI-PERF.1 + AI-ROBUST.1Performance metrics against declared accuracy; robustness under perturbationMEASURE 2.5, 2.6
ExplainabilityAI-EXPL.1 + AI-EXPL.2Feature attribution explanations; calibrated confidence scoresMEASURE 2.5
Graceful degradationAI-SAFE.1Safe state transition with trigger code, actions suspended, recovery statusMANAGE 4.1
Fail-safe operationAI-SAFE.1 + AI-INCIDENT.1Emergency stop capability; incident classification and notificationMANAGE 3.2, 4.1
Adversarial robustnessAI-ROBUST.1 + AI-SEC.1 + AI-REDTEAM.1Perturbation survival; adversarial threat detection; red team campaign resultsMEASURE 2.6
Model lineageAI-MDL.1 + AI-MDL.5 + AI-SBOM.1Model weight integrity; file hash verification; component inventoryMANAGE 1.3, GOVERN 1.5
Supply chain riskAI-SUPPLY.1 + AI-ENV.2Supplier compliance assessment; dependency manifest with vulnerability countMEASURE 3.1
Continuous monitoringAI-DRIFT.1 + AI-PMM.1Model drift detection; post-market monitoring attestationMEASURE 2.6, MANAGE 4.1
Human oversightAI-HITL.1 + AI-HITL.2Human review completion; override event with reason and outcomeMANAGE 2.2
TEVVAI-PERF.1 + AI-ROBUST.1 + AI-REDTEAM.1Performance benchmarks; robustness testing; adversarial campaignsMEASURE 2.5, 2.6
Inference provenanceAI-INF.1Prompt/response hash capture with model identifierGOVERN 1.7
Audit traceabilityAI-AUDIT.1Tamper-evident audit log integrity verificationGOVERN 1.7
Cybersecurity postureAI-CYBER.1Security assessment against recognized frameworks (NIST CSF, ISO 27001)MANAGE 2.2
Hardware attestationAI-HW.1 + AI-ENV.1GPU/accelerator inventory; runtime environment hashMANAGE 1.3, GOVERN 1.2

3. Detailed Procedure Cards

AI-SAFE.1

Safe State Transition (Graceful Degradation + Fail-Safe)

NIST CI requires: AI systems in critical infrastructure must support graceful degradation and fail-safe operation. When AI components fail or produce unreliable outputs, the system must transition to a safe state without catastrophic consequences.

How SWT3 addresses it: witnessSafeState() records the trigger (manual, threshold, chain break, policy, external), the number of actions suspended, and whether a recovery mechanism is available. This creates an auditable record of every safe state transition across the infrastructure.

What to show the examiner

AI-SAFE.1 anchors prove stop/interrupt mechanisms exist and have been exercised. The trigger_code field shows whether transitions were proactive (threshold) or reactive (chain_break). Recovery_available confirms the system can resume operations after safe state.

AI-ROBUST.1 + AI-SEC.1 + AI-REDTEAM.1

Adversarial Robustness (Multi-Layer)

NIST CI requires: Heightened adversarial robustness in all lifecycle stages. Critical infrastructure AI must withstand noise, corruption, missing data, out-of-distribution inputs, and targeted adversarial attacks.

How SWT3 addresses it: Three procedures create a layered defense evidence chain. witnessRobustness() records perturbation testing results. witnessSecurityScan() detects adversarial inputs at runtime. witnessRedTeam() documents structured adversarial test campaigns. Together they prove robustness is tested proactively, detected at runtime, and validated through red team exercises.

What to show the examiner

AI-ROBUST.1 anchors show perturbation types tested and survival rates. AI-SEC.1 anchors show runtime threat detection is active. AI-REDTEAM.1 anchors show adversarial campaigns were conducted with documented scope and findings.

AI-MDL.1 + AI-MDL.5 + AI-SBOM.1

Model Lineage and Supply Chain

NIST CI requires: Tracking the origin and training data of AI models. Organizations must map AI dependencies and model lineage across the supply chain.

How SWT3 addresses it: witnessModelIntegrity() verifies the deployed model hash matches the approved registry. witnessModelWeights() captures the SHA-256 hash of weight files. witnessSbom() documents all model components, data sources, and dependencies. The result is a complete provenance chain from training data to deployed weights.

What to show the examiner

AI-MDL.1 anchors prove model identity is verified at deployment. AI-MDL.5 anchors prove weight file integrity. AI-SBOM.1 anchors provide the complete component inventory. Cross-reference with AI-SUPPLY.1 for third-party supplier compliance status.

4. Sector-to-Profile Mapping

SWT3 provides pre-built industry profiles that implement the NIST CI requirements for each sector. Each profile pre-selects the relevant procedures, clearing level, and trust mesh configuration.

Energy (Grid AI, Load Forecasting, Predictive Maintenance)

Profile: autonomous-systems (CL2, 16 procedures, strict trust mesh)

Key: AI-SAFE.1 for grid failover, AI-PERF.1 for load forecast accuracy, AI-DRIFT.1 for seasonal model decay

swt3 init --profile autonomous-systems --tenant YOUR_UTILITY

Water (SCADA AI, Treatment Optimization, Contamination Detection)

Profile: autonomous-systems (CL2, 16 procedures, strict trust mesh)

Key: AI-SAFE.1 for treatment failover, AI-INCIDENT.1 for contamination alerts, AI-ENV.1 for sensor attestation

swt3 init --profile autonomous-systems --tenant YOUR_UTILITY

Healthcare (Clinical Decision Support, Diagnostic AI, Risk Scoring)

Profile: healthcare-clinical (CL3, 15 procedures, strict trust mesh)

Key: AI-EXPL.1/2 for clinical explainability, AI-HITL.1/2 for clinician oversight, AI-FAIR.1/3 for diagnostic equity

swt3 init --profile healthcare-clinical --tenant YOUR_HEALTH_SYSTEM

Financial Services (Fraud Detection, Credit Scoring, AML, Trading)

Profile: fintech-model-risk (CL2, 16 procedures, strict trust mesh)

Key: AI-AUTO.1 for automated credit decisions, AI-FAIR.1/3 for fair lending, AI-DRIFT.1 for model decay

swt3 init --profile fintech-model-risk --tenant YOUR_INSTITUTION

Telecommunications (Fraud Detection, Network Optimization, Customer Scoring)

Profile: telecom-compliance (CL2, 19 procedures, strict trust mesh)

Key: AI-TRANS.1 for FCC transparency, AI-PERF.1 for network model accuracy, AI-SAFE.1 for network failover

swt3 init --profile telecom-compliance --tenant YOUR_CARRIER

Defense and Government (Mission AI, ISR, Logistics, C2)

Profile: defense-govcon (CL3, 16 procedures, hardware attestation required)

Key: AI-HW.1/3 for hardware attestation, AI-SBOM.1 for supply chain, AI-REDTEAM.1 for adversarial testing

swt3 init --profile defense-govcon --tenant YOUR_PROGRAM

5. Testing, Evaluation, Validation, and Verification (TEVV)

The NIST CI profile emphasizes rigorous TEVV as a continuous process, not a one-time gate. Three SWT3 procedures map directly to TEVV activities:

TEVV PhaseSWT3 ProcedureWhat Is WitnessedCadence
TestingAI-REDTEAM.1Adversarial test campaign scope, findings, severityQuarterly or pre-deployment
EvaluationAI-PERF.1Performance metrics against declared benchmarksWeekly or per-batch
ValidationAI-ROBUST.1Robustness under perturbation, edge cases, noiseMonthly or post-update
VerificationAI-MDL.1 + AI-MDL.5Model identity and weight file hash match approved registryEvery deployment

Each TEVV activity produces a SWT3 Witness Anchor with a cryptographic fingerprint. The anchors are independently verifiable and create a continuous evidence chain that auditors can query by time range, procedure, or model.

6. Community of Interest

NIST is creating a Trustworthy AI in Critical Infrastructure Profile Community of Interest and welcomes participation from across the critical infrastructure ecosystem, including operators, developers, researchers, and standards bodies.

The SWT3 protocol's UCT Registry (191 procedures across infrastructure and AI governance) provides a structured vocabulary for Community of Interest participants to reference when discussing trustworthiness requirements.

Registry: sovereign.tenova.io/registry

7. Quick Start

# Choose the profile for your sector:

# Energy / Water / Industrial Control
swt3 init --profile autonomous-systems

# Healthcare / Clinical AI
swt3 init --profile healthcare-clinical

# Financial Services
swt3 init --profile fintech-model-risk

# Telecommunications
swt3 init --profile telecom-compliance

# Defense / Government
swt3 init --profile defense-govcon

# Run the telecom fraud demo to see CI-relevant witnessing
python -m swt3_ai.demo --scenario telecom-fraud

Full SDK documentation: sovereign.tenova.io/docs

Create a free account: sovereign.tenova.io/signup

8. References