Third-party cyber evaluations involving OpenAI models
openai.com·11h ago

TL;DR
Uniswap v4 introduces hooks for custom pool behavior, but this flexibility has led to significant security risks, exemplified by the Cork and Bunni exploits resulting in over $20M in losses.
✦ Why It Matters
Review your hook code against identified failure patterns to enhance security today.
Key Takeaways
How It Works
Uniswap v4 introduces hooks that allow developers to execute custom logic during the swap and liquidity lifecycle. Each pool is managed by a singleton PoolManager, which enforces protocol mechanics while the hooks handle application-specific logic.
Developers must ensure their hooks validate inputs and maintain accurate accounting to prevent exploits.
Related