This repository contains an example of plugin for Slither.
See the detector documentation.
setup.py: Contain the plugin informationslither_my_plugin/__init__.py: Containmake_plugin(). The function must return the list of new detectors and printersslither_my_plugin/detectors/example.py: Detector plugin skeleton.
Once these files are updated with your plugin, you can install it:
python setup.py developWe recommend to use a Python virtual environment (for example: virtualenvwrapper).