Hi — I maintain HookGuard, an open-source heuristic scanner for Uniswap v4 hooks (not an audit). Ran it against robertleifke/forex-swap at HEAD: your hook contract(s) come back completely clean — zero patterns across all eight rules.
If you'd like that check on every pull request, it's one CI step:
- uses: chaosxcode/hookguard@v1
Annotations on offending lines; MEDIUMs never block merges. And if a finding ever looks wrong, false-positive reports drive the scanner's public calibration.
Method & firing rates: docs/precision.md
Hi — I maintain HookGuard, an open-source heuristic scanner for Uniswap v4 hooks (not an audit). Ran it against
robertleifke/forex-swapat HEAD: your hook contract(s) come back completely clean — zero patterns across all eight rules.If you'd like that check on every pull request, it's one CI step:
Annotations on offending lines; MEDIUMs never block merges. And if a finding ever looks wrong, false-positive reports drive the scanner's public calibration.
Method & firing rates: docs/precision.md