Skip to content
Cursor

Agent Security Scanner for Cursor

io.github.mikehzp/agentvuln

Scan AI agents for tool-calling vulnerabilities: prompt leaks, hijacking, injections, and more.

client:Cursor transport:stdio runtime:pypi

Install Agent Security Scanner in Cursor

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

{
  "mcpServers": {
    "agentvuln": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentvuln"
      ]
    }
  }
}

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

Agent Security Scanner in other clients