Free VS Code Extension
Real-time protection from AI coding assistants. Intercepts dangerous suggestions before they reach your terminal.
Paste into Terminal. Done.
Click the download button above to get the
.vsix
file.
code --install-extension ~/Downloads/biasguard-4.3.1.vsix
Cmd+Shift+P
(Mac) or
Ctrl+Shift+P
(Windows/Linux)
Install from VSIX
Reload VS Code. BiasGuard activates automatically. You're protected.
Catches destructive commands, system modifications, and security risks before execution.
Analyzes AI suggestions as they arrive. Zero latency. No waiting.
Every AI suggestion is suspect until proven safe. Protect humans from AI.
Free. Open. No Microsoft account required.
One command. Done.
curl -sL bravetto.com/biasguard/biasguard-4.3.1.vsix -o
/tmp/bg.vsix && code --install-extension /tmp/bg.vsix