Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

ourzora/zora-protocol
main @ 32c2931
14
Fixes
0
CVEs
HIGH
Peak severity
84.6%
Coverage
Highlights
Authorization Bypass: 3 prior fixes. Scrutinize any change in this area.
packages/cli/src/commands/skills.ts: most-fixed (2 issues). Treat as high-risk during review.
14 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Authorization Bypass: Attacker-controlled mintTo address allowed draining tokens from arbitrary addresses via transferFrom/safeTransferFrom during minting.
Access Control Bypass: New premint function variants (collectPremintV2, collectPremint) introduced a path that could bypass access controls for unauthorized minting.
Authorization Bypass: Missing EIP-1271 signature validation allowed forged signatures to create unauthorized premints via ECDSA recovery.