by kadenzipfel · Claude Skill · ★ 89
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
SCV Scan A Claude Code skill that scans Solidity codebases for security vulnerabilities by referencing 36 unique vulnerability types sourced from smart-contract-vulnerabilities. Setup Clone this repo into your Claude skills directory: Run the skill in your codebase How It Works The skill follows a four-phase audit workflow: Load Cheatsheet — Claude reads , a condensed lookup table of 36 vulnerability classes with grep-able keywords and minimal code snippets. Codebase Sweep — Two passes over the target Solidity code: Syntactic: grep for trigger keywords from the cheatsheet Semantic: read-through for logic bugs with no reliable grep signature (cross-function reentrancy, missing access control, etc.) Deep Validation — For each candidate finding, Claude reads the full reference file (e.g., ) and walks through its detection heuristics and false-positive conditions before confirming or discarding. Report — Confirmed findings are output with severity, code snippets, and fix recommendations. Project Structure SKILL.md # Skill prompt (audit workflow + rules) references/ CHEATSHEET.md # Condensed quick-reference for all 36 vuln classes reentrancy.md
| Stars | 89 |
| Forks | 10 |
| Category | Claude Skill |
| Quality Score | 57.2024621795878/100 |
| Last Updated | 2026-03-11 |
| Created | 2026-02-09 |
| Platforms | claude-code |
| Est. Tokens | ~5k |
Looking for a scv-scan alternative? If you're comparing scv-scan with other claude skill tools, these 4 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Repo for the Claude Code Marketplace to use with the Claude for Life Sciences Launch. This will continue to ho
Report issues related to MCP integration with Claude here.
A tool for autonomous agents like OpenClaw to discover and learn skills autonomously
Open-source AI marketing plugin for agencies & in-house teams — 158 skills, 25 specialist agents, 12-Part Stra
Explore other popular claude skill tools:
scv-scan is A Claude Code skill that scans Solidity codebases for security vulnerabilities by referencing 36 unique vulnerability types. It is categorized as a Claude Skill with 89 GitHub stars.
You can find installation instructions and usage details in the scv-scan GitHub repository at github.com/kadenzipfel/scv-scan. The project has 89 stars and 10 forks, indicating an active community.
The top alternatives to scv-scan on Agent Skills Hub include life-sciences, claude-ai-mcp, skyll. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.