Unprotected path
- Reviewed agent
- Incomplete or uncertain update
- Mixed or unknown runtime state
- Unsafe restart risk
OpenAI Build Week · Developer Tools
Never guess through a high-risk deployment.
A fail-closed safety layer that verifies autonomous-agent updates, blocks unreviewed drift before mutation, preserves evidence around ambiguous writes, and authorizes only exact verified rollback.
This hosted experience is an interactive browser simulation using synthetic data.
The repository contains the real offline Python implementation and deterministic test suite.
The problem
A high-risk autonomous agent may become unsafe if an update is only partially applied, if installed files changed after review, or if an uncertain operation is retried blindly.
Core invariant
UNKNOWN RESULT ≠ RETRY
UNKNOWN RESULT =
STOP + EVIDENCE + CONTROLLED RECOVERY
Interactive safety console
Choose a fixed synthetic scenario. The browser runs a deterministic state sequence; it does not accept commands, paths, or live data.
Ready. Select one of four fixed synthetic scenarios.
Scenario map
Portable evidence
Export the scenarios completed in this browser session and the current inspector values. The generated JSON contains synthetic status data only.
Real offline engine
The browser experience demonstrates the safety state machine and scenario outcomes. The repository contains the real offline Python engine. This page does not execute PowerShell, the operating system, or the Python implementation.
PASS CLEAN_DEPLOYMENT_PASS PASS DESTINATION_DRIFT_BLOCKED_PRE_MUTATION PASS AMBIGUOUS_MUTATION_REQUIRES_MANUAL_RECOVERY PASS VERIFIED_ROLLBACK_PASS RESULT: PASS (4/4)
powershell -ExecutionPolicy Bypass -File .\demo\run_demo.ps1
python demo/run_demo.py