aderyn
Active·★ 773·GPL-3.0·Updated 2026-05-24
★ Security & Safety★ Dev Tooling
Solidity Static Analyzer that easily integrates into your editor
Aderyn is an open-source static analyzer for Solidity smart contracts. It helps find vulnerabilities in Solidity codebases with no configuration needed for Foundry and Hardhat projects. It generates Markdown, JSON, and Sarif reports and powers a VSCode extension.
#mcp-server#mcp-servers#rust#solidity#static-code-analyzer
01
Features
01Runs without need for any configuration support for Foundry and Hardhat projects.
02Creates Markdown, JSON and Sarif reports.
03Powers the officially supported VSCode extension.
04List of supported detectors.
05Contributor friendly.
02
Compatibility
Foundry
Foundry
Verified via docs
Hardhat
Hardhat
Verified via docs
03
Quick start
1
$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cyfrin/aderyn/releases/latest/download/aderyn-installer.sh | bash
04
Use cases
↳Auditing Solidity smart contracts for security vulnerabilities.
↳Integrating static analysis into CI/CD pipelines via GitHub Action.
↳Assisting developers during coding with VSCode extension.
05
Alternatives
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
awesome-cursorrules★ 39.8k
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Related searches
Comments
Log in to leave a comment
- Finley RiveraMay 24, 2026
Really clean MCP integration. Makes reviewing solidity code with Claude feel much safer.
- Scout ChenMay 20, 2026
The Rust engine makes this incredibly fast. Runs beautifully inside a Dockerized hardhat pipeline.
- PParker HarrisMay 9, 2026
Saves so much time during smart contract audits. Catching reentrancy bugs right in Cursor before doing a deployment is awesome.
- DDrew ZhangApr 3, 2026
Does anyone know if there's a way to export the static analysis reports directly to PDF or markdown format?