Gerolamo Technology Corpus
Back to Insights
July 20, 2026AI InfrastructureRob Murtha

Operationalizing Evidence-Sealed Authorization with Zephyr

The Evidence-Sealed Authorization sealing layer is now in production. Zephyr provides the cryptographic primitive that makes automated ATOs possible.

In March, we published Evidence-Sealed Authorization (ESA), a framework outlining how security compliance should be derived directly from verifiable, machine-generated evidence of how systems are built and operated. The architecture detailed a comprehensive approach: structural evidence extraction, environment observation, automated control evaluation, and a cryptographic sealing layer to bind these elements into tamper-evident packages for independent assessment.

Since publication, the industry response has validated the urgent need for this approach. Our engagement metrics and search traffic highlight consistent, industry-wide pain points: ATO (Authority to Operate) automation, OSCAL tooling integration, continuous authorization, and reducing RMF (Risk Management Framework) costs. Security professionals are actively seeking practical solutions, and the most frequent question we receive is: How much of this architecture actually exists today?


Solving the Cryptographic Sealing Challenge

Much of the ESA architecture relies on mature, existing technologies. Structural analysis tools, environment scanners, and policy engines are well-established. SBOM generation and build provenance are advancing rapidly through frameworks like SLSA and in-toto.

However, the critical missing component that ensures trust across the entire model has been the sealing layer. This layer takes an observation and cryptographically binds it to its producer, timestamp, and context, making any subsequent modifications mathematically detectable. Without this layer, machine-generated evidence lacks inherent integrity. ESA relies on cryptographic proof, rather than operational trust, to secure compliance data.

Enter Zephyr.

Zephyr provides the definitive sealing layer. It signs every event into a structured envelope, binding the payload hash, a hierarchical label, a timestamp, and the signer's identity into a single, verifiable ID. Because the ledger is append-only, any tampering invalidates the cryptographic signature, which can be independently verified by anyone holding a 32-byte public key. Furthermore, Zephyr integrates with Gatekeeper, a policy agent that evaluates each envelope against declarative rules to govern execution, securely logging and signing every decision.


Zero-Infrastructure Portability

Zephyr is designed to run anywhere, without the need for external databases, key servers, or Hardware Security Modules (HSMs). Envelopes are stored as standard files, and the ledger operates as JSONL.

This simplicity is a significant operational advantage: a signature generated in an air-gapped enclave verifies perfectly on a standard laptop. For organizations operating in classified or highly restricted research environments, this minimal infrastructure footprint ensures high survivability and rapid deployment, allowing the tool to operate seamlessly without requiring complex underlying accreditations.


Securing the Chain of Custody in Mission Environments

Over the past several months, we have deployed Zephyr within research institutions addressing complex national security challenges. In these mission-critical environments, data frequently crosses strict trust boundaries—from the edge to secure enclaves, and from instrumentation to analysis.

Zephyr effectively solves the resulting chain-of-custody challenges. It assigns a unique cryptographic identity to every event at the point of creation. This provenance travels with the data across all network boundaries, allowing verification to occur wherever the data ultimately resides. By relying on mathematical guarantees, a minimal attack surface, and fully inspectable mechanisms, Zephyr meets the rigorous security standards of world-class engineering teams.


The Path Forward for Compliance Automation

In our initial ESA paper, we projected that mature evidence infrastructure could reduce authorization costs by 85% to 95%, using the sealing layer as the primary trust anchor. We stand by this projection.

By proving Zephyr's capabilities in rigorous, high-stakes environments first, we have established a robust foundation for downstream compliance applications. The path to fully automated, evidence-sealed ATOs is now a matter of assembling the remaining components onto this proven cryptographic primitive.

Evidence-Sealed Authorization is no longer just a proposal—its foundation is in active production, and the rest of the ecosystem is actively being built.

Availability
Zephyr is officially listed on the CDAO Tradewinds Solutions Marketplace. The complete Evidence-Sealed Authorization framework remains free to read, implement, and build upon.