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: almost 3 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,104almost 2 years agoUsing the OpenZeppelin safe math library [ ]
?Protected from reentry attacks (A calling B calling A). [ ]
?13,026almost 2 years agoProperly 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 Diligence246almost 2 years ago
The Repository this list was largely sourced from2,064about 3 years ago
Blockchain Security Audit List727almost 2 years ago
Smart contract best pracitices7,536about 2 years ago
Smart Contract Auditing Heuristics578almost 4 years ago
Solidity idiosyncrasies346almost 6 years ago
Solidity security considerations
Methodological security review of a smart contract
Decentralized Application Security Project
Semgrep Smart-contracts643about 2 years ago
Ethereum Security Guide14,742about 4 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)862almost 2 years ago

Backlinks from these awesome lists:

More related projects: