Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 51280a6

Browse files
committed
docs: Update README with 2025 CTF benchmark (85/85 total)
Add R3CTF 2025 and HTB Cyber Apocalypse 2025 to benchmark table, update badges and combined stats. Remove unused duplicate lib/api.ts.
1 parent 668d326 commit 51280a6

2 files changed

Lines changed: 9 additions & 49 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
<p align="center">
1515
<img src="https://img.shields.io/badge/Patterns-104-blue?style=flat-square" alt="104 Patterns" />
1616
<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%" />
1921
<img src="https://img.shields.io/badge/OWASP%202025-Aligned-orange?style=flat-square" alt="OWASP 2025" />
2022
</p>
2123

@@ -46,7 +48,7 @@
4648
- **Formal Verification** — Halmos symbolic tests + Certora CVL rules
4749
- **Fuzz Test Generation** — Foundry invariant tests + Echidna property tests from scan findings
4850
- **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)
5052

5153
## Benchmark Results
5254

@@ -56,7 +58,9 @@
5658
| **Paradigm CTF 2021** | 16 challenges | **100%** (10/10 static) |
5759
| **Paradigm CTF 2022** | 13 challenges | **100%** (7/7 static) |
5860
| **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%)** |
6064

6165
## Quick Start
6266

@@ -264,7 +268,7 @@ Phase 7: Report & Remediation ─► Professional report + fixed code samples
264268
| Script | Purpose |
265269
|--------|---------|
266270
| `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) |
268272
| `slither_runner.py` | Slither integration |
269273
| `report_generator.py` | Professional Markdown + PDF report |
270274
| `verify_findings.py` | Finding verification prompts |

apps/web/frontend/src/lib/api.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)