Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Contractscan

БесплатноНе проверен

ContractScan MCP Server — multi-engine Solidity vulnerability scanner for LLM agents

GitHubEmbed

Описание

ContractScan MCP Server — multi-engine Solidity vulnerability scanner for LLM agents

README

Scan Solidity smart contracts for security vulnerabilities in your CI/CD pipeline.

ContractScan uses Slither static analysis with AI-enhanced reporting to detect vulnerabilities in your smart contracts on every push and pull request.

Usage

# Free tier (no API key needed):
- name: Scan smart contracts
  uses: h33min/contractscan-action@v1

# With API key (unlimited scans):
- name: Scan smart contracts
  uses: h33min/contractscan-action@v1
  with:
    api-key: ${{ secrets.CONTRACTSCAN_API_KEY }}

Inputs

Input Required Default Description
api-key No ContractScan API key. Optional for free tier. Store as a repository secret for paid plans.
api-url No https://contract-scanner.raccoonworld.xyz ContractScan API base URL
path No **/*.sol Glob pattern for Solidity files to scan
fail-on No Critical Minimum severity that fails CI (Critical, High, Medium, Low)
report-format No markdown Output format: markdown or json
max-files No 300 Maximum number of files to scan per run

Features

  • ZIP bundling: Automatically bundles your Solidity source files and dependency directories (node_modules/, lib/, dependencies/) into a single archive for correct import resolution
  • Free tier: No API key required. Daily usage limits apply.
  • Multi-engine: Slither static analysis + AI vulnerability detection
  • Real hack references: Cross-references findings with real DeFi exploit patterns

Outputs

Output Description
findings-count Total number of findings
critical-count Number of Critical severity findings
passed true if all scans passed the threshold

Example Workflow

See example-workflow.yml for a complete example including PR comments.

Get an API Key

Free tier works without an API key. For unlimited scans, visit ContractScan to generate an API key.

License

MIT

from github.com/h33min/contractscan-action

Установка Contractscan

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/h33min/contractscan-action

FAQ

Contractscan MCP бесплатный?

Да, Contractscan MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Contractscan?

Нет, Contractscan работает без API-ключей и переменных окружения.

Contractscan — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Contractscan в Claude Desktop, Claude Code или Cursor?

Открой Contractscan на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Contractscan with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai