SmartContracts-audit-checklist
Smart contract audit checklist
A collection of guidelines and tools to help developers identify potential vulnerabilities in smart contracts written in Solidity.
A checklist of things to look for when auditing Solidity smart contracts.
736 stars
12 watching
125 forks
last commit: about 2 years ago
Linked from 1 awesome list
auditawesomeawesome-listethereumhacktoberfesthacktoberfest-acceptedsecuritysmart-contractssolidityweb3
SmartContracts-audit-checklist / General Review Approach: | |||
| ? | All functions are except where explictly required to be / . [ ] | ||
| ? | 25,104 | 11 months ago | Using the OpenZeppelin safe math library [ ] |
| ? | Protected from reentry attacks (A calling B calling A). [ ] | ||
| ? | 13,026 | 11 months ago | Properly implements the ERC20 interface [ ] |
| ? | Imported libraries have been previously audited and don't contain dyanmic parts that can be swapped out in future versions which can be be used maliciously. [ ] | ||
| ? | Protected from ERC20 short address attack. [ ] | ||
| ? | Does not use anywhere. [ ] | ||
SmartContracts-audit-checklist / Platform | |||
| code4rena | |||
| HATS.FINANCE | |||
| Immunefi | |||
| Sherlock | |||
| codehawks | |||
| hackenproof | |||
| bugrap | |||
SmartContracts-audit-checklist / List of Public SmartContracts Audits Reports | |||
| Consensys | : | ||
| Peckshield | : | ||
| Openzeppelin | : | ||
| TrailofBits | : | ||
| Quillhash | : | ||
| Hacken | : | ||
| Beosin | : | ||
| Iosiro | : | ||
| Oak Security | : | ||
| G0 group | : | ||
| Hexens | : | ||
| Sherlock | : | ||
| Code4rena | : | ||
SmartContracts-audit-checklist / Resources | |||
| Solidity Code Metrics By Consensys Diligence | 246 | 12 months ago | |
| The Repository this list was largely sourced from | 2,064 | over 2 years ago | |
| Blockchain Security Audit List | 727 | 12 months ago | |
| Smart contract best pracitices | 7,536 | over 1 year ago | |
| Smart Contract Auditing Heuristics | 578 | almost 3 years ago | |
| Solidity idiosyncrasies | 346 | almost 5 years ago | |
| Solidity security considerations | |||
| Methodological security review of a smart contract | |||
| Decentralized Application Security Project | |||
| Semgrep Smart-contracts | 643 | about 1 year ago | |
| Ethereum Security Guide | 14,742 | about 3 years ago | |
| Smart Contract Security Verification Standard | |||
| How to become a smart contract auditor | The complete roadmap 2023 | |||
| Greate Resources by cyfrin | 2023 | |||
| All ctf poc writen using Foundery | ctf-blockchain) | 862 | about 1 year ago | |