| name | awesome-web3-security-overview |
| description | Guide for understanding and contributing to the awesome-web3-security curated resource list. Use this skill when adding resources, organizing categories, or maintaining README.md consistency (no duplicates). |
Awesome Web3 Security - Project Overview
Purpose
This is a curated collection of Web3 security materials and resources for pentesters, auditors, and bug hunters. The goal is to keep the list high-signal, well-categorized, and non-duplicated.
Project Structure
awesome-web3-security/
├── README.md # Main resource list (curated)
├── LICENSE # License
├── .claude/
│ └── skills/ # Claude skills (this directory)
└── ref/ # Optional reference notes (not curated)
├── notes/ # Personal notes, drafts, checklists
└── Crypto-resources/ # Reference lists (used for gap checks)
README.md Format Convention
Heading Structure
- Top-level categories use
##.
- Subcategories use
### (e.g., inside Development).
- Starter Pack uses bold bullets for sub-sections (e.g.,
- **Bug Bounties**).
Link Format
- Use full URLs, one per bullet line.
- Add a short description in square brackets:
- https://... [Short description]
- Keep descriptions English and concise.
- Do not add the same URL in multiple places.
Example Entry
### Decompilers
- https://example.com/tool [EVM decompiler]
Categorization Rules (How to Place a New Link)