Replies: 6 comments 1 reply
-
some ideas:
as for format, I think there is value in both written and video formats. curious to hear others opinions on that |
Beta Was this translation helpful? Give feedback.
-
I think one good feature for the I know there is the triage mode available, but this is not always preferable if the contract is going to be deployed on mainnet. The Solidity code on Etherscan would show the comments |
Beta Was this translation helpful? Give feedback.
-
Love the initiative With every detector needing to start from traversing the contracts/functions/nodes/irs themselves, I think more detail on how to traverse this and prune or filter by what is desired would be nice. Possibly there could be an example catalog that documents this style of building blocks that aid in filtering. For a crazy idea that may be out of scope of slither, I think an interactive playground for Solidity -> Slither IR (resembling the treesitter one) would greatly help in building the required learning of Slither IR and how a contract is parsed into it. |
Beta Was this translation helpful? Give feedback.
-
needs rewrite in rust |
Beta Was this translation helpful? Give feedback.
-
Implement an amusement park with a slither writing detector |
Beta Was this translation helpful? Give feedback.
-
I'd like to have a default set of semi-realistic contracts to test new detectors. Every detector should behave decently at least on this benchmark, e.g.:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
We are planning to create better development guidelines for Slither so we are looking for feedback from the community to know what components/design/process would help you.
We invite the community to answer in this thread with your documentation wishlist
Beta Was this translation helpful? Give feedback.
All reactions