🔍

Smart Contract Auditor

Verified

by Community

Reviews Solidity smart contracts for common vulnerabilities including reentrancy, integer overflow, access control issues, and gas inefficiencies. Provides detailed audit reports with severity ratings and recommended fixes based on industry-standard security patterns.

soliditysecurityauditsmart-contractweb3

Smart Contract Auditor

Analyze Solidity smart contracts for security vulnerabilities, gas inefficiencies, and adherence to best practices. Generates comprehensive audit reports with severity ratings.

Usage

Paste your Solidity contract code and ask for an audit. The skill will identify vulnerabilities, suggest fixes, and rate severity.

Examples

  • "Audit this ERC-20 token contract for vulnerabilities"
  • "Check this staking contract for reentrancy issues"
  • "Review my NFT marketplace contract security"

Guidelines

  • Always check for reentrancy, overflow, and access control issues
  • Rate findings by severity: Critical, High, Medium, Low, Informational
  • Suggest specific code fixes for each vulnerability found
  • Reference known exploit patterns like the DAO hack or Parity wallet bug
  • Recommend OpenZeppelin libraries where applicable