Public, transparent, reproducible, and independently checkable ledger of AI safety audits, mathematical and physical verification runs, bioscience repository compliance audits, and independent auditor review templates from Flamehaven.
This repository serves as the official public ledger of all experimental verification runs, capability evaluations, and static safety scans executed by Flamehaven core systems. All artifacts contained here represent static, offline, deterministic results.
This repository is also the single source for the lightweight ledger-summary.json snapshot consumed by flamehaven.space.
- build command:
node scripts/build-ledger-summary.mjs - Windows helper:
build-ledger-summary.bat - output:
ledger-summary.json
The summary file is intentionally narrow. It exists only to route users into the public archive without duplicating the underlying evidence record.
- Focus: Translating high-stakes mathematical and physical proofs (such as discrete geometry conjectures) into runnable, CI-tested software artifacts.
- Methodology: Evaluated under rigorous, multi-precision computational verification checks, SPAR scoring, and SIDRCE Omega gate thresholds (GREEN ≥ 0.85 · AMBER [0.75, 0.85) · RED < 0.75).
- Scope: Active EQA ledger spanning records TOE-TEST-0001~0059. Includes the QSOT2 mathematical-consistency verifier (0058, the re-scoped math line, supersedes 0057), the QSOT-Harness v2.1.2 honest reconstruction (0059, the r1 hardening release, DOI 10.5281/zenodo.20665824, renumbered verbatim from 0058 in the 3-line QSOT split, supersedes 0057), QSOT Compiler v1.2.3 slop audit (0057), optional backend layer experiment (0055/AEFSO), published Zenodo-archived executable reproduction (0056), gate-rejected hypothesis (0052), governance gate verification (0054), namespace integrity scan (0053), and the reconstructed 0001–0051 archive. That archive is classified by provenance into 7 verification runs (0001–0007) and 44 non-run artifacts (0008–0051) — governance / integration / bio-quantum sidecar /
meta_verifyinfrastructure, which are excluded from the verification-run count. Real Flamehaven-TOE reports, imported append-only (paths sanitized) with per-record point-of-use reconstruction notes (errata / parser-sensitivity / ground-truth-sensitivity), surfaced through the Ledger Inspector. Engine outputs are deterministic and locally reproducible (verified by re-running the engine); the inspector shows imported reports, it does not re-verify them. Seememory/eqa-reconstruction-standard.md. - TOE-TEST-0060: a non-run, source-pinned Missing Link admission-contract characterization. Its verdict is ABSTAIN; it preserves a reproducible configuration before-image and explicit non-claims, rather than asserting an LLM-capability, biomedical, or paper-thesis result. See
eqa/toe-test-0060/. - Portal:
eqa.html— dedicated EQA verification dashboard.
- Focus: Local, zero-execution repository safety and compliance audits for advanced bioscience systems.
- Methodology: Maps observables (README intent, dependency safety, exception handling, data-provenance, clinical disclaimers) directly to structured evidence-readiness tiers (T0 Quarantine to T3 Clear), mapped to the MIT AI Risk Repository (AIRI). Interactive Compliance Steering Sandbox applies Standard Prior / EU AI Act Art. 12 / MIT AI Risk Cap policy rules against live report JSON — no hardcoded scores.
- Scope: 3 active reports · Avg Score 46.7/100 · 1 T0 Rejected · 1 T1 Quarantine · 1 T2 Caution. Each report links to a companion flamehaven.space article.
- Focus: Validating whether an entire biomedical AI pipeline (RExSyn reasoning + NNSL resonance + LawBinder governance) deserves trust — not just whether one model looks confident. Model disagreement is treated as signal.
- Methodology: Multi-model structural consensus/drift (AF3, AF2, Chai-1, Boltz-2), honesty gating (SR9 cross-domain consistency >= 0.70, DI2 reasoning drift <= 0.30), end-to-end reliability
p_e2e = capture x transfer x model x clinical, and fail-closed LawBinder escalation. All card values are live-fetched from verbatim run payloads (no hardcoding); a metrics glossary defines every acronym. - Scope: 34 canonical BAV experiments surfaced through 6 live cards and a 26-entry foundational archive. The live surface covers EXP-005
007 as one grouped truthful-null sub-series card, plus EXP-028, EXP-031, EXP-032, EXP-033, and EXP-034. Pipeline-reliability heuristics only — not clinical efficacy. The public surface now distinguishes early manual-assisted pipeline controls (EXP-005007), tiny fallback-gated honesty pilots (EXP-028), observer-only disagreement signals (EXP-031), legacy parity anchors (EXP-032), current-repro governance collapse (EXP-033), and accepted-anchor path separation (EXP-034) instead of flattening them into one success story.
OPSEC & credibility: every published file passes the MICA-governed sanitizer (
sanitizer/, CI gate) which scrubs local-workspace paths / locale-PII and flags pseudo-scientific symbol-soup or grandiose attribution before publication.
All experiment results and compliance logs follow a unified hierarchical layout: [Category] / [Target Name] / [Date] / [Files].
flamehaven-verification-ledger/
├── index.html # Main Verification Ledger Portal
├── eqa.html # EQA-Dedicated Dashboard Portal
├── index.md # Markdown Archive Directory
├── api/v1/ # Static read-only API (served via GitHub Pages)
│ ├── runs.json # 17-entry run index (all 3 lanes)
│ ├── schema.json # Vocabulary: lanes, verdict codes, metric definitions
│ ├── metrics/bav.json # BAV aggregated metrics table
│ └── runs/{id}.json # Per-experiment detail (17 files)
├── eqa/ # Equation-to-Artifact Run Artifacts
│ ├── toe-test-0059/ # QSOT-Harness v2.1.2 (r1) — Honest Reconstruction (DEGRADED_PASS · renumbered from 0058)
│ ├── toe-test-0058/ # QSOT2 — Mathematical-Consistency Verifier (DEGRADED_PASS · supersedes 0057)
│ ├── toe-test-0057/ # QSOT Compiler — Multiphase Verification (DEGRADED_PASS)
│ ├── toe-test-0055/ # AEFSO — Optional Backend Layer (SPAR: ACCEPT WITH BOUNDS)
│ ├── toe-test-0056/ # Erdős Eq.(2.2) Reproduction (Zenodo published)
│ ├── toe-test-0054/ # Governance Gate Verification (BLOCK / INHIBIT)
│ ├── toe-test-0053/ # Namespace Integrity Scan (DEGRADED SIDECAR)
│ ├── toe-test-0052/ # GTE Pedagogy Hypothesis (Gate REJECTED · SPAR 73)
│ └── archive/ # TOE-TEST-0001~0051 (7 verification runs + 44 non-run artifacts; real reports + manifest)
├── bsc/ # Bioscience Compliance Audits
│ ├── yorkeccak-bio/2026-05-15/ # yorkeccak/bio — T1 Quarantine · Score 48
│ ├── bioclaw/2026-5-21/ # Runchuan-BU/BioClaw — T2 Caution · Score 60
│ └── doctobert/2026-06-24/ # doctolib-lab/doctobert — T0 Rejected · Score 32
├── scripts/
│ ├── build_api.py # Generates api/v1/ from manifest api_summary blocks
│ └── api_schema_static.json # Vocabulary source for schema.json
├── tests/
│ └── test_api.py # API integration test suite (54 checks; run: python tests/test_api.py --live)
├── css/ # Styling System
├── js/ # Interaction Logic (portal.js, chart-engine.js)
├── memory/ # MICA Memory Package (v0.2.8, per-lane playbooks)
│ ├── verification-ledger.mica.archive.json # design-invariant registry (domain-namespaced DIs)
│ ├── verification-ledger-playbook.md # slim index / router (loaded always)
│ ├── playbook-common.md # cross-lane: API build, OPSEC, UI/UX SDK (on_demand)
│ ├── playbook-eqa.md # EQA lane (on_demand)
│ ├── playbook-bav.md # BAV lane (on_demand)
│ ├── playbook-bsc.md # BSC lane (on_demand)
│ └── playbook-mf.md # Methodology & Frameworks lane (on_demand)
├── extra/ # Review Methodology & Frameworks
│ └── pr_action_plan_v3.html # Agent Review Dashboard (PR Action Plan v3)
└── README.md # Repository Documentation
A static, read-only JSON API is served from GitHub Pages. No backend — all files are pre-generated from each experiment's manifest.json.
| Endpoint | Description |
|---|---|
GET /api/v1/runs.json |
Index of all 17 verification runs across EQA / BAV / BSC |
GET /api/v1/runs/{id}.json |
Per-run detail: verdict, key metrics, findings, evidence links |
GET /api/v1/metrics/bav.json |
Aggregated BAV metrics table (SR9, DI2, p_e2e, balanced_accuracy) |
GET /api/v1/schema.json |
Vocabulary: lane descriptions, 11 verdict codes, 6 metric definitions |
Architecture: payloads conform to the API spec — not the reverse. Each experiment's manifest.json carries a standardised api_summary block; scripts/build_api.py reads those blocks and writes api/v1/. Adding a new experiment requires no script changes:
1. Register in js/*-registry.js
2. Add manifest.json with api_summary block
3. python scripts/build_api.py
A CI gate (API drift check) fails if api/v1/ is out of sync with manifests.
Integration tests: python tests/test_api.py --live runs 54 checks (local file validation + live HTTP). Last result: 54/54 PASSED.
To interactively browse this repository, run the local dev server and open the portal:
- Run
python -m http.server 8080inside this folder. - Open
http://localhost:8080in your browser.
- [EQA · 0059] QSOT-Harness v2.1.2 (hardening r1)
DEGRADED_PASS · Honest Reconstruction- EQA Portal | Zenodo DOI · renumbered verbatim from 0058 in the 3-line QSOT split
- [EQA · 0058] QSOT2 — Mathematical-Consistency Verifier
DEGRADED_PASS · Re-scoped Math Line- EQA Portal | QSOT2-Compiler · supersedes 0057, model-output consistency only
- [EQA · 0057] QSOT Compiler (Quantum State Over Time)
DEGRADED_PASS · Slop Artifact- EQA Portal · multiphase verification note
- [EQA · 0055] AEFSO — Optional Backend Representation Layer
OPTIONAL LAYER · SPAR: ACCEPT WITH BOUNDS- EQA Portal · staged paper-to-TOE research dossier · DO NOT PROMOTE TO CORE
- [EQA · 0056] OpenAI Erdős Unit-Distance Disproof Eq.(2.2)
PASS · Zenodo Published - [EQA · 0054] Governance Gate Verification
BLOCK / INHIBIT - [EQA · 0053] Namespace Integrity Scan
DEGRADED SIDECAR - [EQA · 0052] GTE Pedagogy Hypothesis
GATE REJECTED · SPAR 73 · Omega 0.697 RED
- [BSC] yorkeccak/bio (T1 Quarantine · Score 48)
- [BSC] Runchuan-BU/BioClaw (T2 Caution · Score 60)
- [BSC] doctolib-lab/doctobert (T0 Rejected · Score 32)
- [Methodology] Agent Review Dashboard (PR Action Plan v3)
- Zero LLM & Zero Network Runtime: All Bioscience Compliance scans execute locally with no external APIs or network requests.
- Deterministic Constants: Audit results are fully reproducible from repository state inputs.
- Read-Only Safety: The scanner has no permission to alter source code files, ensuring 100% read-only integrity.
Note
These reports are archival evidence-surface and experiment-review artifacts. They do not automatically imply certification, compliance, efficacy, or deployment approval.
- Cite: archived on Zenodo — DOI
10.5281/zenodo.20483364; maintainer ORCID0009-0009-2641-4280. SeeCITATION.cffandcodemeta.json; pages expose schema.orgDatasetJSON-LD for indexing. - Dual license: the repository code (portal, sanitizer, chart engine, build scripts) is MIT (see
LICENSE); the verification runs and static evidence artifacts are CC BY-NC 4.0. - Provenance honesty: internal metrics (SR9, DI2, Omega, SPAR) are labelled advisory — not externally validated. Verification weight rests on external anchors (public MIT repos, the Zenodo DOI, and standard third-party metrics such as AlphaFold pLDDT/PAE), not on internal scores.