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.
730 stars
12 watching
123 forks
last commit: about 1 year 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 / . [ ] | ||
? | 24,964 | 3 days ago | Using the OpenZeppelin safe math library [ ] |
? | Protected from reentry attacks (A calling B calling A). [ ] | ||
? | 12,917 | 8 days 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 | 244 | 5 months ago | |
The Repository this list was largely sourced from | 2,052 | over 1 year ago | |
Blockchain Security Audit List | 721 | about 2 months ago | |
Smart contract best pracitices | 7,511 | 4 months ago | |
Smart Contract Auditing Heuristics | 575 | almost 2 years ago | |
Solidity idiosyncrasies | 346 | almost 4 years ago | |
Solidity security considerations | |||
Methodological security review of a smart contract | |||
Decentralized Application Security Project | |||
Semgrep Smart-contracts | 632 | 3 months ago | |
Ethereum Security Guide | 14,748 | about 2 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) | 836 | 13 days ago |