Privacy proxy for AI coding agents — scan and redact secrets, PII, and prompt injection right from your editor.
Requires a running NoviSentinel instance. Start one with docker run -d -p 8000:8000 -e ANTHROPIC_API_KEY=sk-ant-... ghcr.io/009-kumarji/novisentinel:latest. No API key needed for local use.
What it does
@novisentinel chat participant — type @novisentinel <your prompt> in the VS Code chat panel to scan it before sending. See action, risk level, and per-detection explanations inline.
Scan Selection — right-click any selected text → NoviSentinel: Scan Selection, or press Cmd+Shift+S / Ctrl+Shift+S. Detections appear as inline squiggles.
Scan Clipboard — scan whatever's on the clipboard before pasting into a chat prompt. Press Cmd+Shift+V Cmd+S / Ctrl+Shift+V Ctrl+S.
Status bar indicator — live connection status at a glance. Click to open settings.
Setup
Install the extension from the VS Code Marketplace.
Start NoviSentinel locally:
docker run -d -p 8000:8000 -e ANTHROPIC_API_KEY=sk-ant-... ghcr.io/009-kumarji/novisentinel:latest
The extension connects automatically to http://localhost:8000. No API key required for local use.
(Optional) Change the URL in settings: novisentinel.apiUrl.