Highlights
Auth Bypass: 10 prior fixes. Scrutinize any change in this area.
modules/payments/PaymentsModule.ts: most-fixed (5 issues). Treat as high-risk during review.
11 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.
Auth Bypass: Active identity switching historically fails to re-bind shared state providers synchronously, leading to cross-address inventory and session bleed of sensitive cryptographic keys.
Authorization Bypass: Incoming token transfers and transaction finalizations were accepted without verifying ownership signatures or proxy-address nametag matches, permitting token hijacking.
Race Condition: Concurrent balance selection and token sending logic is vulnerable to TOCTOU transaction double-spends without active serialization and re-entrant deadlock checks.