Security Tools
Static Analysis¶
- Oyente - Analyze Ethereum code to find common vulnerabilities, based on this paper.
- solidity-coverage - Code coverage for Solidity testing.
- Solgraph - Generates a DOT graph that visualizes function control flow of a Solidity contract and highlights potential security vulnerabilities.
Linters¶
Linters improve code quality by enforcing rules for style and composition, making code easier to read and review.