See PII and secrets highlighted in your editor. Block them from reaching AI models.
VS Code is the most popular code editor, and most AI coding assistants run inside it. Between Copilot, Cursor (VS Code fork), Continue, and built-in AI features, developers constantly send code to AI APIs. The AxSentinel extension adds a security layer directly in the editor.
Install the AxSentinel extension from the VS Code Marketplace. It starts a local proxy automatically, intercepts AI API calls, and scans them for PII and secrets. It also highlights sensitive data directly in your editor so you can see what's at risk before you even invoke an AI feature.
Search for 'AxSentinel' in the VS Code Extensions panel, or install from the command line.
code --install-extension AxDevs.ax-sentinelThe extension needs the AxSentinel binary. If you ran the setup script, it's already in the default location. Otherwise, set it in VS Code settings → AxSentinel → Binary Path.
Open the Command Palette (Ctrl+Shift+P) and run 'AxSentinel: Set Mode'. Choose Block, Redact, or Prompt.
Sensitive data is underlined in your editor as you type. Hover for details.
The extension starts and stops the scanner proxy automatically. No terminal commands needed.
See scanning status at a glance — green shield when active, red when issues are detected.
Ignore specific strings (your own email, test SSNs) or patterns (*@mycompany.com) to reduce noise.
Free tier includes regex scanning for unlimited developers. Pro adds ML-powered detection and the compliance dashboard.