Greetings, dear readers!
We are the pessimistic.io team, and in recent months we have been actively developing our
This is merely a release article that largely repeats what is stated in our readme; however, this article will serve as the start of a series of articles in which we will explain the development, new detectors, and improvements!
Stay tuned for more updates!
Our team would like to express our deepest gratitude to the
Our aim was to increase the sensitivity of the detectors to assist our auditors, so they are quite straightforward and not written in the “original style.” As a result, they produce FPs (
As such, our detectors are a kind of automation of the checks implemented in the checklist, their main purpose is to look for issues and assist the code auditor.
Please let us know if you have discovered an issue/bug/vulnerability via our custom Slither detectors. You may contact us via opening a
By the way, here are some vacant slots in the second quarter of 2023 now so if your project needs an audit — feel free to
In short, Slither is a Python-based contract security framework first proposed in a
Born from Crytic, the blockchain security division of Trail of Bits, Slither is compatible with Hardhat and Truffle and supports Solidity code written beginning with V0.4.
Besides its excellent analysis capabilities, it also includes a bunch of printers that summarize different aspects of the contract in a digestible form. One can even use them to quickly build a mental contract model before diving deeply into the code!
However, multiple printers lose their value for more complex projects since their output becomes unmanageable… We tend to think that plugins are actually one of the most important aspects of properly setting up and running Slither because they significantly increase functionality!
Also, keep in mind that it is the most convenient way to add your own detectors. Check out our recent article about the Slither, if you haven’t already:
This article also has a second purpose: being a systematization of knowledge for the Slither tools usage, in which I will rely on authors that I myself trust in this matter and, of course, our pessimistic.io auditors.
With all said, here are some mentions of Slither in the following
The list of resources you’ll see thereafter will help you learn more about
We have meticulously studied all of the above, performed multiple backtests, and are proud to present
It would be fantastic if you could bookmark, share, star, or fork the following repository. Any attention will help us achieve our common goal of making Web3 a little bit safer than it was before: therefore, we require your support!
For our part, we’ll do everything in our power to ensure that this project continues to grow successfully in terms of both code and technology as well as community and professional interaction!
The following links and resources may be useful to you in your work; please carefully check them out:
If you have any further questions or suggestions, please
We sincerely hope you find our work useful and appreciate any feedback, so please do not hesitate to
Also published here.