Skip to content

Commit 177105a

Browse files
Update README.md
1 parent 62b6407 commit 177105a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Supports **Ethereum smart contracts**, **Solana programs**, and **dApp/Web3 appl
3131

3232
---
3333

34-
## Vulnerability Detection (7 Categories)
34+
## Vulnerability Detection (12 Categories)
3535

3636
| # | Category | Severity | Description |
3737
|---|----------|----------|-------------|
@@ -42,7 +42,11 @@ Supports **Ethereum smart contracts**, **Solana programs**, and **dApp/Web3 appl
4242
| 5 | **Delegatecall Misuse** | CRITICAL | Code injection via delegatecall |
4343
| 6 | **Access Control Issues** | CRITICAL | Missing permission checks |
4444
| 7 | **Timestamp Dependence** | LOW | Miner-manipulatable timestamps |
45-
45+
| 8 | **Unchecked Return Value** | HIGH | .call/.delegatecall without require(success) |
46+
| 9 | **Front-running** | MEDIUM | Balance check before state update |
47+
| 10 | **Unprotected Selfdestruct** | CRITICAL | selfdestruct without access control |
48+
| 11 | **Missing Zero Address Check** | MEDIUM | Transfer without zero-address validation |
49+
| 12 | **Storage Collision** | HIGH | delegatecall with mutable storage |
4650
---
4751
## Why ChainScout?
4852

0 commit comments

Comments
 (0)