Search Solodit's 20,000+ audit findings from Claude Code and Codex CLI.
概览
Search Solodit's 20,000+ audit findings from Claude Code and Codex CLI.
README
Quick Start
curl -fsSL https://raw.githubusercontent.com/marchev/claudit/main/install.sh | sh
The installer detects Claude Code and/or Codex CLI, prompts for your Solodit API key, and registers the MCP server.
Then just ask:
> Find 5 solo findings by 0x52 at Sherlock
Tools
search_findings
Search across all findings with filters.
| Parameter | Type | Description |
|---|---|---|
keywords |
string |
Text search in title and content |
severity |
string[] |
HIGH MEDIUM LOW GAS (case-insensitive) |
firms |
string[] |
Audit firm names |
tags |
string[] |
Vulnerability tags |
language |
string |
Programming language |
protocol |
string |
Protocol name (partial match) |
reported |
string |
30 60 90 alltime |
sort_by |
string |
Recency Quality Rarity |
sort_direction |
string |
Desc (default) Asc |
page |
int |
Page number (default 1) |
page_size |
int |
Results per page (default 10, max 100) |
advanced_filters |
object |
See below |
get_finding
Get full details for a specific finding by numeric ID, Solodit URL, or slug.
get_filter_options
List all valid filter values — firms, tags, categories, languages — with finding counts.
Examples
Search Solodit for oracle manipulation HIGH severity findings
Find all Sherlock findings about flash loans
What reentrancy issues exist in lending protocols?
Show me solo findings by 0x52
Get recent HIGH severity Solidity findings sorted by quality
Configuration
Support
Claudit is a solo-maintained public good for Ethereum security. If it saves you time or finds bugs for you, consider supporting its continued development on Giveth:
安装
npx -y @marchev/claudit@latest配置
{
"mcpServers": {
"solodit": {
"command": "npx",
"args": ["-y", "@marchev/claudit@latest"],
"env": {
"SOLODIT_API_KEY": "sk_new_key"
}
}
}
}