From AI output to real-world execution.
BeforeWire controls the last path before an agent reaches files, packages, networks, tools, or customer data.
Relay Gate
Catch poisoned relay output
The local proxy sits between AI clients and upstream relays. It screens response-side tool intent for slopsquat installs, canary replay, secret leakage, malicious URLs, dangerous commands, and suspicious egress before the agent acts.
beforewire proxy --warn
beforewire canary demo
blocked: pip_install("reqursts")
Action Kernel
Deny unsafe actions before execution
Every proposed tool call, command, package install, outbound request, message, or delegation becomes an allow, warn, or deny decision before execution. Blocked behavior is prevented at the action boundary, not described after the fact.
policy decision
deny before execution
matched_rule: deny_overrides
Governor.check()
@govern(tool="pip_install")
beforewire verify audit.jsonl
MCP Scan
Recheck tools when they drift
BeforeWire snapshots local MCP configs, tool descriptions, schemas, origins, auth hints, and capability labels. Drift or capability expansion requires review before reuse.
scan-tools --auto
approve-tool filesystem.read_file
diff-tools --baseline old --current new