Skip to content
VS Code

AIShield Security Scanner for VS Code

io.github.lm203688/aishield

Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

client:VS Code transport:stdio runtime:npm

Install AIShield Security Scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "aishield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aishield-mcp-server"
      ]
    }
  }
}

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

AIShield Security Scanner in other clients