一键导入
aderyn
Aderyn — Rust-based Solidity static analyzer; CLI, config, detectors, report formats, and MCP tools for agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Aderyn — Rust-based Solidity static analyzer; CLI, config, detectors, report formats, and MCP tools for agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | aderyn |
| description | Aderyn — Rust-based Solidity static analyzer; CLI, config, detectors, report formats, and MCP tools for agents. |
| metadata | {"author":"hairy","version":"2026.2.24","source":"Generated from https://github.com/Cyfrin/aderyn, scripts located at https://github.com/antfu/skills"} |
Skill based on Aderyn (Cyfrin/aderyn), generated 2026-02-24.
Aderyn 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.
| Topic | Description | Reference |
|---|---|---|
| CLI | Root, src, path include/exclude, output, subcommands (init, mcp, registry, docs, completions) | core-cli |
| Config | aderyn.toml — root, src, include/exclude, detectors, env | core-config |
| Report formats | Markdown, JSON, SARIF structure and usage | core-report-formats |
| Topic | Description | Reference |
|---|---|---|
| Detectors | Registry (aderyn registry), severity High/Low, include/exclude in config | features-detectors |
| MCP | stdio/HTTP server; tools: project overview, list contracts, contract surface, callgraph, node finder/summarizer | features-mcp |
| Topic | Description | Reference |
|---|---|---|
| Project setup | When to use aderyn.toml, path filters, detector tuning for Foundry/Hardhat | best-practices-project-setup |