A transparent DLP proxy that strips API keys, passwords, and credentials from AI assistant traffic — before they leave your machine.
features
architecture
Intercepts lookups for target domains (api.openai.com, api.anthropic.com…) and returns a fake IP. Only those domains are affected.
A userspace TUN interface captures traffic to those fake IPs — no iptables rules, no persistent system state, auto-removed on exit.
Verrou terminates TLS, decrypts the request, and runs Aho-Corasick over the body — O(n) single-pass secret replacement.
Sanitized request forwarded upstream over fresh TLS. Aliases in the response translated back before reaching your editor.
contact
Verrou is in early access. We're working with teams who ship AI-assisted code and care about keeping credentials out of third-party servers.
Security-conscious teams, solo developers, or just curious — reach out and we'll get back to you.
Or directly:
$ mail hello@verrou.sh