1---2name: aderyn3description: Aderyn — Rust-based Solidity static analyzer; CLI, config, detectors, report formats, and MCP tools for agents.4---56> Skill based on Aderyn (Cyfrin/aderyn), generated 2026-02-24.78Aderyn is a Rust-based Solidity static analyzer that finds vulnerabilities and code-quality issues. It supports Foundry and Hardhat with no config, optional `aderyn.toml` for path and detector control, and an MCP server for AI/editor integration. This skill focuses on agent use: CLI, configuration, detectors, report outputs, and MCP tools.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| CLI | Root, src, path include/exclude, output, subcommands (init, mcp, registry, docs, completions) | [core-cli](references/core-cli.md) |15| Config | aderyn.toml — root, src, include/exclude, detectors, env | [core-config](references/core-config.md) |16| Report formats | Markdown, JSON, SARIF structure and usage | [core-report-formats](references/core-report-formats.md) |1718## Features1920| Topic | Description | Reference |21|-------|-------------|-----------|22| Detectors | Registry (aderyn registry), severity High/Low, include/exclude in config | [features-detectors](references/features-detectors.md) |23| MCP | stdio/HTTP server; tools: project overview, list contracts, contract surface, callgraph, node finder/summarizer | [features-mcp](references/features-mcp.md) |2425## Best practices2627| Topic | Description | Reference |28|-------|-------------|-----------|29| Project setup | When to use aderyn.toml, path filters, detector tuning for Foundry/Hardhat | [best-practices-project-setup](references/best-practices-project-setup.md) |3031## External links3233- [Cyfrin Aderyn docs](https://cyfrin.gitbook.io/cyfrin-docs/aderyn-cli/readme)34- [Aderyn GitHub](https://github.com/Cyfrin/aderyn)35- [List of supported detectors](https://cyfrin.gitbook.io/cyfrin-docs/project-configuration/list-of-supported-detectors)36- [VSCode Aderyn extension](https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn)