# web3-security-tooling > Guide for security tooling (analyzers, fuzzers, decompilers, compilers) and consistent placement in README.md. - Author: NeverSightAI - Repository: gmh5225/awesome-web3-security - Version: 20260120092400 - Stars: 11 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/gmh5225/awesome-web3-security - Web: https://mule.run/skillshub/@@gmh5225/awesome-web3-security~web3-security-tooling:20260120092400 --- --- name: web3-security-tooling description: Guide for security tooling (analyzers, fuzzers, decompilers, compilers) and consistent placement in README.md. --- # 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