solidity-auditor

Automate parallel security audits of Solidity contracts with mode and file options.

32|6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/sanbir/solidity-auditor-skills --skill solidity-auditor-sanbir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidity-auditor
Source: https://github.com/sanbir/solidity-auditor-skills/tree/main/solidity-auditor
Command: npx skills add https://github.com/sanbir/solidity-auditor-skills --skill solidity-auditor-sanbir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solidity-auditor orchestrates AI-assisted, parallel security analyses of Solidity and EVM code during development, helping teams catch vulnerabilities early and improve code quality.

Core Features & Use Cases

  • Parallel agent-based analysis across the repository to surface security issues quickly.
  • DEEP mode adds DeFi protocol analysis (opus) for protocol-heavy projects.
  • Filename-scoped scans trigger checks on specific contracts or files as you iterate.

Quick Start

Run the skill on your Solidity project to audit the changed files.

Frequently Asked Questions about solidity-auditor

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

FAQPage Schema
How do I automate security audits for Solidity smart contracts?

Automating Solidity security audits involves using an AI-assisted tool that orchestrates parallel agent-based analyses across your repository. This approach surfaces vulnerabilities in EVM code early by scanning changed files and contracts automatically during development.

Can I target specific Solidity files for a security review instead of the whole repo?

Yes, filename-scoped scans allow you to perform security checks on specific contracts or files. This enables targeted Solidity code reviews during iteration, rather than requiring a full repository analysis every time.

Does this AI audit tool support analysis for DeFi protocols?

Yes, the tool includes a DEEP mode specifically designed for DeFi protocol analysis. This mode provides comprehensive security evaluations tailored for protocol-heavy decentralized EVM codebases.

What is the best way to analyze EVM codebases for vulnerabilities during development?

The best way to analyze EVM codebases is using a parallel, AI-assisted security audit. It loads orchestration rules from your repository and accepts mode flags to tailor the scope, catching vulnerabilities quickly during development.

How do I configure the scope of an automated Solidity security audit?

You configure the audit scope by passing mode flags and file arguments to the analysis tool. It loads orchestration rules and constraints directly from your repository to tailor the security review to your specific Solidity project needs.