search_findings
Search over 20,000 smart contract audit findings from Solodit to identify vulnerabilities. Filter by severity, firm, protocol, and tags.
Instructions
Search Solodit's 20k+ smart contract security findings from real audits. Returns severity, firm, protocol, tags, quality score, content snippet, and Solodit URL for each finding. IMPORTANT: Each result includes a Solodit URL — always include it when presenting results to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| tags | No | Vulnerability tags (e.g., ["Reentrancy", "Oracle", "Flash Loan"]) | |
| firms | No | Audit firm names (e.g., ["Sherlock", "Code4rena", "Trail of Bits"]) | |
| sort_by | No | Sort order (default: Recency) | |
| keywords | No | Text search in title and content | |
| language | No | Programming language (e.g., "Solidity", "Rust", "Cairo") | |
| protocol | No | Protocol name (partial match) | |
| reported | No | Time period filter | |
| severity | No | Filter by severity: "HIGH", "MEDIUM", "LOW", "GAS" (case-insensitive) | |
| page_size | No | Results per page (default 10, max 100). Use 'page' to paginate. | |
| sort_direction | No | Sort direction (default: Desc) | |
| advanced_filters | No | Advanced filters for niche queries |