solidity-auditor

Audit Solidity contracts for security vulnerabilities and suggest fixes.

1.1k|190|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/pashov/skills --skill solidity-auditor-pashov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidity-auditor
Source: https://github.com/pashov/skills/tree/main/solidity-auditor
Command: npx skills add https://github.com/pashov/skills --skill solidity-auditor-pashov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires find, toolsearch, curl, mktemp, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill performs a thorough security audit on Solidity contracts, identifying potential vulnerabilities and suggesting fixes to ensure contract integrity.

Core Features & Use Cases

  • Automated Security Audit: Scans Solidity contracts for security vulnerabilities.
  • Vulnerability Identification: Detects various security issues such as access control, economic security, and asymmetries.
  • Fix Recommendations: Provides suggestions to mitigate identified vulnerabilities.
  • Use Case: Use this Skill to audit a new Solidity contract before deploying it to the blockchain to ensure its security.

Quick Start

Install the skill and run 'solidity audit' on your Solidity codebase.

Frequently Asked Questions about solidity-auditor

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

FAQPage Schema
How do I run a security audit on Solidity smart contracts?

A Solidity security audit scans your smart contracts for vulnerabilities like access control flaws and economic asymmetries. This Skill automates that process, identifying security issues and suggesting fixes to ensure contract integrity before deployment.

What types of vulnerabilities can smart contract code analysis detect?

Smart contract code analysis detects vulnerabilities related to access control, economic security, and asymmetries. This Skill performs a thorough audit on Solidity contracts to identify these issues and suggests fixes to mitigate them.

Can I use automated vulnerability detection before deploying to the blockchain?

Yes, you can use automated vulnerability detection before deploying to the blockchain. This Skill performs a thorough security audit on your Solidity contracts, identifying potential vulnerabilities and suggesting fixes to ensure contract integrity.

Does the Solidity audit tool require any specific dependencies?

The Solidity audit tool requires the dependencies find, toolsearch, curl, and mktemp. It uses various hacking agents and analysis tools alongside these dependencies to identify and mitigate vulnerabilities in smart contracts.

What is the best way to find access control flaws in Solidity contracts?

The best way to find access control flaws is conducting a comprehensive security audit. This Skill specifically focuses on access control, economic security, and asymmetries, detecting various security issues and suggesting fixes to mitigate them.