# io.github.lordbasilaiassistant-sudo/base-security-scanner-mcp (npm · base-security-scanner-mcp)

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `base-security-scanner-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp.md), [page](https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp)

## Channel facts

- Registry: `npm`
- Package: `base-security-scanner-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 148 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 459 tokens (~57/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lordbasilaiassistant-sudo-base-security-scanner- -- npx -y base-security-scanner-mcp
```

### Codex

```bash
codex mcp add lordbasilaiassistant-sudo-base-security-scanner- -- npx -y base-security-scanner-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-base-security-scanner-": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "base-security-scanner-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lordbasilaiassistant-sudo-base-security-scanner- --command npx --arg -y --arg base-security-scanner-mcp
```

### Hermes

```yaml
mcp_servers:
  lordbasilaiassistant-sudo-base-security-scanner-:
    command: "npx"
    args: ["-y", "base-security-scanner-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-base-security-scanner-": {
      "command": "npx",
      "args": [
        "-y",
        "base-security-scanner-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 21, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −41)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `scan_contract` (~53 tokens)

Analyze a smart contract on Base mainnet for security issues including reentrancy patterns, access control, hidden mints, proxy patterns, and dangerous opcodes.

Input parameters:

- `address` (string, required): Contract address on Base mainnet

### `check_honeypot` (~61 tokens)

Check if a token on Base mainnet is a honeypot by simulating buy and sell via Uniswap V2 router. Returns buy/sell ability and estimated taxes.

Input parameters:

- `token_address` (string, required): Token contract address on Base mainnet

### `detect_rug_risk` (~59 tokens)

Score rug pull risk 0-100 for a token on Base mainnet. Checks ownership, liquidity, dangerous functions, honeypot status, and contract patterns.

Input parameters:

- `token_address` (string, required): Token contract address on Base mainnet

### `analyze_bytecode` (~55 tokens)

Disassemble contract bytecode on Base mainnet and identify known patterns (proxy, diamond, AMM, lending, ERC-20, ERC-721, etc).

Input parameters:

- `address` (string, required): Contract address on Base mainnet

### `check_token_permissions` (~52 tokens)

Check owner permissions on a token: can mint? can pause? can blacklist? can change fees? Can disable trading? Ownership renounced?

Input parameters:

- `token_address` (string, required): Token contract address on Base mainnet

### `get_contract_info` (~60 tokens)

Get basic contract metadata on Base mainnet: is it a contract, bytecode size, ETH balance, transaction count. For tokens, also returns name/symbol/supply.

Input parameters:

- `address` (string, required): Contract or EOA address on Base mainnet

### `compare_bytecode` (~56 tokens)

Compare bytecode of two contracts on Base mainnet for clone detection. Returns similarity score and whether they share the same code.

Input parameters:

- `address1` (string, required): First contract address
- `address2` (string, required): Second contract address

### `audit_report` (~63 tokens)

Generate a full security audit report for a token on Base mainnet. Combines contract scan, honeypot check, rug risk score, bytecode analysis, and permission checks into one comprehensive report.

Input parameters:

- `token_address` (string, required): Token contract address on Base mainnet

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 5
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/base-security-scanner-mcp
- Socket report: https://socket.dev/npm/package/base-security-scanner-mcp
- Repository: https://github.com/lordbasilaiassistant-sudo/base-security-scanner-mcp
- Changelog RSS feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-security-scanner-mcp/base-security-scanner-mcp
