← Back to Plugins
MCP Server MCP

Contract Security Scanner

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @fino314-oss/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@fino314-oss/contract-scanner-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "BaseScan API key for source code analysis (optional — basic bytecode scan works without it)",
          "format": "string",
          "isSecret": true,
          "name": "BASESCAN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...