## https://sploitus.com/exploit?id=5C36A7F4-6059-5508-835B-F794F26F6AF9
# DeFi Vulnerability Analysis Skills
This directory contains a set of DeFi security analysis skills derived from real vulnerabilities and reproduction cases provided by DeFiHackLabs. These skills are designed for human analysts and AI Agents. The structure emphasizes โsimplified main process with details loaded as neededโ.
## Directory Structure
```
skill/
โโโ SKILL.md # Main skill entry (for triggering and navigation)
โโโ sub-skills/ # 10 sub-skills (vulnerability type-specific processes)
โโโ references/ # Reference materials (loaded as needed)
โโโ vulnerabilities/ # Detailed analyses of each vulnerability
```
## How to Use
### Human Analysts
1. Enter the overall framework and navigation via `SKILL.md`.
2. Open the corresponding `sub-skills/*.md` based on the vulnerability type.
3. Review `references/vulnerabilities/*-detailed-analysis.md` when detailed reference materials are required.
### AI Agents
- Only loads `SKILL.md` after triggering.
- Select sub-skills and detailed analyses based on the task.
- Avoid loading all reference materials at once.
## Maintenance Notes
- Update rules in `references/maintenance.md`.
- Case datasets are located in `references/vulnerabilities/_case_dataset.json`.
- Keep `references/case-index.md` consistent with sub-skills statistics.
## Notes
- `references/vulnerabilities/` contains detailed materials; they are not loaded by default.
- If additional cases are needed, please update `past/*/README.md` or the root `README.md` first.
---
Last updated: 2026-01-30