There are different types of security tools: testing, test coverage, linting, disassembly, visualization, static analysis, dynamic analysis, formal verification. In this story, I present the most popular Solidity smart contract security tools. Slither for static analysis Slither is a Solidity static analysis framework written in Python 3. It allows to detect vulnerabilities, to better…