Technical docs
Reproduce the evidence packet locally.
Start from the recordings, reports, and audit intake used on the public site. These docs are reviewer-facing, not launch-operations material.
docs index
- run
- local reproduction
- read
- reports and samples
- send
- redacted audit intake
public docs
Everything a reviewer needs to inspect the proof.
Use this route as the durable index for public docs. Internal launch execution material is kept outside the served site root.
Chinese audit sampleHTMLSample report format and review fields.
Sensitive egress reportHTMLGenerated evidence report from a local demo.
Audit intake templateHTMLRedacted config and trace submission template.
Recording guideHTMLHow to reproduce recordings and report files.
Action-boundary articleHTMLPublic narrative for why execution control matters.
Security review packetOPENControl checklist for agent launch review.
local reproduction
Run the same evidence path.
Record the demos, prepare the static site, then serve the public directory for review.
bash scripts/record-cn-demos-asciinema.sh
bash scripts/prepare-cn-launch-site.sh
python3 -m http.server 8765 --bind 127.0.0.1 --directory public