Skip to content
VS Code

Prism Scanner for VS Code

io.github.aidongise-cell/prism-scanner

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.

client:VS Code transport:stdio runtime:pypi

Install Prism Scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "prism-scanner": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "prism-scanner"
      ]
    }
  }
}

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

Prism Scanner in other clients