Skip to content
Zed

Agent Security Scanner for Zed

io.github.mikehzp/agentvuln

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

client:Zed transport:stdio runtime:pypi

Install Agent Security Scanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agentvuln": {
      "command": "uvx",
      "args": [
        "agentvuln"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Agent Security Scanner in other clients