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.

GitHub

736 stars
12 watching
125 forks
last commit: over 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 / . [ ]
? 25,104 about 1 month ago Using the OpenZeppelin safe math library [ ]
? Protected from reentry attacks (A calling B calling A). [ ]
? 13,026 about 1 month 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 about 2 months ago
The Repository this list was largely sourced from 2,064 over 1 year ago
Blockchain Security Audit List 727 about 2 months ago
Smart contract best pracitices 7,536 6 months ago
Smart Contract Auditing Heuristics 578 about 2 years ago
Solidity idiosyncrasies 346 about 4 years ago
Solidity security considerations
Methodological security review of a smart contract
Decentralized Application Security Project
Semgrep Smart-contracts 643 4 months ago
Ethereum Security Guide 14,742 over 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) 862 2 months ago

Backlinks from these awesome lists:

More related projects: