|
14 | 14 | <p align="center"> |
15 | 15 | <img src="https://img.shields.io/badge/Patterns-104-blue?style=flat-square" alt="104 Patterns" /> |
16 | 16 | <img src="https://img.shields.io/badge/Tools-8-blue?style=flat-square" alt="8 Tools" /> |
17 | | - <img src="https://img.shields.io/badge/DeFiVulnLabs-100%25-brightgreen?style=flat-square" alt="DeFiVulnLabs 100%" /> |
18 | | - <img src="https://img.shields.io/badge/Paradigm%20CTF-100%25-brightgreen?style=flat-square" alt="Paradigm CTF 100%" /> |
| 17 | + <img src="https://img.shields.io/badge/CTF%20Benchmark-85%2F85%20(100%25)-brightgreen?style=flat-square" alt="CTF 85/85 100%" /> |
| 18 | + <img src="https://img.shields.io/badge/DeFiVulnLabs-56%2F56-brightgreen?style=flat-square" alt="DeFiVulnLabs 100%" /> |
| 19 | + <img src="https://img.shields.io/badge/Paradigm%20CTF-24%2F24-brightgreen?style=flat-square" alt="Paradigm CTF 100%" /> |
| 20 | + <img src="https://img.shields.io/badge/2025%20CTFs-5%2F5-brightgreen?style=flat-square" alt="2025 CTFs 100%" /> |
19 | 21 | <img src="https://img.shields.io/badge/OWASP%202025-Aligned-orange?style=flat-square" alt="OWASP 2025" /> |
20 | 22 | </p> |
21 | 23 |
|
|
46 | 48 | - **Formal Verification** — Halmos symbolic tests + Certora CVL rules |
47 | 49 | - **Fuzz Test Generation** — Foundry invariant tests + Echidna property tests from scan findings |
48 | 50 | - **OWASP 2025 Aligned** — covers all Smart Contract Top 10 2025 categories |
49 | | -- **CTF-Validated** — 100% detection on DeFiVulnLabs (56/56) + Paradigm CTF (24/24 static) |
| 51 | +- **CTF-Validated** — 100% detection on 85/85 challenges: DeFiVulnLabs (56/56) + Paradigm CTF (24/24) + R3CTF 2025 + HTB CA 2025 (5/5) |
50 | 52 |
|
51 | 53 | ## Benchmark Results |
52 | 54 |
|
|
56 | 58 | | **Paradigm CTF 2021** | 16 challenges | **100%** (10/10 static) | |
57 | 59 | | **Paradigm CTF 2022** | 13 challenges | **100%** (7/7 static) | |
58 | 60 | | **Paradigm CTF 2023** | 15 challenges | **100%** (7/7 static) | |
59 | | -| **Combined** | 100 contracts | **80/80 static (100%)** | |
| 61 | +| **R3CTF 2025** | 2 Solidity challenges | **100%** (2/2) | |
| 62 | +| **HTB Cyber Apocalypse 2025** | 3 blockchain challenges | **100%** (3/3) | |
| 63 | +| **Combined** | 85 challenges | **85/85 (100%)** | |
60 | 64 |
|
61 | 65 | ## Quick Start |
62 | 66 |
|
@@ -264,7 +268,7 @@ Phase 7: Report & Remediation ─► Professional report + fixed code samples |
264 | 268 | | Script | Purpose | |
265 | 269 | |--------|---------| |
266 | 270 | | `solidity_guard.py` | Combined scanner orchestrator (50+ detectors) | |
267 | | -| `ctf_benchmark.py` | CTF benchmark framework (DeFiVulnLabs + Paradigm CTF) | |
| 271 | +| `ctf_benchmark.py` | CTF benchmark framework (DeFiVulnLabs + Paradigm CTF + 2025 CTFs) | |
268 | 272 | | `slither_runner.py` | Slither integration | |
269 | 273 | | `report_generator.py` | Professional Markdown + PDF report | |
270 | 274 | | `verify_findings.py` | Finding verification prompts | |
|
0 commit comments