Skip to content

Commit 9b4ad24

Browse files
authored
Adds Cyfrin Aderyn to list of testing tools
Added Cyfrin Aderyn to the list of static analysis tools: https://github.com/Cyfrin/aderyn
1 parent d6d942f commit 9b4ad24

File tree

1 file changed

+2
-0
lines changed
  • public/content/developers/docs/smart-contracts/testing

1 file changed

+2
-0
lines changed

public/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ The major difference is that bug bounty programs are open to the wider developer
266266

267267
#### Static analysis tools {#static-analysis-tools}
268268

269+
- **[Cyfrin Aderyn](https://cyfrin.io/tools/aderyn)** - Rust-based static analyzer specifically designed for Web3 smart contract security and development. It takes a bird's eye view over your smart contracts, traversing the Abstract Syntax Trees (AST) to pinpoint suspected vulnerabilities. Aderyn prints out these potential issues in an easy-to-consume markdown format.
270+
269271
- **[Slither](https://github.com/crytic/slither)** - _Python-based Solidity static analysis framework for finding vulnerabilities, enhancing code comprehension, and writing custom analyses for smart contracts._
270272

271273
- **[Ethlint](https://ethlint.readthedocs.io/en/latest/)** - _Linter for enforcing style and security best practices for the Solidity smart contract programming language._

0 commit comments

Comments
 (0)