Skip to content
VS Code

Sentinel Scan for VS Code

io.github.ventrova/sentinel-scan-cli

MCP security scanner: detect tool poisoning, prompt injection & rug-pulls - 10 OWASP heuristics.

client:VS Code transport:stdio runtime:npm

Install Sentinel Scan in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentinel-scan-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentinel-scan-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sentinel Scan in other clients