# Web3 Security Tooling

> Guide for security tooling (analyzers, fuzzers, decompilers, compilers) and consistent placement in README.md.

- Skill: `gmh5225/web3-security-tooling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gmh5225/web3-security-tooling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gmh5225/web3-security-tooling/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: gmh5225 (https://skillmd.com/u/gmh5225)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gmh5225/web3-security-tooling

---


# Web3 Security Tooling

## Scope

Use this skill when adding or organizing:

- Static analyzers (Slither, Mythril, etc.)
- Fuzzers / property testing (Echidna, Foundry, etc.)
- Decompilers / bytecode tooling
- Compilers and toolchains
- Monitoring and relayer services

## Categorization Rules

- **General-purpose dev/security tools** go under `Development → Tools`.
- **Language toolchains** go under `Development → Compilers`.
- **Decompilers** go under `Development → Decompilers`.
- **Frameworks** go under `Development → Development Frameworks`.
- **Testing frameworks** go under `Development → Unit Tests` (only if testing-focused).

## Quality Bar

- Prefer canonical repos
- Avoid forks unless they add meaningful features
- Add short, English descriptions
- Never duplicate an existing URL

## Data Source

For detailed and up-to-date resources, fetch the full list from:
```
https://raw.githubusercontent.com/gmh5225/awesome-web3-security/refs/heads/main/README.md
```


