solidity-audit

Audit Solidity contracts for vulnerabilities using Slither, Aderyn, and 104 patterns.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/0xHarbs/agent-setup --skill solidity-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidity-audit
Source: https://github.com/0xHarbs/agent-setup/tree/main/claude/skills/domain/solidity-audit
Command: npx skills add https://github.com/0xHarbs/agent-setup --skill solidity-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Smart contract security auditing is complex and error-prone; this Skill automates detection of vulnerabilities in Solidity projects by combining Slither, Aderyn, and a 104-pattern vulnerability database to produce actionable findings and remediation guidance.

Core Features & Use Cases

  • Automated detection of vulnerabilities in Solidity contracts using Slither, Aderyn, and a 104-pattern risk database.
  • Generation of professional audit reports with severity classification, confidence scoring, and remediation guidance.
  • Optional PoC exploit tests, fuzz tests, and a detailed findings appendix.

Quick Start

Provide the path to your Solidity contracts or a git diff of changes and run the audit to produce findings and a report.

Frequently Asked Questions about solidity-audit

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

FAQPage Schema
How do I audit Solidity contracts for security vulnerabilities?

Automated Solidity security audits detect vulnerabilities by analyzing contracts with Slither, Aderyn, and a 104-pattern risk database to produce structured findings and remediation guidance.

Can I scan only changed Solidity contracts using a git diff?

Yes, automated Solidity security audits target changed contracts automatically by analyzing git diff output or explicit contract flags, ensuring focused scans on modified code.

What is included in an automated Solidity audit report?

Solidity audit reports include a security score, severity classifications, confidence scoring, structured findings, remediation guidance, and optional Foundry PoC and fuzz tests.

Do I need Slither and Aderyn installed to run Solidity security audits?

Automated Solidity security audits rely on Slither and Aderyn to detect vulnerabilities and generate findings, requiring these tools in the execution environment.

Can I generate Foundry PoC exploit tests from Solidity audit findings?

Yes, automated Solidity security audits can generate optional Foundry PoC exploit tests and fuzz tests alongside the professional audit artifact and detailed findings appendix.

What's the best way to run a quick scan for Solidity vulnerability patterns?

Automated Solidity security audits offer quick scan options alongside deep analysis modes, checking contracts against 104 vulnerability patterns to deliver rapid structured findings.