starkskills gh

Vuln cards.

Distilled classes from normalized findings.

3 cards 217 findings 24 audits

Index

Browse

repo dir

Trigger

Use when contracts combine inferred operational mode and manually forced override mode.

Detection

If both inferred and forced-mode paths exist, assert forced-mode check dominates all early returns.

Findings

CSC-VESU-001

Trigger

Use when fees are accepted as constructor or config parameters.

Detection

Find external/configurable fee input and verify explicit bound assertions in the same call path.

Findings

ERIM-NOSTRA-L02