scv-scan
Automated Solidity smart contract security vulnerability audits
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install scv-scan?โผ
Run `npx skills add kadenzipfel/scv-scan --all -g -y` in your terminal to install the skill globally.
How to audit Solidity contracts for vulnerabilities?โผ
Run the skill inside your project and it sweeps your code for 36 vulnerability classes, validates each finding against reference heuristics, and writes a severity-ranked report to scv-scan.md.
What vulnerabilities does scv-scan detect?โผ
It covers 36 classes including reentrancy, tx.origin authorization, signature replay, precision loss, arbitrary storage writes, and access control flaws.
Does scv-scan reduce false positives?โผ
Yes. Every candidate finding is checked against documented false-positive conditions in the reference files before it reaches the final report.
Do I need security expertise to use scv-scan?โผ
No. The skill guides the audit workflow automatically and explains each confirmed finding with plain descriptions and fix recommendations.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core