---
vault_clearance: EUCLID
halo:
  classification: INTERNAL
  confidence: HIGH
  front: "23_Project_StormIntoMidnight"
  custodian: "The Architect"
  created: 2026-04-01
  updated: 2026-04-03
  wing: UNASSESSED
  containment: "Open work for the composite white-hat conductor"
---

# BOUNTY BOARD — StormIntoMidnight (23)

**Prepared by:** GitHub Copilot Agent

> **Order:** [README.md](README.md) = operating context. [This board](BOUNTY_BOARD.md) = OPEN/SOLVED. [WORLDLINE.md](WORLDLINE.md) = narrative memory.

---

## OPEN

| ID | Bounty | Status | Assigned | Impact |
|----|--------|--------|----------|--------|
| O1 | Add a two-actor keyed authorization matrix so the composite suite can exercise real cross-identity authz cases instead of only single-key lanes. | OPEN | — | Security depth |
| O2 | Add optional Tier C wrappers (Nuclei / ZAP / RESTler stubs) so Project 23 can collect external-tool evidence without vendoring those tools. | OPEN | — | Coverage |
| O3 | Calibrate safe burst ceilings on staging and record rate-limit / quota thresholds so the grandmaster edge burst is evidence-driven instead of polite guesswork. | OPEN | — | Ops honesty |

---

## SOLVED

| ID | Bounty | One-line answer | Date | Where | Tier |
|----|--------|-----------------|------|-------|------|
| S1 | Open Project 23 and give MidnightEclipse a composite white-hat home | Added the Project 23 triad, a composite conductor, and a grandmaster edge mode that composes storm probes with recovery sequences and a safe burst. | 2026-04-01 | [storm_into_midnight.py](storm_into_midnight.py), [README.md](README.md), [WORLDLINE.md](WORLDLINE.md), [../08_Project_Astronomicon/u_os_dev/MidnightEclipse/midnight_eclipse.py](../08_Project_Astronomicon/u_os_dev/MidnightEclipse/midnight_eclipse.py) | IMPLEMENTED |
| S2 | Turn the composite layer into a mandatory state-actor claim gate | Added `--state-actor-gate` so no state-level safety claim is authorized unless edge, host, and vault all pass with no blind spots; documented that this is a minimum floor, not proof. | 2026-04-01 | [storm_into_midnight.py](storm_into_midnight.py), [README.md](README.md), [WORLDLINE.md](WORLDLINE.md), [../08_Project_Astronomicon/u_os_dev/MidnightEclipse/WARP_STORM.md](../08_Project_Astronomicon/u_os_dev/MidnightEclipse/WARP_STORM.md) | IMPLEMENTED |
| S3 | Add a wake-profile measurement harness and tighten the public wake transcript | Added `--wake-profile` with family-shaped probes against `GET /` and `GET /mirror`, scored wake differentiation cues, and shortened the chamber transcript so recognition lands earlier. | 2026-04-03 | [storm_into_midnight.py](storm_into_midnight.py), [test_storm_into_midnight.py](test_storm_into_midnight.py), [README.md](README.md), [../08_Project_Astronomicon/u_os_dev/worker/src/index.js](../08_Project_Astronomicon/u_os_dev/worker/src/index.js) | IMPLEMENTED |