Action receipts / recordings

Inspect what BeforeWire decided before execution.

Watch terminal recordings, inspect local action receipts, open evidence reports, and use the audit template for redacted agent-config or MCP review.

receipt index
3
action-boundary receipt demos
4
real asciinema recordings
2
HTML evidence reports
1
evidence review input template
execution-boundary recordings

Three receipts for the agent action boundary.

These recordings are the best first-viewing assets. Each one shows a proposed agent action before it executes, the BeforeWire decision, and the receipt fields written for review.

unsafe action receipt

Relay poisoning blocked

A compatible relay returns reqursts and requests. BeforeWire denies the suspicious install, preserves the safe one, and writes the action receipt.

egress decision receipt

Sensitive egress blocked

An agent prepares to send a suspected secret and Chinese personal-data patterns to an unapproved webhook. BeforeWire denies the outbound action and keeps receipt evidence redacted.

MCP manifest drift receipt

MCP drift requires reapproval

A previously approved MCP tool changes its description or schema. BeforeWire records the baseline hash, current hash, changed fields, and reapproval decision.

full technical recordings

Full technical recording is visible in the page.

The full recording runs the complete script and generates the reports and casts. Use the single-case recordings when a reviewer wants to inspect one scenario.

reports and review documents

Reports are where receipts enter review.

Use these links for reviewer handoff and technical verification. The sample report shows format, receipt fields, and review placement, not production findings.

try locally

Reproduce the same receipt path locally.

Install BeforeWire, initialize local config, run the selftest, inspect the receipt, and verify the hash chain.

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"