Smart Contract Security 2026: What SCONE-Bench Reveals About AI Vulnerability Discovery in DeFi
Claude Mythos identified $35M in vulnerable smart contract value, reframing what AI can do for DeFi security

Retool's new app builder is where AI-generated code ships safely
Building apps with AI is easy. Getting them to production safely is another story.
The DAO hack in 2016 drained $60 million through a reentrancy vulnerability that had been missed in code review. Poly Network in 2021 lost $611 million to an access control flaw. Wormhole in 2022 lost $320 million to a signature verification bypass. Each of these incidents involved a vulnerability that, in retrospect, was findable with careful analysis. The question was never whether the vulnerability existed; it was whether anyone would find it before an attacker did. Project Glasswing's SCONE-Bench results answer that question in a new way. Claude Mythos identified $35M in vulnerable smart contract value, meaning Mythos developed working exploits for contracts holding that collective value. This is not a theoretical scan finding. It is a demonstration that AI can autonomously navigate the complexity of DeFi protocol interactions, identify exploitable conditions, and develop functional attack code, all before a threat actor does the same work.
Smart Contract Vulnerability Classes Explained
Smart contract vulnerabilities fall into several well-documented classes, but the specific manifestations in 2026 DeFi protocols are more complex than the canonical examples suggest. Reentrancy remains the most notorious class: a contract sends ETH or calls an external contract before updating its state, allowing the recipient to re-enter the sending contract in an inconsistent state. Modern reentrancy attacks are often cross-contract or cross-function, exploiting shared state across multiple entry points in a proxy architecture. Integer overflow and underflow have been largely mitigated by Solidity 0.8's built-in checked arithmetic, but protocols using assembly blocks or pre-0.8 libraries remain exposed. Access control vulnerabilities arise when privileged functions lack proper authorization checks, or when ownership can be manipulated through constructor arguments, initialization functions, or proxy admin patterns. Oracle manipulation targets the price feeds that DeFi protocols use to determine asset values. Flash loan attacks can manipulate spot prices within a single transaction, allowing an attacker to borrow against inflated collateral or drain liquidity at artificial prices. Logic errors encompass business logic flaws that are not traditional vulnerability classes but represent mismatches between the intended protocol behavior and what the code actually enforces.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Why DeFi Is a High-Value Target
The structural characteristics of DeFi protocols make them uniquely attractive to both human and AI-powered attackers. First, value density: a single DeFi protocol can hold hundreds of millions of dollars in a smart contract address that, if exploited, can be drained in a single transaction. Traditional financial systems have transaction limits, human review, and fraud controls. DeFi does not. Second, immutability: deployed smart contract code cannot be changed without an upgrade mechanism. If a vulnerability exists in a non-upgradeable contract, the only remediation is to convince all users to migrate to a new contract, and any funds that remain in the old contract remain permanently at risk. Third, public attack surface: all smart contract code and state is publicly readable on-chain. An attacker has the same visibility into the code as the development team. There is no security through obscurity. Fourth, composability: DeFi protocols interact with each other in complex ways. A protocol that is individually secure may become vulnerable when called in combination with another protocol. These interaction vulnerabilities are among the hardest to detect with traditional static analysis. Fifth, speed and finality: blockchain transactions are irreversible. An attacker who drains a DeFi protocol has permanent possession of the funds unless the protocol has an emergency pause mechanism and the chain undergoes a coordinated rollback, which is socially and technically costly.
“In DeFi, the code is the bank, the vault, and the security guard simultaneously. When the code has a flaw, all three fail at once.”
Blockchain security principle reflecting DeFi's unique risk profile
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
How SCONE-Bench Works as a Benchmark
SCONE-Bench is structured around real Ethereum mainnet and testnet contract deployments, not synthetic examples. The benchmark curates a set of contracts with known vulnerabilities (confirmed through prior exploits or responsible disclosure) alongside benign contracts, without labeling which are which. Models are evaluated on their ability to identify exploitable contracts and, critically, to develop functional exploit code. Simply flagging a contract as 'potentially vulnerable' does not score. The model must demonstrate that it can produce a transaction sequence or exploit contract that would extract funds or manipulate state in the target contract. This design choice is important: it eliminates the false positive inflation that plagues pattern-matching security scanners. A model that generates plausible-sounding vulnerability reports without functional exploits scores zero. The $35M figure for Claude Mythos represents the sum total value locked in contracts for which Mythos produced a working exploit, not just a vulnerability description. This is a significantly higher bar than most academic AI security benchmarks, which evaluate vulnerability identification rather than exploit development.
What the $35M Represents in Practice
The $35M SCONE-Bench figure should be interpreted carefully. It is not $35M that Anthropic or Glasswing has control over, and it is not $35M that has been drained. It represents the collective value in smart contracts that were vulnerable to exploits that Mythos identified during the benchmark evaluation. Some portion of those contracts will have been covered by Project Glasswing's coordinated disclosure process, meaning affected protocol teams have been notified and are actively patching. Protocols that have deployed patches reduce the at-risk value. However, for protocols that have not yet been notified, for which patches are not yet deployed, or for which users have not migrated to patched versions, the underlying vulnerability remains. The figure also illustrates a capability gap: if Mythos identified $35M in SCONE-Bench, an adversarial actor using AI tooling of comparable capability would find similar vulnerabilities. The race between defensive AI disclosure and offensive AI exploitation is exactly the dynamic that Project Glasswing was designed to address.
How Mythos Finds Smart Contract Bugs Autonomously
Claude Mythos approaches smart contract analysis differently than traditional scanners. Traditional tools like Slither, MythX, and Echidna use pattern matching, symbolic execution, and fuzzing, respectively. Each technique has known blind spots. Pattern matching misses novel vulnerability classes. Symbolic execution struggles with complex state spaces and external call interactions. Fuzzing requires seed generation and can miss conditions that only appear under specific state configurations. Mythos combines semantic code understanding with autonomous hypothesis generation and validation. Rather than asking 'does this code match a known vulnerability pattern,' it asks 'given how this contract is designed and how EVM executes transactions, what state conditions would allow an attacker to extract value, and how would an attacker set up those conditions?' This reasoning-first approach allows Mythos to identify attack chains that span multiple transactions, multiple contracts, and multiple protocol interactions. It is also the capability that makes the $35M SCONE-Bench result possible: most of that value would not be detectable by pattern-matching tools because the vulnerabilities involve interaction conditions that only emerge from reasoning about protocol behavior rather than static code analysis.
AI vs. Traditional Smart Contract Audit Firms
Traditional smart contract audit firms bring capabilities that AI cannot yet fully replicate. Human auditors understand business context in ways that autonomous tools do not. An auditor can read a protocol whitepaper, understand the intended economic design, and identify flaws between the economic design and the implementation. They can flag risks in governance structures, in token distribution mechanisms, and in upgrade key management that require understanding of organizational context, not just code. Human auditors also provide attestation value: a signed audit report from a reputable firm carries regulatory weight and provides a degree of liability coverage that AI-generated reports currently do not. Insurance underwriters and institutional investors use audit firm reputation as a quality signal. Where AI outperforms traditional auditors is in breadth and speed. A firm can audit one protocol at a time over several weeks. Mythos can analyze hundreds of contracts in parallel, continuously, without fatigue or billing constraints. For protocols that publish source code publicly (which all reputable DeFi protocols do), Mythos can monitor for state changes and flag when new vulnerability conditions emerge after deployment. The current best practice is hybrid: a thorough human audit before mainnet deployment combined with continuous AI monitoring post-deployment.
Developer Defensive Practices
DeFi protocol developers have a defensible security stack available to them in 2026. The most effective practices layer complementary techniques. Formal verification, implemented using tools like Certora, K Framework, or Halmos, uses mathematical proofs to verify that a contract's behavior matches a set of specified invariants. Formal verification catches logic errors that neither static analysis nor fuzzing will find, because it proves properties about all possible execution paths, not just those exercised by test inputs. Invariant-based testing with Foundry's fuzzing engine generates random transaction sequences and checks that protocol invariants hold across all of them. Unlike traditional unit tests, invariant tests explore the state space rather than testing specific scenarios. Multi-sig governance for all privileged operations removes the single point of failure that individual private keys represent. A 4-of-7 multisig for upgrade functions means an attacker must compromise four independent key holders to execute an unauthorized upgrade. Emergency pause mechanisms allow protocols to halt operations when anomalous activity is detected. The pause should be monitored by an automated circuit breaker that triggers on volume spikes, price manipulation signals, or unusual transaction patterns. Bug bounty programs, specifically those integrated with AI-powered scanning platforms, create an economic incentive for researchers to disclose rather than exploit. Immunefi and HackenProof are the dominant platforms in the DeFi bug bounty space.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Incident Response When a Smart Contract Is Exploited
Smart contract incident response differs fundamentally from traditional incident response because the primary attack vector, the blockchain transaction, is irreversible. The incident response playbook must prioritize containment over recovery. Within minutes of detecting an exploit, the protocol team should activate the emergency pause mechanism if one exists, post a transparent public communication to the protocol's social media channels and Discord acknowledging the incident, and notify the blockchain security community (including Forta, BlockSec, and PeckShield) who can help monitor for follow-on transactions. If the protocol does not have a pause mechanism, the only containment option is front-running the attacker's remaining transactions using MEV bots. Contact with law enforcement (FBI Cyber Division in the US, or equivalent) should occur within the first hour for exploits above $1M. Chain analysis firms like Chainalysis and TRM Labs can trace fund flows and have existing relationships with major exchanges that can freeze stolen funds if the attacker attempts to off-ramp. Post-incident, all code should be treated as compromised until a full audit of the interaction conditions that led to the exploit is complete.
SCONE-Bench Methodology and Protocol Checklist
The complete SCONE-Bench methodology, including how contracts are selected, how exploits are validated, and what the scoring criteria are, along with a pre-launch security checklist for DeFi protocols drawing on Glasswing findings, are available in the Mythos Brief.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
The bottom line
SCONE-Bench demonstrates that AI-powered vulnerability discovery has reached the level of sophistication where it can autonomously navigate DeFi protocol complexity, develop working exploits, and identify real value at risk. The $35M figure is not a theoretical projection. It is empirical evidence that the security gap in DeFi is exploitable by AI today. Protocol teams that treat AI security tooling as complementary to traditional audits, that adopt formal verification and invariant testing as standard practice, and that maintain continuous post-deployment monitoring are meaningfully better positioned than teams relying on point-in-time audits alone. The complete SCONE-Bench methodology, protocol security checklist, and DeFi incident response playbook are in the Mythos Brief. Get it free at decryptiondigest.com/mythos-brief.
Frequently asked questions
What is SCONE-Bench?
SCONE-Bench (Smart Contract Offensive Evaluation Benchmark) is a structured benchmark that measures an AI model's ability to identify exploitable vulnerabilities in real Ethereum and EVM-compatible smart contracts deployed on mainnet or testnets. Results are expressed as the total value of funds in smart contracts for which the AI model identified a functional exploit, not just a theoretical weakness. Claude Mythos scored $35M in SCONE-Bench, meaning Mythos developed working exploits for contracts controlling that total value.
How does AI find smart contract vulnerabilities?
AI models like Claude Mythos analyze smart contract source code and bytecode using a combination of static analysis, semantic understanding of the EVM execution model, and autonomous reasoning about state transitions across multiple contract interactions. Unlike traditional smart contract scanners that match against known vulnerability patterns, Mythos can reason about novel attack chains, including multi-step reentrancy through proxy contracts, cross-protocol oracle manipulation, and access control violations that only manifest under specific state conditions.
Is the $35M figure of funds actually at risk?
The $35M represents the total value locked in smart contracts for which Mythos developed a functional exploit during SCONE-Bench testing. Whether those funds are currently at risk depends on whether the affected protocols received and acted on coordinated disclosure. Project Glasswing includes a coordinated disclosure component, meaning protocols identified in SCONE-Bench are notified through a responsible disclosure process before findings are published. However, if disclosure has not yet occurred or patches have not been deployed, some portion of that $35M may remain exploitable.
How does AI compare to traditional smart contract auditors?
Traditional smart contract audit firms (Trail of Bits, OpenZeppelin, Consensys Diligence) conduct manual code review over 2-8 week engagements at costs ranging from $50,000 to $500,000 per audit. They excel at business logic review, documentation quality assessment, and providing remediation guidance. AI tools like Mythos operate at a different scale: they can analyze many more contracts in parallel, operate continuously rather than in point-in-time engagements, and synthesize novel attack chains that pattern-matching tools miss. The current state of the art is complementary rather than competitive: AI provides breadth and novel chain discovery, human auditors provide business context and attestation.
What is reentrancy and why does it still exist?
Reentrancy is a vulnerability where a contract makes an external call to another contract before updating its own state. The called contract can call back into the original contract in a reentrant fashion, exploiting the not-yet-updated state to drain funds or manipulate balances. The DAO hack in 2016 exploited reentrancy to drain $60M. Reentrancy persists because EVM composability creates complex multi-contract interaction patterns that are difficult to reason about statically, proxy contract architectures introduce new call paths that may not have been present in the original audit, and upgrade mechanisms can introduce new state that breaks assumptions from prior audits.
How should a DeFi protocol structure its post-deployment monitoring to catch AI-speed exploitation attempts?
Post-deployment monitoring for DeFi protocols requires on-chain event analysis combined with off-chain anomaly detection running on sub-block timescales. Integrate with Forta's decentralized monitoring network, which provides real-time alerts for large token transfers, suspicious call patterns, and price oracle deviations across Ethereum and EVM-compatible chains. Set circuit breaker thresholds tuned to the protocol's typical volume: a transfer exceeding 20 percent of total value locked in a single transaction is an automatic pause trigger regardless of business hours. Subscribe to BlockSec and Chainalysis real-time feeds to receive notifications when your contract addresses appear in known attack transaction patterns. For oracle-dependent protocols, implement a time-weighted average price requirement with a minimum observation window of at least one block to prevent same-block flash loan price manipulation. Test the full monitoring and pause stack quarterly by simulating an attack transaction on a fork, verifying that the circuit breaker fires and that the incident response chain reaches the correct on-call contact within five minutes.
Sources & references
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
Win a $2,495 Black Hat pass.
Full-access to Black Hat USA 2026 in Las Vegas. Subscribe free to enter.
