scv-scan

Scan Solidity codebases for security vulnerabilities and produce severity-ranked reports.

104|19|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kadenzipfel/scv-scan --skill scv-scan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scv-scan
Source: https://github.com/kadenzipfel/scv-scan/tree/main
Command: npx skills add https://github.com/kadenzipfel/scv-scan --skill scv-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically audits Solidity codebases for security vulnerabilities by leveraging a cheatsheet-driven workflow and reference-based validation to prioritize fixes.

Core Features & Use Cases

  • Cheatsheet-guided detection of vulnerability classes with quick, Grep-like scans.
  • Deep validation against full reference files to confirm findings and reduce false positives.
  • Structured reporting that ranks findings by severity and provides remediation guidance.
  • Use Case: security teams audit new contracts to produce a prioritized list of fixes before deployment.

Quick Start

Clone this skill into your Claude skills directory and run the SCV audit against your Solidity project.

Frequently Asked Questions about scv-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Solidity code for security vulnerabilities?▼

To audit Solidity code for security vulnerabilities, you can run a cheatsheet-driven scan that applies syntactic and semantic analysis across your codebase to identify flaws. The scan deep-validates findings against references and outputs a severity-ranked report with remediation guidance.

What is a cheatsheet-driven security audit for smart contracts?▼

A cheatsheet-driven security audit uses predefined vulnerability class references to guide quick, Grep-like scans across smart contract codebases. It then deep-validates initial findings against full reference files to confirm vulnerabilities and reduce false positives before generating a prioritized report.

How do I reduce false positives when scanning Solidity code?▼

You can reduce false positives when scanning Solidity code by using a workflow that deep-validates initial findings against full reference files. This two-step process confirms whether a detected vulnerability class is genuinely present before ranking it in the final report.

Can I prioritize remediation for vulnerabilities found in a Solidity project?▼

Yes, you can prioritize remediation for vulnerabilities found in a Solidity project by generating a structured audit report. The report ranks confirmed security findings by severity, providing targeted guidance on which fixes to deploy before contract deployment.

Do I need external dependencies to run a security audit on my Solidity project?▼

No, you do not need external dependencies to run this security audit on your Solidity project. The workflow requires only your Solidity codebase and the in-repo reference files to execute the scan and produce the structured vulnerability report.

What is the best way to systematically review Solidity smart contracts for security flaws?▼

The best way to systematically review Solidity smart contracts for security flaws is using a structured audit workflow that applies syntactic and semantic analysis, validates against reference cheatsheets, and outputs a severity-ranked report with prioritized remediation guidance.