Relay poisoning blocked
A compatible relay returns reqursts and requests. BeforeWire denies the suspicious install, preserves the safe one, and writes the action receipt.
Action receipts / recordings
Watch terminal recordings, inspect local action receipts, open evidence reports, and use the audit template for redacted agent-config or MCP review.
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.
A compatible relay returns reqursts and requests. BeforeWire denies the suspicious install, preserves the safe one, and writes the action receipt.
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.
A previously approved MCP tool changes its description or schema. BeforeWire records the baseline hash, current hash, changed fields, and reapproval decision.
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.
Use these links for reviewer handoff and technical verification. The sample report shows format, receipt fields, and review placement, not production findings.
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"