What problem does it solve?
SCV Scan helps you systematically audit Solidity code for known security vulnerabilities by combining a fast sweep with reference-backed validation, reducing missed issues and false positives.
Core Features & Use Cases
- Vulnerability cheatsheet first: loads a condensed mapping of 36 smart-contract vulnerability classes with grep-able keywords.
- Two-pass codebase sweep: runs a syntactic keyword scan plus a semantic read-through to catch issues that can’t be reliably detected by grep.
- Selective deep validation: for each candidate finding, it reads the full reference file and checks preconditions, heuristics, and false-positive conditions before confirming.
- Severity-ranked reporting: outputs confirmed findings with severity, evidence snippets, and targeted remediation guidance.
Quick Start
Ask it to audit your Solidity repository by running the scv-scan skill inside your project folder, then review the generated scv-scan.md report for a severity-ranked list of confirmed issues.