Security

Drok complies with all seven layers of LSS-001, the LeMay Security Standard. Every security property described below is a structural feature of the platform, not a policy aspiration.

Layer I

Memory Safety and Transport

The entire backend is Rust with zero unsafe blocks in first-party code. All connections use TLS 1.3 with HSTS preloading. No C, C++, or memory-unsafe languages in the critical path.

Layer II

Post-Quantum Cryptography

ML-KEM-1024 (FIPS 203) for key encapsulation. ML-DSA-87 (FIPS 204) for digital signatures. SLH-DSA-SHA2-256s (FIPS 205) for stateless hash-based signatures. Hybrid X25519 + ML-KEM-1024 as default key exchange.

Layer III

Cryptographic Agility

The CryptoProvider trait enables zero-downtime algorithm rotation. When NIST publishes updated parameters or new standards, Drok rotates without service interruption. Key rotation events are recorded in the transparency log.

Layer IV

Supply Chain Integrity

SLSA Level 3+ provenance attestation on all pipeline-produced artifacts. CycloneDX SBOM generation. Verified reproducible builds with dual-environment compilation and cryptographic output comparison.

Layer V

Confidential Computing

TEE (Trusted Execution Environment) isolation for key generation, signing operations, and secret storage. Attestation reports are recorded in the transparency log.

Layer VI

Universal Transparency

Merkle tree append-only log for every security-critical operation. Inclusion proofs for any entry. Hash chain linkage prevents retroactive modification. MTP Receipts provide verifiable audit trails.

Layer VII

Formal Verification

Kani model checker proofs for critical cryptographic and state-machine logic. Formal verification is not aspirational — it is a shipping requirement for security-critical code paths.

Reporting Vulnerabilities

Report security vulnerabilities to security@lemay.app. We will acknowledge receipt within 24 hours and provide a detailed response within 72 hours. Do not disclose vulnerabilities publicly until a fix has been deployed.


LeMay Inc. · Billerica, Massachusetts · Governed by LSS-001 · Filed under the Curtis License