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