Report vulnerabilities privately: security@spektrelabs.com. Do not open a public GitHub issue for undisclosed security bugs.
Creation OS is an offline, zero-telemetry, formally-verified-where-possible AGI kernel. Security is not a layer; it is the architecture. This document states the reporting process, the supported surface, the guarantees we actually make (and the ones we do not), and the active hardening controls.
The merge-gate guarantees runtime-checked correctness (M-tier) on the main branch, head-of-tree. Older tags are not maintained for security fixes; if you depend on an older tag, pin the commit, own the patch. The σ-labs (v56–v61) have no network code path by construction.
| Version | Status | Merge-gate | Security lab |
|---|---|---|---|
main |
supported | yes | σ-Shield (v60) + Σ-Citadel (v61) + Reasoning Fabric (v62) + σ-Cipher (v63) + σ-Intellect (v64) + σ-Hypercortex (v65) + σ-Silicon (v66) + σ-Noesis (v67) + σ-Mnemos (v68) + σ-Constellation (v69) + σ-Hyperscale (v70) M-tier |
| tagged v60 and earlier | reproducible only | yes at tag time | — |
Write the repository owner; do not open a public issue. Include:
- A minimal reproducer (as a
make-runnable target if possible). - Commit hash you reproduced on.
- Your threat-model assumption (what capability the attacker has).
- Impact (denial-of-service? capability escape? intent-gate bypass?).
We respond within 72 h with an acknowledgement and an advisory tier. No bug-bounty program, no coordinated-disclosure SLA beyond that 72 h acknowledgement — we are a small kernel team.
| Tier | Meaning |
|---|---|
| F — Formally proven | Frama-C / TLA+ / Coq artefact; machine-checked |
| M — Runtime-checked | Deterministic self-test in make check-* |
| I — Interpreted | Documented invariant, not auto-checked |
| P — Planned | Roadmap item; no claim today |
- v60 σ-Shield (
make check-v60, 81 tests, every decision surface). Branchless capability authorise + σ-gated intent + TOCTOU-free args + code-page integrity. Priority cascade is exhaustive andreason_bitsis multi-cause honest. - v61 Σ-Citadel (
make check-v61, 61 tests;make chacefor the full composed menu). Branchless Bell-LaPadula + Biba + MLS-compartment lattice; deterministic 256-bit attestation quote with constant-time equality; libsodium BLAKE2b-256 opt-in (COS_V61_LIBSODIUM=1). Ships seL4 CAmkES contract, Wasmtime sandbox harness, eBPF LSM policy, Darwin sandbox-exec profile, OpenBSD pledge stub, Nix reproducible recipe, distroless Dockerfile, Sigstore sign hook, SLSA v1.0 predicate emitter — all dispatched bymake chacewhich PASSes present layers and SKIPs missing ones honestly, never silently downgrading. - v62 Reasoning Fabric (
make check-v62, 68 tests). Six branchless C kernels distilled from the 2026 reasoning frontier — Coconut latent CoT, Energy-Based Transformer verifier, Hierarchical Reasoning Model H/L loop, Native Sparse Attention (compress + select + slide), DeepSeek-V3 Multi-Token Predictor draft + verify, ARKV adaptive ORIG/QUANT/EVICT KV manager. Composes with v60 + v61 as a 3-bit branchless decision (cos_v62_compose_decision) so no reasoning step emits unless σ-Shield, Σ-Citadel and the EBT verifier all ALLOW. ASAN clean (make asan-v62). UBSAN clean (make ubsan-v62). Hardened-build clean (make standalone-v62-hardened). Apple-tiercosCLI:./cos,cos sigma,cos verify,cos chace,cos think <prompt>(single C binary, no deps, NO_COLOR-respecting). - v63 σ-Cipher (
make check-v63, 144 tests). Dependency-free C kernel shipping BLAKE2b-256 (RFC 7693), HKDF-BLAKE2b (RFC 5869), ChaCha20-Poly1305 AEAD (RFC 8439), X25519 (RFC 7748), constant-time equality, secure-zero, an attestation-bound sealed envelope (key = HKDF over the v61 256-bit quote + nonce + context, so a trace only decrypts on a host whose committed runtime state matches), a forward-secret symmetric ratchet, and an IK-like session handshake with BLAKE2b chaining key. Composes with v60 + v61 + v62 as a 4-bit branchless decision (cos_v63_compose_decision) so no sealed message is emitted unless σ-Shield, Σ-Citadel, the EBT verifier and the AEAD tag + quote binding all ALLOW. All X25519 signed-shifts rewritten tocarry * ((int64_t)1 << N)for UBSAN cleanliness. ASAN clean (make asan-v63). UBSAN clean (make ubsan-v63). Hardened-build clean (make standalone-v63-hardened). Apple-tiercosCLI surface:cos seal <path> [--context CTX],cos unseal <path> [--context CTX],cos sigma(now a four-kernel verdict). OptionalCOS_V63_LIBSODIUM=1delegates the six primitives to libsodium's Apple AArch64 assembly; optionalCOS_V63_LIBOQS=1reserves the ML-KEM-768 hybrid slot (Signal SPQR / reishi-handshake pattern). Absent opt-ins reportSKIPhonestly; the portable path is never silently claimed as libsodium- or PQ-verified. - v64 σ-Intellect (
make check-v64, 260 tests). Dependency-free, branchless, Q0.15 integer C kernel shipping the 2026 agentic frontier as six composable subsystems: MCTS-σ PUCT search (Empirical-MCTS, arXiv:2602.04248; rStar-Math) with EBT energy prior and integer isqrt; Skill library with 32-byte σ-signature Hamming retrieval (EvoSkill, arXiv:2603.02766; Voyager), constant-time scan, no FP; Tool authz (Dynamic ReAct, arXiv:2509.20386) — schema + caps + σ + TOCTOU-safe arg-hash binding, branchless priority cascade, multi-cause honest reason bits; Reflexion ratchet (ERL, arXiv:2603.24639; ReflexiCoder, arXiv:2603.05863) — integer Δσ update with ratio-preserving overflow shift; AlphaEvolve-σ — BitNet-b1.58 ternary mutation (arXiv:2402.17764) with σ-gated accept-or-rollback; MoD-σ — per-token depth routing (arXiv:2404.02258; MoDA arXiv:2603.15619; A-MoD arXiv:2412.20875). Composes with v60 + v61 + v62 + v63 as a 5-bit branchless decision (cos_v64_compose_decision) so no tool call or reasoning step emits unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, and the agentic intellect all ALLOW. Measured on M-series: ~674 k MCTS iters/s, ~1.4 M skill retrieves/s, ~517 M tool-authz decisions/s, ~5.1 GB/s MoD-σ routing. ASAN clean (make asan-v64). UBSAN clean (make ubsan-v64). Hardened-build clean (make standalone-v64-hardened). Apple-tiercosCLI surface:cos mcts,cos decide v60 v61 v62 v63 v64 v65,cos sigma(now a six-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc-only. - v65 σ-Hypercortex (
make check-v65, 534 tests). Dependency-free, branchless, integer-only C kernel shipping the 2026 hyperdimensional / vector-symbolic frontier as a popcount-native neurosymbolic substrate. Bipolar hypervectors atD = 16 384 bits(= 2 048 B = exactly 32 × 64-byte M4 cache lines). VSA primitives: bind (XOR, self-inverse), threshold-majority bundle, cyclic permute, Q0.15 similarity =(D − 2·H) · (32768/D)— zero floating-point on the hot path. Cleanup memory — constant-time linear sweep with branchless argmin update; runtime isO(cap)regardless of match index, so timing-channel leakage is bounded by arena size, not by secret state (Holographic Invariant Storage, arXiv:2603.13558). Record / role-filler (closed-form unbind via XOR involution), analogy (A:B::C:?solved asA ⊗ B ⊗ C+ cleanup, zero gradient steps), and sequence memory (position-permuted bundle). HVL — HyperVector Language — a 9-opcode integer bytecode ISA for VSA programs (HALT / LOAD / BIND / BUNDLE / PERM / LOOKUP / SIM / CMPGE / GATE) with per-program cost accounting in popcount-word units; the GATE opcode writesv65_okdirectly into the composed decision and refuses on over-budget. Sources: OpenMem 2026, VaCoAl arXiv:2604.11665, Attention-as-Binding AAAI 2026, VSA-ARC arXiv:2511.08747, HIS arXiv:2603.13558, Hyperdimensional Probe arXiv:2509.25045, HDFLIM, ConformalHDC, LifeHD arXiv:2403.04759. Composes with v60 + v61 + v62 + v63 + v64 as a 6-bit branchless decision (cos_v65_compose_decision) so no thought emits unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, the agentic intellect, and the hypercortex on-manifold + cost-budget gate all ALLOW. Measured on M-series performance core: ~10.1 M Hamming/s @ 41 GB/s, ~31.2 M bind/s @ 192 GB/s (within 2× of unified-memory peak), ~10.5 M proto·comparisons/s cleanup, ~5.7 M HVL programs/s @ ~40 M ops/s. ASAN clean (make asan-v65). UBSAN clean (make ubsan-v65). Hardened-build clean (make standalone-v65-hardened). Apple-tiercosCLI surface:cos hv,cos decide v60 v61 v62 v63 v64 v65,cos sigma(previously a six-kernel verdict; extended to seven by v66). Zero optional dependencies on the hot path — the kernel is libc-only. - v66 σ-Silicon (
make check-v66, 1 705 tests). Dependency-free, branchless, integer-only C kernel shipping the 2026 mixed-precision-matrix frontier as the matrix substrate that turns v60..v65 thought into actual multiply-accumulate ops on actual silicon. Runtime CPU feature detection for NEON, DotProd, I8MM, BF16, SVE, SME, SME2 (sysctl on Darwin, getauxval on Linux), cached in a singleuint32_tbitmask for branchless hot-path lookup. INT8 GEMV with NEON 4-accumulator inner loop, 64-byte prefetch, andvaddlvq_s16int32-wide horizontal long-add so int8×int8→int16 products cannot overflow; bit- identical scalar fallback; Q0.15 saturating output. BitNet b1.58 ternary GEMV with 2-bits-per-weight packed format (00 → 0, 01 → +1, 10 → −1, 11 → 0); branchless table-lookup unpack, so per-row time is independent of weight distribution (no timing side-channel on weights). NativeTernary wire (NTW) — self- delimiting unary-run-length encoder/decoder at exactly 2.0 bits/weight, with defensive invalid-code handling (no UB under UBSAN, no out-of-bounds under ASAN). CFC conformal abstention gate — Q0.15 per-group streaming quantile estimator with ratio- preserving right-shift ratchet (same pattern as v64 Reflexion); gate compare is a single branchlessint32 ≥ int32; admits the same finite-sample marginal coverage argument as the floating- point CFC specification under exchangeability of the score stream. HSL — Hardware Substrate Language — an 8-opcode integer bytecode ISA (HALT / LOAD / GEMV_I8 / GEMV_T / DECODE_NTW / ABSTAIN / CMPGE / GATE) with per-instruction MAC-unit cost accounting and an integrated GATE opcode that writesv66_okdirectly into the composed decision. SME / SME2 opt-in only underCOS_V66_SME=1with explicit streaming-mode setup; default builds never emit SME on non-SME hosts (SIGILL-safe on M1/M2/M3). Composes with v60 + v61 + v62 + v63 + v64 + v65 as a 7-bit branchless decision (cos_v66_compose_decision) so no matrix- backed thought emits unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, the agentic intellect, the hypercortex on-manifold gate, and σ-Silicon's MAC-budget + conformal + wire-well-formed gate all ALLOW. Measured on Apple M3 performance core: ≈ 49 Gops/s INT8 GEMV (256 × 1 024), ≈ 2.8 Gops/s ternary GEMV (512 × 1 024), ≈ 2.5 GB/s NTW decode, ≈ 32 M HSL progs/s. ASAN clean (make asan-v66). UBSAN clean (make ubsan-v66). Hardened-build clean (make standalone-v66- hardened). Apple-tiercosCLI surface:cos si,cos decide v60 v61 v62 v63 v64 v65 v66,cos sigma(now a seven-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc + NEON intrinsics only (and, underCOS_V66_SME=1,arm_sme.h). - v67 σ-Noesis (
make check-v67, 2 593 tests). Dependency-free, branchless, integer-only C kernel shipping the 2024-2026 deliberative-reasoning + knowledge-retrieval frontier as the cognitive substrate that turns v60..v66 control + matrix plane into structured cognition with receipts. BM25 sparse retrieval with integer Q0.15 IDF surrogate derived from__builtin_clz, CSR posting lists, and branchless top-K. Dense 256-bit signature retrieval via four__builtin_popcountllcalls (nativecnt + addvon AArch64) mapped to Q0.15 similarity(256 − 2·H) · 128. Bounded graph walker with CSR + inlined 8192-bit visited bitset (single load + mask membership, no data-dependent branch on node distribution). Hybrid rescore with Q0.15 weights normalised to 32 768. Fixed-width deliberation beam (COS_V67_BEAM_W = 8) with caller-suppliedexpand+verifycallbacks and Q0.15 step-scores. Dual-process gate (Kahneman / Soar / ACT-R / LIDA 2026 synthesis): System-1 fast-path vs System-2 deliberation picked by a single branchless compare on the top-1 margin. Metacognitive confidence =top1 − mean_restclamped to Q0.15; monotone in absolute gap. Tactic library (AlphaProof-style) with branchless argmax over precondition-satisfied witness scores. NBL — Noetic Bytecode Language — a 9-opcode integer bytecode ISA (HALT / RECALL / EXPAND / RANK / DELIBERATE / VERIFY / CONFIDE / CMPGE / GATE) with per-instruction reasoning-unit cost accounting; GATE writesv67_ok = 1iffcost ≤ budget∧reg_q15[a] ≥ imm∧evidence_count ≥ 1∧NOT abstained— so no program producesv67_ok = 1without writing at least one evidence receipt (AlphaFold-3-grade trace discipline in ~10 lines of C). Composes with v60..v66 as an 8-bit branchless decision (cos_v67_compose_decision) so **no deliberation crosses to the agent unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag- quote binding, the agentic intellect, the hypercortex on-manifold
gate, σ-Silicon's MAC-budget / conformal / wire-well-formed gate,
and σ-Noesis's cost-budget + threshold + evidence-count gate all
ALLOW**. Measured on Apple M-series performance core: ~54 M dense
Hamming cmps/s, ~800 k beam steps/s, ~64 M NBL programs/s
(~320 M ops/s), ~9 k BM25 queries/s on D = 1 024, T = 16. ASAN
clean (
make asan-v67). UBSAN clean (make ubsan-v67). Hardened-build clean (make standalone-v67-hardened). Apple-tiercosCLI surface:cos nx,cos decide v60 v61 v62 v63 v64 v65 v66 v67,cos sigma(now an eight-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc-only.
- quote binding, the agentic intellect, the hypercortex on-manifold
gate, σ-Silicon's MAC-budget / conformal / wire-well-formed gate,
and σ-Noesis's cost-budget + threshold + evidence-count gate all
ALLOW**. Measured on Apple M-series performance core: ~54 M dense
Hamming cmps/s, ~800 k beam steps/s, ~64 M NBL programs/s
(~320 M ops/s), ~9 k BM25 queries/s on D = 1 024, T = 16. ASAN
clean (
- v68 σ-Mnemos (
make check-v68, 2 669 tests). Dependency-free, branchless, integer-only C kernel shipping the 2024-2026 continual-learning + episodic-memory + online- adaptation frontier as the memory-and-learning plane that turns one-shot deliberation (v60..v67) into a system that remembers, evolves, and learns across calls. Bipolar HV episodic store at D = 8 192 bits (hippocampal pattern separation + completion via four__builtin_popcountllHamming + XOR bind, 64-byte aligned, capacity 256 by default). Surprise gate (Titans, Google Research 2025; arXiv:2501.00663) — write iff|pred − obs| ≥ thresh, single branchless integer compare; no FP, no second pass. ACT-R activation decay — branchless saturating Q0.15 linearA_t = max(0, A_0 − decay · dt); no log, no division, no float. Content-addressable recall with rehearsal — top-K nearest episodes by Hamming → Q0.15 sim, branchless top-K bubble insertion viasel_i32swaps; accessed episodes have their activation refreshed. Hebbian online adapter (TTT, arXiv:2407.04620) — Q0.15 outer-product update on a smallR × Cadapter (default 16 × 16), saturating per-cell, under an EWC-style anti-catastrophic-forgetting rate ratchet (Kirkpatrick et al. 2017; DeepMind ASAL 2025) that never grows between consolidations. Sleep replay / consolidation (Diekelmann & Born, Nat Rev Neurosci 2010 + 2024 systems extensions) — offline majority-XOR bundle of every episode whose decayed activation ≥ keep_thresh into a long-term HV; sleep also resets the adapter rate ratchet (the only event that does so). Branchless forgetting controller — drop episodes whose activation falls below threshold, capped by an explicitforget_budgetso a runaway program cannot wipe memory. MML — Mnemonic Memory Language — a 10-opcode integer bytecode ISA (HALT / SENSE / SURPRISE / STORE / RECALL / HEBB / CONSOLIDATE / FORGET / CMPGE / GATE) with per-instruction memory-unit cost accounting and an integrated GATE opcode that writesv68_ok = 1iffcost ≤ cost_budget∧reg_q15[a] ≥ imm(recall fidelity / score) ∧forget_count ≤ forget_budget∧NOT abstained— so no continual-learning step crosses to the agent unless recall ≥ threshold AND forgetting ≤ budget AND the learning-rate ratchet is stable, all as a single branchless AND. Composes with v60..v67 as a 9-bit branchless decision (cos_v68_compose_decision) so **no continual adaptation crosses to the agent unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, the agentic intellect, the hypercortex on-manifold gate, σ-Silicon's MAC-budget + conformal + wire-well-formed gate, σ-Noesis's deliberation-budget- receipt gate, and σ-Mnemos's recall-fidelity + forget-budget
- rate-ratchet gate all ALLOW**. Measured on Apple M-series
performance core: ≈ 38 M HV Hamming cmps/s, ≈ 110 k recall/s on
N = 256 D = 8 192, ≈ 24 M Hebb upd/s on 16 × 16 adapter, ≈ 3.8 k
full sleep consolidations/s, ≈ 38 M MML progs/s
(≈ 192 M ops/s). ASAN clean (
make asan-v68). UBSAN clean (make ubsan-v68). Hardened-build clean (make standalone-v68-hardened). Apple-tiercosCLI surface:cos mn,cos decide v60 v61 v62 v63 v64 v65 v66 v67 v68,cos sigma(now a nine-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc-only.
- v69 σ-Constellation (
make check-v69, 3 226 tests, including the full 2¹⁰ = 1 024-row truth table ofcos_v69_compose_decision). Dependency-free, branchless, integer-only C kernel shipping the 2024-2026 distributed- orchestration + parallel-decoding + multi-agent-consensus frontier as the fleet plane that turns the single-node continual-learner (v60..v68) into a coordinator for many inference paths, many experts, many agents, many nodes — and does so with a formal, integer, branchless floor that surpasses the ad-hoc orchestration of Microsoft (MAI), Anthropic (Claude cluster), and OpenAI (Stargate pipeline). Tree speculative decoding (EAGLE-3 lineage; Hierarchical SD arXiv:2601.05724) — flat parent-indexed draft tree, branchless XOR-match per level, longest-accepted-prefix via branchlesssel_i32. Multi-agent debate with score-based consensus (Council Mode arXiv:2604.02923v1; FREE-MAD safety default) — anti-conformity penalty against unanimous-without-evidence collapse + abstain-on-low-margin default. Byzantine-safe 2f+1 vote (PBFT / HotStuff lineage) —__builtin_popcountllcount of 1-votes + branchless ≥ quorum compare. MoE top-K routing (MaxScore arXiv:2508.12801) — branchless top-K bubble over Q0.15 expert scores + integer load-balance counters. Draft tree expansion / prune — depth-limited per-node Q0.15 acceptance with branchless cumulative-path compare; pruned nodes get depth = 0xFFFF. Gossip / Lamport vector clocks (Lamport 1978; Fidge 1988) — element-wise branchless max merge- branchless happens-before reduction. Chunked flash-style
attention dot (FlashAttention-lineage) — Q0.15 chunk-wise
inner product with softmax-free integer max-tracker, O(N)
memory. AlphaZero-lineage self-play Elo + UCB arm
selection — saturating Q0.15 Elo update with fixed K-factor;
integer-surrogate UCB; branchless argmax. KV-cache
deduplication via 512-bit bipolar popcount sketch — collapse
on Hamming < threshold; older entry wins; 64-slot saturating
table. CL — Constellation Language — a 10-opcode integer
bytecode ISA (
HALT / DRAFT / VERIFY / DEBATE / VOTE / ROUTE / GOSSIP / ELO / DEDUP / GATE) with per-instruction orchestration-unit cost accounting and an integrated GATE opcode that writesv69_ok = 1iffcost ≤ cost_budget∧reg_q15[a] ≥ imm(vote margin) ∧byz_fail_count ≤ byzantine_budget∧NOT abstained— so no orchestration step crosses to the agent unless quorum margin ≥ threshold AND Byzantine faults ≤ budget AND the speculative tree verifies, all as a single branchless AND. Composes with v60..v68 as a 10-bit branchless decision (cos_v69_compose_decision) so no orchestration step crosses to the agent unless σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, the agentic intellect, the hypercortex on-manifold gate, σ-Silicon's MAC-budget + conformal + wire-well-formed gate, σ-Noesis's deliberation-budget + receipt gate, σ-Mnemos's recall-fidelity + forget-budget + rate-ratchet gate, and σ-Constellation's quorum + Byzantine + abstain gate all ALLOW. Measured on Apple M-series performance core: ≈ 58 M tree verifies/s (depth=8), ≈ 129 M Byzantine votes/s (N=64), ≈ 9.3 M debate aggs/s (N=32), ≈ 2.1 M MoE routes/s (N=64 K=8), ≈ 6.9 M dedup inserts/s (Hamming<64), ≈ 7.4 M chunked dots/s (N=1024), ≈ 69 M Elo+UCB updates/s (16 arms), ≈ 9.9 M CL 9-instruction programs/s (≈ 89 M ops/s), ≈ 361 M 10-bit composed decisions/s. ASAN clean (make asan-v69). UBSAN clean (make ubsan-v69). Hardened- build clean (make standalone-v69-hardened). Apple-tiercosCLI surface:cos cn,cos decide v60 v61 v62 v63 v64 v65 v66 v67 v68 v69,cos sigma(now a ten-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc-only.
- branchless happens-before reduction. Chunked flash-style
attention dot (FlashAttention-lineage) — Q0.15 chunk-wise
inner product with softmax-free integer max-tracker, O(N)
memory. AlphaZero-lineage self-play Elo + UCB arm
selection — saturating Q0.15 Elo update with fixed K-factor;
integer-surrogate UCB; branchless argmax. KV-cache
deduplication via 512-bit bipolar popcount sketch — collapse
on Hamming < threshold; older entry wins; 64-slot saturating
table. CL — Constellation Language — a 10-opcode integer
bytecode ISA (
- v70 σ-Hyperscale (
make check-v70, 148 034 tests, including the full 2¹¹ = 2 048-row truth table ofcos_v70_compose_decision). Dependency-free, branchless, integer-only C kernel shipping the 2024-2026 trillion- parameter hyperscale frontier as the substrate plane that turns the fleet (v69) into a fleet-of-fleets addressable from a single workstation, on commodity Apple M-series silicon, with zero matmul, zero FP on any decision surface, and zero dependencies beyond libc — surpassing the proprietary CUDA / ROCm / XLA / Pallas / Cerebras-SDK / Lava / HBM-PIM-command-set / Idiom stacks of NVIDIA, AMD, Google, xAI, Cerebras, Sambanova, Lightmatter, Intel, Samsung, and the DeepSeek-V3 / Petals / Helix / DirectStorage / GPUDirect Storage ecosystem. P2Q ShiftAddLLM (NeurIPS 2024, arXiv:2406.05981) — ±2^k 4-bit weights + multiply-freeint32_tshift + conditional negate GEMV, signed-shift-safe viauint32_tshift. Mamba-2 / Mamba-3 selective SSM scan (arXiv:2312.00752 + arXiv:2603.15569) — content-dependent gates A, B, C, Δ in Q0.15, constant memory per token, no KV cache. RWKV-7 "Goose" delta-rule update (arXiv:2503.14456) — vector-valued gating + in-context learning rate, O(1) per token. DeepSeek- V3 auxiliary-loss-free MoE-10k routing (arXiv:2412.19437) — branchless top-K MaxScore over up to 10 240 experts + integer bias controller. Samsung HBM-PIM bit-serial AND-popcount (arXiv:2603.09216) — column-major bit-packed weights +__builtin_popcountll(act_word & weight_col). Photonic wavelength-multiplexed dot product (SKYLIGHT arXiv:2602.19031 + LightMat-HP arXiv:2604.12278 + Lightmatter Envise) — eight independent int32 wavelength lanes + branchless lane-select reduction. Intel Loihi 3 graded-spike sparse activation (Jan 2026, 8 M neurons / 64 B synapses / 4 nm) + MatMul-free LLM (arXiv:2503.18002) — branchlessspike = act · (|act| ≥ θ), energy proportional to activity. NVIDIA NCCL bandwidth-optimal integer ring all-reduce (Patarasuk & Yuan 2009) — reduce-scatter + all-gather over N ranks in 2(N-1) steps + branchless modulo + saturating int32 add + topology-balance check. Petals + Helix + Microsoft DirectStorage + NVIDIA GPUDirect Storage + AMD Ryzen AI Max+ LRU streaming weight scheduler — 64-slot LRU over 64-bit (layer, expert) keys + branchless O(N) lookup + monotone-clock victim +__builtin_prefetchon insert. HSL — Hyperscale Language — a 10-opcode integer bytecode ISA (HALT / SHIFT / SCAN / TIMEMIX / ROUTEK / PIMPOP / WDM / SPIKE / RING / GATE) with per-instruction silicon-unit cost accounting and an integrated GATE opcode that writesv70_ok = 1iffsilicon_cost ≤ silicon_budget∧reg_q15[a] ≥ throughput_floor∧topology_ok == 1∧NOT abstained— so no hyperscale inference step crosses to the agent unless silicon cost ≤ budget AND throughput ≥ floor AND topology balanced, all as a single branchless AND. Composes with v60..v69 as an 11-bit branchless decision (cos_v70_compose_decision) so no hyperscale inference step crosses to the agent unless every one of σ-Shield, Σ-Citadel, the EBT verifier, the AEAD tag + quote binding, the agentic intellect, the hypercortex on- manifold gate, σ-Silicon's MAC-budget + conformal + wire-well- formed gate, σ-Noesis's deliberation-budget + receipt gate, σ-Mnemos's recall-fidelity + forget-budget + rate-ratchet gate, σ-Constellation's quorum + Byzantine + abstain gate, and σ-Hyperscale's silicon-budget + throughput + topology gate ALLOW. Measured on Apple M4 P-core: ≈ 187 M SSM tokens/s (N = 4 096), ≈ 1.9 M RWKV-7 steps/s (dim = 128), ≈ 1.0 G AND-popcount ops/s (cols = 4 096), ≈ 4 M HSL programs/s, ≈ 187 M 11-bit composed decisions/s. ASAN clean (make asan-v70). UBSAN clean (make ubsan-v70). Hardened- build clean (make standalone-v70-hardened). Apple-tiercosCLI surface:cos hs,cos decide v60 v61 v62 v63 v64 v65 v66 v67 v68 v69 v70,cos sigma(now an eleven-kernel verdict). Zero optional dependencies on the hot path — the kernel is libc-only. - v47 Frama-C architecture (F-tier, where active).
- v48 red-team harness (M-tier; 0/342 bypasses at last run).
- v49 DO-178C DAL-A artefacts (I-tier; generated on demand).
- Hardened build profile (
make harden): OpenSSF 2026 hardening flags +-mbranch-protection=standard+ PIE. - Sanitizer matrix (
make sanitize): ASAN on v58 / v59 / v60 / v61 / v62 / v63 / v64 / v65 / v66 / v67 / v68 / v69 / v70 + UBSAN on v60 / v61 / v62 / v63 / v64 / v65 / v66 / v67 / v68 / v69 / v70, all passing their own self-tests under sanitizer. - Layered secret scan (
make security-scan): gitleaks when installed, grep-only fallback always; allowlist in.gitleaks.toml. - SBOM (
make sbom→SBOM.json): CycloneDX-lite 1.5 per component (src/v*/), SHA-256 pinned.
- Not a sandbox in itself. v60 σ-Shield is a capability gate. The process still runs in its host address space; for sandbox-grade isolation compose with seL4 / WASM / Fuchsia upstream — v61 ships contracts (CAmkES, Wasmtime harness, sandbox-exec, pledge) but the external toolchains are not re-implemented inside this repo.
- Default v61 quote is not a MAC. The XOR-fold-256 fallback is
deterministic and equality-sensitive, nothing more. Enable
COS_V61_LIBSODIUM=1for BLAKE2b-256 via libsodiumcrypto_generichash. - Not a zero-day detector. σ-Shield gates on caller-provided σ, caller-provided required-caps, caller-provided arg-hash. A compromised σ producer can still issue an ALLOW; that is why v56 VPRM and v54 σ-proconductor exist — producing σ with independent evidence lines.
- v63 is not a network transport. σ-Cipher seals messages between kernels in a single address space (or on the same filesystem if an operator chooses to persist an envelope); it is not TLS and does not authenticate endpoints over a network. For network delivery, wrap the envelope in a reviewed transport (WireGuard, Noise-XX, etc.).
- v63 does not guarantee memory encryption. Plaintext is visible in process memory while a message is being constructed or consumed; pair with Secure Enclave / TDX / SEV-SNP for RAM-level confidentiality.
- v63 PQ-hybrid is opt-in. Without
COS_V63_LIBOQS=1, the PQ slot reportsSKIP— the non-PQ path is never silently claimed as post-quantum. - v64 is not a language model. σ-Intellect is the control plane around a language model: it decides when to plan, which skill to retrieve, whether a tool call is safe, how much depth to spend on a token. It does not generate tokens. Wire it above an MLX / Core ML inference path for end-to-end operation.
- v64 is not a training loop. AlphaEvolve-σ accepts ternary mutations only when σ and energy both strictly improve. This is a per-deployment adaptation slot, not a gradient step.
- v64 skill library is flat. The default 1024-skill arena is constant-time in size but not hierarchical. A mmap-backed, hierarchical 10⁶-skill library is designed (P-tier) but not shipped.
- v65 is not a language model. σ-Hypercortex is a substrate: bind, bundle, permute, cleanup, gate. It does not generate tokens and has no learned parameters. Compose it under or beside an LLM — Attention-as-Binding (AAAI 2026) shows the substrate is already there inside the transformer; v65 exposes it explicitly so it can be audited and gated.
- v65 is not a vector database. Cleanup memory is fixed-D bipolar HVs swept in constant time. It is not float-embedding ANN, not a similarity-search service, and does not replace Pinecone / Weaviate / Chroma / Milvus on their own turf.
- v65 capacity ceiling. HIS (arXiv:2603.13558) bounds reliable
superposition at
~D / log(|cleanup|)pairs. Beyond ~2 000 superposed vectors the bundle's recovery floor is violated; the caller is responsible for partitioning into multiple records. - v65 cross-modal adapters are I-tier. Frozen-LLM and frozen-vision embedding → HV pipelines (Hyperdimensional Probe, HDFLIM lines) are documented and exercised on synthetic input only; the live adapter is not in v65 proper.
- SRAM/CAM acceleration is P-tier. VaCoAl's hardware target (arXiv:2604.11665) is a planned compile-only path; v65 ships only the C / NEON popcount path on host hardware.
- No TPM / Secure Enclave integration yet (P-tier). Code-page baseline hashes are caller-provided.
- No formal proof of σ-Shield yet (F-tier). Frama-C annotations are a planned follow-up.
- No network code path on any σ-lab (v56-v61). If a future lab needs network, it will ship with ShieldNet-style MITM + σ gating as a separate module.
- CHERI capability pointers are documented as a target but not active: Apple M4 has no CHERI path. When Morello-class hardware is available the v61 lattice is designed to lift onto CHERI caps.
- SLSA-3 requires Sigstore Rekor inclusion via OIDC; that is
wired in
.github/workflows/slsa.ymlbutmake slsalocally only emits a SLSA v1.0-shaped predicate stub for inspection.
See THREAT_MODEL.md for the STRIDE decomposition
against Q2 2026 attack classes (DDIPE, ClawWorm, Malicious
Intermediary). Summary: v60 refuses α-dominated intent regardless
of capability, closing the class of "looks-legitimate" attacks that
beat signature defenses.
make harden # OpenSSF 2026 flags + ARM64 branch-protection (v57..v61)
make sanitize # ASAN + UBSAN matrix runs v58/v59/v60/v61 self-tests
make hardening-check # verify PIE / canaries / fortify on harden build
make security-scan # gitleaks + grep-fallback + hardcoded URL check
make sbom # emit SBOM.json (CycloneDX 1.5)
make reproducible-build # double-build digest compare
# v61 CHACE composition — one command for the whole defence-in-depth menu
make chace # seL4 + Wasmtime + eBPF + sandbox-exec + hardening
# + sanitizer + SBOM + scan + repro + attest + sign
# + slsa + distroless. PASS / honest-SKIP / FAIL.
make attest # ATTESTATION.json (v61 quote; optional cosign sign)
make slsa # PROVENANCE.json (SLSA v1.0 predicate stub)
Pre-commit hooks:
pip install pre-commit
pre-commit install
pre-commit run --all-files
The hook runs scripts/security/scan.sh, a minimal whitespace / EOL
sweep, and a reject-.env guard.
- AGPL-3.0-or-later on every source file (SPDX headers).
- No runtime dependencies on any v56-v61 lab (pure C11 + libc; libsodium is opt-in for v61 attestation strength).
- SBOM ships per-component in
SBOM.json(CycloneDX 1.5). - Reproducible builds:
make reproducible-builddouble-builds and compares SHA-256. Nix-based reproducible build recipe innix/v61.nix. SLSA-3 provenance ships via.github/workflows/slsa.ymlusingslsa-github-generator+ keyless OIDC Sigstore signing on release. - Distroless runtime:
Dockerfile.distrolesscopies the single static binary intogcr.io/distroless/cc-debian12:nonroot— no shell, no package manager. - .gitleaks.toml allowlists only explicit docs / fixtures; any accidental secret blocks the pre-commit hook.