35 - Slither Detectors
Slither Detectors Slither bugs and optimizations detection can run on a Truffle/Embark/Dapp/Etherlime/Hardhat application or on a single Solidity file:
- Slither runs all its detectors by default. To run only selected detectors, use
--detect detector1,detector2
. To exclude detectors, use--exclude detector1,detector2
. - To exclude detectors with an informational or low severity, use
--exclude-informational
or--exclude-low
--list-detectors
lists available detectors
- 75+ Detectors
- Truffle/Embark/Dapp/Etherlime/Hardhat
- Run/Exclude Specific Detectors
- E.g.: reentrancy-eth, unprotected-upgrade