Technical docs
Reproduce the evidence packet locally.
Start from the recordings, reports, and evidence review input used on the public site. These docs are reviewer-facing, not internal planning material.
docs index
- run
- selftest and receipt
- read
- reports and samples
- send
- redacted trace or MCP config
public docs
Everything a reviewer needs to inspect the receipt.
Use this route as the durable index for public docs. Internal launch execution material stays outside the served site root.
Chinese audit sampleHTMLSample report format and review fields.
Sensitive egress reportHTMLGenerated evidence report from a local demo.
Evidence review inputHTMLRedacted 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 receipt path.
Install the package, run the first-block selftest, then render and verify the local receipt.
pip install beforewire
beforewire init
beforewire selftest
AUDIT_PATH="$(python3 -c 'import os,tempfile; print(os.path.join(tempfile.gettempdir(),"beforewire-selftest-audit.jsonl"))')"
beforewire receipt "$AUDIT_PATH"
beforewire verify "$AUDIT_PATH"