Skip to content
Windsurf

Contract Security Scanner for Windsurf

io.github.fino-oss/contract-scanner

Scans Base L2 smart contracts for security risks. Risk score 0-100, detects backdoors & proxies.

client:Windsurf transport:stdio runtime:npm

Install Contract Security Scanner in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "contract-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "@fino314-oss/contract-scanner-mcp"
      ],
      "env": {
        "BASESCAN_API_KEY": "<BASESCAN_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Contract Security Scanner in other clients