Guardian Posse
Guardian Posse · Nuclear Cybersecurity

Six Automations the
Nuclear Industry Has Never Seen

Built on the PCM Level security architecture (CL-0 → CL-IV), each automation solves a real compliance gap in nuclear facility cybersecurity — one that has never been automated before — and is mapped to the specific regulatory clause it satisfies.

NRC 10 CFR 73.54 NRC 10 CFR 73.55 NRC 10 CFR 50.73 NRC 10 CFR 73.77 NRC RG 5.71 IAEA NSS 17 IAEA NSS 27-G IEC 62443-2-4 IEC 62443-3-3

The gap: NRC 10 CFR 73.54 has been in force since 2009. Most licensed nuclear facilities still satisfy it with paper logs, manual reviews, and periodic audits — not because the rule is weak, but because no platform existed that could automate the control at the sub-software physics layer. Guardian Posse changes that. The six automations below are the first to apply codec-level, RTOS-governed, AI-gated, and cryptographically-ordered security primitives to the specific compliance obligations that nuclear facilities have struggled to automate.

01
PCM Forensic Replay Engine

MLC cell-state reconstruction → NRC-attributable event timeline

First-of-Kind
The Problem No One Has Automated

When a cyber event occurs in a nuclear facility, NRC requires a reportable event narrative (10 CFR 50.73) that establishes exactly what happened and in what order. Today this is assembled by hand from disparate log sources — hours or days after the event, with no mathematical proof of log ordering. Regulators have no way to verify the timeline hasn't been altered.

How GP Solves It
CL-I · PCMrtos MLC logs CL-II · TSOV gate replay CL-IV · SHA-256 event receipt

The PCMrtos layer (CL-I) continuously logs every cell-state transition with RTOS-precision timestamps. After any security event, the Forensic Replay Engine feeds those logs through the CL-II Temporal Sequence Output Verification (TSOV) gate to reconstruct the exact sequence of state changes. The CL-IV intelligence wrapper generates a SHA-256-receipted event narrative ready for NRC submission — with the math to prove log ordering hasn't been altered.

Evidence Artifact Produced

SHA-256 receipted event timeline · NRC 10 CFR 50.73 narrative draft · TSOV sequence proof · Full chain of custody from cell-state to report

Regulatory Mapping
10 CFR 50.73 Licensee event report system — automated narrative generation
10 CFR 73.77 Cyber event notification — timestamped evidence package
RG 5.71 §D.4 Incident response & forensics — mathematically-ordered log chain
IAEA NSS 27-G CSIRT guidelines — verifiable timeline reconstruction
02
Sovereign Firmware Verifier

Dual-codebook I&C firmware gate → supply-chain sovereignty before installation

First-of-Kind
The Problem No One Has Automated

Nuclear digital I&C system vendors ship firmware updates on portable media. Today's verification is a hash check — compare the vendor-supplied hash against the downloaded file. A sophisticated supply-chain attacker who compromises the vendor's signing infrastructure can provide a matching hash for a malicious firmware. The hash check passes. The malware installs.

How GP Solves It
CL-0 · Nucleus GCQ codec CL-III · Dual-codebook verification CL-IV · Tamper-evidence receipt

Before any firmware touches a safety-related I&C system, the Sovereign Firmware Verifier encodes it through the Nucleus GCQ codec (CL-0) and runs the resulting compressed representation through the CL-III asymmetric dual-codebook engine. The vendor holds the encoder codebook half; Guardian Posse holds the decoder half. Only a firmware with the correct codebook provenance produces a reconciling output. If the halves don't reconcile — installation is blocked and a tamper-evidence receipt is generated with the discrepancy logged. Hash match alone is insufficient.

Evidence Artifact Produced

Codebook reconciliation receipt · Installation gate decision (allow/block) · Tamper-evidence log · Supply chain audit trail per NRC RG 5.71

Regulatory Mapping
RG 5.71 §D.1.4 Supply chain — software/firmware verification before installation
73.54(d)(2) Portable media & mobile device controls — pre-installation gate
IEC 62443-2-4 §SP.04 Software maintenance — vendor-supplied update integrity
IAEA NSS 17 §4.3 Supply chain trustworthiness — independent verification
03
Maintenance Mode Governor

AI Governor ISRI + MSOV enforcement during safety-system maintenance windows

First-of-Kind
The Problem No One Has Automated

Maintenance windows on safety-related digital systems are the highest-risk period in a nuclear facility's cybersecurity posture. A technician with legitimate access can, intentionally or accidentally, perform an out-of-scope action that compromises system integrity. Today this window is monitored by a second technician with a paper checklist. The checklist doesn't generate a machine-readable audit trail and can't catch subtle out-of-sequence actions in real time.

How GP Solves It
CL-II · ISRI input bounds gate CL-II · MSOV state verify gate CL-IV · Scope enforcement + alert

When a maintenance window opens, the Maintenance Mode Governor activates the CL-II AI Governor in continuous-watch mode over the target system's I/O stream. The ISRI gate bounds-checks every input action against the pre-approved maintenance scope. The MSOV gate verifies that each resulting memory state transition is consistent with what an approved action should produce. Any out-of-scope input or unexpected state change triggers an immediate CL-IV alert — with the specific violated boundary logged — before the technician can proceed. The window is logged in full for regulatory review.

Evidence Artifact Produced

Real-time scope-violation alerts · Full maintenance window audit log · ISRI/MSOV gate pass/fail record · Regulatory-ready maintenance evidence package

Regulatory Mapping
73.54(e)(3) Defense-in-Depth — multiple protective strategies during access
RG 5.71 §D.2.3 Maintenance & testing — continuous monitoring of authorized access
IAEA NSS 17 §3.4 Insider threat mitigation — behavioral monitoring during maintenance
IEC 62443-3-3 SR 3.1 Communications integrity — verified action-to-state correspondence
04
Nucleus Configuration Baseline Scanner

GCQ quantization drift as sub-software integrity primitive

First-of-Kind
The Problem No One Has Automated

Configuration integrity monitoring tools (file-integrity monitors, change-detection agents) operate at the software layer. An advanced persistent threat that compromises the OS or hypervisor can mask configuration changes from the very tools designed to detect them. This is the fundamental weakness of software-based integrity monitoring in safety-related systems — the monitor and the attacker share the same privilege domain.

How GP Solves It
CL-0 · Nucleus GCQ codec CL-I · PCMrtos cell-state baseline CL-IV · Drift alert + evidence

The Nucleus Configuration Baseline Scanner encodes the approved system configuration through the Nucleus GCQ codec (CL-0), producing a compressed codebook representation that is stored in PCM cell-state memory (CL-I) — below the OS layer. Any subsequent configuration change alters the GCQ quantization of the system state. Because the codec operates below software, a compromised OS cannot prevent or mask the quantization change. The scanner continuously re-encodes and compares — any drift from the approved baseline codebook triggers an immediate CL-IV compliance alert, even when software-layer monitors are blind.

Evidence Artifact Produced

Codebook drift delta report · Sub-software integrity verification receipt · Configuration baseline SHA-256 hash · Change evidence package for regulatory review

Regulatory Mapping
73.54(b)(1) Protect digital systems from cyber attack — sub-software detection
RG 5.71 §D.1.3 Configuration management — approved baseline enforcement
IEC 62443-2-4 §SP.03.01 Configuration management — deviation detection and documentation
IAEA NSS 17 §3.3 System integrity — continuous verification of approved state
05
TPRF Cyber Chain of Custody

Cryptographic event ordering for NRC-submittable log evidence

First-of-Kind
The Problem No One Has Automated

NRC investigations require proof that cybersecurity event logs reflect what actually happened — in the order it happened. Network-time-synchronized logs can be manipulated. Log entries can be deleted, inserted, or reordered by an attacker with file system access. No existing nuclear cybersecurity solution creates a cryptographic proof of ordering that is independent of the logging infrastructure itself.

How GP Solves It
CL-II · TPRF gate CL-I · RTOS-precision timestamps CL-IV · Chain receipt + audit

Every cybersecurity event log entry is processed through the CL-II Temporal Proof of Recency & Freshness (TPRF) gate. TPRF stamps each entry with a cryptographic binding that incorporates the RTOS-precision timestamp from CL-I and a hash chain linking it to the previous entry. The result is an unbroken, hash-linked log chain where every entry is provably earlier or later than every other — and where any deletion, insertion, or reordering breaks the chain. The CL-IV intelligence wrapper generates a chain-of-custody certificate ready for NRC submission or litigation.

Evidence Artifact Produced

Hash-linked event chain · TPRF ordering proof · Chain-of-custody certificate · NRC 10 CFR 73.77 notification package with tamper-evident log

Regulatory Mapping
10 CFR 73.77 Cyber event notification — tamper-evident evidence package
73.54(e)(5) Auditing requirements — cryptographic audit log integrity
IEC 62443-3-3 SR 3.8 Session integrity — event sequence verification
IAEA NSS 27-G §5.3 CSIRT forensics — provable event ordering for investigation
06
Cyber Two-Person Integrity Engine

Digital enforcement of the nuclear two-person rule for safety-critical cyber actions

First-of-Kind
The Problem No One Has Automated

The physical two-person rule (10 CFR 73.55(k)) requires that no single individual can perform a safety-critical action in a nuclear facility without a second person present and concurring. This rule is rigorously enforced in the physical domain. In the cyber domain, it is not. A single system administrator can change a firewall rule, reset credentials, or modify a safety system configuration — alone, at 2 AM, without any second verification. There is no digital equivalent of the two-person rule anywhere in nuclear cybersecurity today.

How GP Solves It
CL-II · Dual AI Governor verify CL-IV · SHA-256 dual receipt CL-IV · 12 defense agents

The Cyber Two-Person Integrity Engine (C-TPI) classifies cyber actions into "safety-critical" and "routine" tiers. Safety-critical actions — firewall rule changes, access grants, I&C system configuration modifications, cryptographic key operations — require two independent CL-II AI Governor verifications before execution. Each verification runs a separate AI agent chain with its own audit log. Both verifications must produce a passing CL-IV attestation. A single passing verification is explicitly rejected. The dual receipts are SHA-256 bound together — evidence that exactly two independent verification paths were completed, not one path run twice. This is the nuclear two-person rule, automated and extended to the digital domain.

Evidence Artifact Produced

Dual-receipt SHA-256 bundle · Independent agent chain audit logs · Safety-critical action registry · Two-person rule compliance certificate per 10 CFR 73.55(k)

Regulatory Mapping
10 CFR 73.55(k) Two-person rule — digital enforcement of physical two-person integrity
73.54(e)(3) Defense-in-Depth — independent verification paths for critical actions
IAEA NSS 17 §4.2 Access control — multi-party authorization for sensitive operations
IEC 62443-2-1 §4.3.3.2 Security policy — separation of duties for critical changes

Regulatory Coverage at a Glance

# Automation PCM Layers Primary Regulations Satisfied
01 PCM Forensic Replay Engine CL-I · CL-II TSOV · CL-IV 10 CFR 50.73 · 10 CFR 73.77 · NRC RG 5.71 §D.4 · IAEA NSS 27-G
02 Sovereign Firmware Verifier CL-0 GCQ · CL-III Dual-CB · CL-IV NRC RG 5.71 §D.1.4 · 10 CFR 73.54(d)(2) · IEC 62443-2-4 §SP.04 · IAEA NSS 17 §4.3
03 Maintenance Mode Governor CL-II ISRI/MSOV · CL-IV 10 CFR 73.54(e)(3) · NRC RG 5.71 §D.2.3 · IAEA NSS 17 §3.4 · IEC 62443-3-3 SR 3.1
04 Nucleus Configuration Baseline Scanner CL-0 GCQ · CL-I cell-state · CL-IV 10 CFR 73.54(b)(1) · NRC RG 5.71 §D.1.3 · IEC 62443-2-4 §SP.03.01 · IAEA NSS 17 §3.3
05 TPRF Cyber Chain of Custody CL-II TPRF · CL-I timestamps · CL-IV 10 CFR 73.77 · 10 CFR 73.54(e)(5) · IEC 62443-3-3 SR 3.8 · IAEA NSS 27-G §5.3
06 Cyber Two-Person Integrity Engine CL-II dual-verify · CL-IV dual-receipt 10 CFR 73.55(k) · 10 CFR 73.54(e)(3) · IAEA NSS 17 §4.2 · IEC 62443-2-1 §4.3.3.2

Ready to see these automations in your facility?

All six automations are built on the live Guardian Posse platform. Every claim is verifiable at /proof. Contact us to scope a nuclear cybersecurity engagement.