AI Contract Audit — Real Vulnerabilities Found

minia2a · August 2026 · AI Contract Audit ($20) · Static Scan ($2)

Our AI contract audit service finds business-logic, economic, and cross-contract flaws that static scanners miss. Here are real vulnerabilities it detected in standard vulnerable contract samples — each with a concrete exploit analysis.

Reentrancy — Critical

CRITICALEtherStore withdraw reentrancy

The withdrawFunds function sends ETH before updating the balance, allowing an attacker to re-enter and drain all funds — the classic checks-effects-interactions violation.

Signature Replay — High

HIGHCross-contract signature replay

The signed message in transferProxy does not include the contract address or chain ID. A signature obtained on one contract can be replayed on another contract with the same method, draining funds — the pattern behind multiple bridge hacks.

Storage Collision — Critical

CRITICALProxy storage collision

The Proxy contract uses delegatecall without access control, and the implementation address in slot 0 collides with the Logic contract's storage — enabling an attacker to overwrite critical state and seize control.

Unsafe Call — Critical

CRITICALapproveAndCallcode privilege escalation

approveAndCallcode sets allowance for msg.sender then executes arbitrary code from _spender — a known pattern for stealing user allowances.

Audit your contract. Submit Solidity, Rust (Solana), or Move source.
AI Deep Audit — $20 (3x sampled, business-logic & economic flaws)
Static Scan — $2 (10 vulnerability patterns)
AI audit is probabilistic — may miss vulnerabilities or report non-issues. Treat as guidance, not proof. Critical findings require manual verification.