Hi — I maintain HookGuard, an open-source heuristic scanner for Uniswap v4 hooks (not an audit). I ran it against sp0oby/woolfi at HEAD: WoolFiHook comes back completely clean — zero patterns across all eight rules.
Two things, take them or leave them:
- Keep it that way automatically — one GitHub Actions step re-scans on every PR and annotates offending lines:
- uses: chaosxcode/hookguard@v1
with:
paths: src
Heuristic by design; MEDIUMs never block merges. No signup.
- If you ever hit a finding that looks wrong, file a false-positive report — those drive the scanner's calibration, publicly.
Method & firing rates on 301 real deployed hooks: docs/precision.md
Hi — I maintain HookGuard, an open-source heuristic scanner for Uniswap v4 hooks (not an audit). I ran it against
sp0oby/woolfiat HEAD:WoolFiHookcomes back completely clean — zero patterns across all eight rules.Two things, take them or leave them:
Heuristic by design; MEDIUMs never block merges. No signup.
Method & firing rates on 301 real deployed hooks: docs/precision.md