SaaSHub helps you find the best software and product alternatives Learn more →
Top 9 Solidity Security Projects
-
Project mention: OpenZeppelin Contracts: Secure Smart Contract Development Made Easy | news.ycombinator.com | 2024-09-29
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
learn-evm-attacks
Learn and contribute by exploring blockchain attacks in detail. Maintained by Coinspect smart contract audit team, renowned for their top-tier smart contract audit services.
-
Project mention: Lessons Learned #3: Is your random UUID really random? (Account takeover with the sandwich 🥪 attack) | dev.to | 2025-01-19
Use SAST and Linters: This kind of implementation issue could be detected automatically using tools SAST and Linters as the vulnerable functions are known. For example, in this case I couldn’t find a SAST rule to detect the usage of UUIDv1, but I took advantage of Semgrep’s Custom rules feature to add a rule to detect the usage of UUIDv1 in Python in the Semgrep Open source Rule Registry. Here is the Pull Request I submitted to add the rule https://github.com/semgrep/semgrep-rules/pull/3517 Here’s an example of findings generated by the new rule I added:
-
-
-
Auditing
Ethereum Commonwealth Security Department conducted over 400 security audits since 2018. Not even a single contract that we audited was hacked. You can access our audit reports in the ISSUES of this repo. We are accepting new audit requests.
-
-
CallistoDAO
Original TheDAO reworked by a team of security experts to act as a core governance system for Callisto.
-
Solidity Security discussion
Solidity Security related posts
-
Lessons Learned #3: Is your random UUID really random? (Account takeover with the sandwich 🥪 attack)
-
Echidna 2.2.0 released with improvements in fuzzing performance and UX
-
Echidna 2.2.0 released with improvements in fuzzing performance and UX
-
Echidna 2.2.0 released with improvements in fuzzing performance and UX
-
Echidna 2.2.0 released with improvements in fuzzing performance and UX
-
Echidna 2.2.0 released with improvements in fuzzing performance and UX
-
Fuzzing Around: Better Smart Contract Testing through the Power of Random Inputs
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jan 2025
Index
What are some of the best open-source Security projects in Solidity? This list will help you:
# | Project | Stars |
---|---|---|
1 | openzeppelin-contracts | 25,195 |
2 | learn-evm-attacks | 1,686 |
3 | semgrep-rules | 830 |
4 | semgrep-smart-contracts | 645 |
5 | securify2 | 589 |
6 | Auditing | 132 |
7 | Solidity Smart Contract Pwn | 32 |
8 | CallistoDAO | 6 |
9 | Escrow | 0 |