-
Notifications
You must be signed in to change notification settings - Fork 18
Feature request: Global transparent proxy mode. #7
Description
Problem
Great stuff honestly, this fills a gap with credentials flying around everywhere when vibecoding. I already installed it on my machine and it works well.
One thing I keep bumping into though, if I forget to wrap the command or a teammate uses Cursor/Antigravity without setting the proxy URL, secrets slip through silently. No fault of VibeGuard, just the current setup requiring per-app config. I've been looking into a true global transparent mode, basically the same idea as https://github.com/mitmproxy/mitmproxy_rs --mode local where you just run it once and everything on the machine is covered without touching any app settings.
Proposed Solution
I've been researching this implementation and would be happy to open a PR. Just want to check first if this is something you're already planning before I invest the time. Btw keep up the great work, this project deserves way more stars than it has right now.
Alternatives Considered
No response
Additional Context
No response