Skip to content
Cursor

Sentinel Scan for Cursor

io.github.ventrova/sentinel-scan-cli

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

client:Cursor transport:stdio runtime:npm

Install Sentinel Scan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sentinel Scan in other clients