Skip to content
Archive

Post

Back to deliverables

L auntiepaca
Lil Auntie 🌮
@auntiepaca

In April, crypto lost $651M to hacks. 88% of it went to North Korea's Lazarus Group. May is structured very differently. Here's the picture from May 1 through today, May 29. Direct on-chain losses are way down. But the attack surface moved upstream, into the dev tools, the AI agents, and the supply chain that every protocol you use depends on. ⚠️ READ THIS PART FIRST (if you only have 30 seconds): 1. Lazarus did not run a single major drain in May. That's not because they stopped. Fox-IT's May 22 RemotePE disclosure says they've been sitting inside crypto firms quietly since 2023. 2. The biggest May threats didn't touch a smart contract. Mini Shai-Hulud (May 11) and TrapDoor (May 22) went after the dev tools that build the protocols you use. One worm hit 172 packages with 518M weekly downloads. OpenAI confirmed two employee devices got owned. 3. AI agents started moving money in response to attackers. The Grok/Bankrbot incident on May 4 was the first time (as discovered) a chat AI auto-executed a crypto transfer because a stranger hid an instruction in Morse code. Permission chains are now an attack surface. 4. On May 26, Manuel Aráoz, a former OpenZeppelin co-founder who helped build the most respected smart contract security firm in DeFi, publicly said he now considers all of DeFi unsafe and has advised his own family to exit positions in Aave, MakerDAO, and Compound. OpenZeppelin issued an official rebuttal. Aave Chan Initiative's Marc Zeller called the post "a moronic thing to say." The industry is split, but the warning landed. >> WHAT THIS MEANS FOR YOU (share with your friends): > Long-term holdings → hardware wallet. None of these incidents touched anyone with self-custodied cold storage. Not one. > Yield farming, LP, lending, staking → keep going if the yield justifies the risk, but treat that portion like a checking account. The protocol's security is the dev pipeline's security, and that pipeline is being actively poisoned. > Exchanges → still where most retail lives. The May story tells you why. The threats aren't really your wallet. They're the platform's CI/CD and the AI agents wired to it. > If you click links or DMs from crypto strangers → please don't. Social engineering is doing more damage than smart contract bugs right now. Fake Calendly invites. Fake job interviews. Fake Google ads above the real Uniswap link. ($400K+ taken on May 25 alone from that last one.) ================================ RECEIPTS (May 1 through May 29): > May 4: Grok / Bankrbot, ~$175K to $200K. AI prompt-injection via Morse code on X. A maintenance rewrite dropped the hardcoded block on Grok-originated replies. No regression test caught it. First public AI-agent permission-chain abuse to actually move funds. ~80% returned after the community doxxed the attacker. > May 11: Mini Shai-Hulud (TeamPCP) npm worm. CVE-2026-45321, CVSS 9.6. 400+ malicious versions across 172 packages including 42 TanStack libraries, 65 UiPath packages, Mistral AI's PyPI client, OpenSearch JavaScript client, and Guardrails AI. 518M combined weekly downloads. Self-propagating. It steals credentials from one CI pipeline, enumerates every package that maintainer controls, and infects each. Attack chain: poisoned pull_request_target trigger + GitHub Actions cache poisoning + OIDC token extraction. OpenAI confirmed 2 employee devices hit; code-signing certs rotated. > May 15: THORChain Asgard vault, $10.7M. Malicious validator node joined the network May 13. Exploited a vulnerability in the GG20 threshold signature scheme. Partial key material leaked incrementally during signing ceremonies until the attacker could reconstruct the full private key. Trading halted ~13 hours. 1 of 6 vaults; user deposits untouched. RUNE dropped 15%. > May 17: Adshares bridge, $628K. Fake wADS minted on Ethereum, dumped via Uniswap V4 router. Attacker returned 256 ETH (~86%) on May 18. > May 18: Verus-Ethereum bridge, $11.58M. Same vulnerability class as Wormhole and Nomad. Cryptographic validity is not economic validity. The bridge verified the message envelope but didn't check that input amount on Verus matched payout on Ethereum. Blockaid says ~10 lines of code would have prevented it. Resolved May 22: attacker returned 4,052 ETH (~$8.5M), kept 1,350 ETH (~$2.8M) as a negotiated bounty. > May 19: Echo Protocol / Curvance, $77M minted on paper, $816K real loss. Don't trust the headline number. Admin key compromise minted 1,000 unbacked eBTC on Monad. Curvance accepted 45 fake eBTC as collateral, attacker borrowed 11.3 WBTC (~$868K), bridged to ETH, sent ~384 ETH to Tornado Cash. Echo regained admin keys and burnt the remaining 955 eBTC. > May 22: Polymarket, $573K. ZachXBT flagged the breach. A six-year-old internal private key tied to reward payouts was compromised. ZachXBT, Bitcoin_Vietnam, and ChangeNOW_io coordinated to freeze $164K. No user funds touched, no smart contract exploit. The team rotated keys and migrated to KMS-based management. > May 22: Fox-IT publishes RemotePE deep-dive. Lazarus subgroup's memory-only RAT, active since 2023. Same actor cluster behind April's Drift and KelpDAO. No new drain attached. Yet. > May 22: TrapDoor supply chain. Socket's public disclosure date. First package detected at 20:20:18 UTC: [email protected] on PyPI. Phoenix Security's later forensic analysis traces the campaign start to May 19. 34 packages across npm (21), PyPI (7), Crates. io (6). Targets Sui, Move, AI devs. XOR-encrypts crypto keystores with the hardcoded Rust key "cargo-build-helper-2026", exfiltrates to GitHub Gists. Average detection time across the campaign: 5 minutes 56 seconds. Unusual move: drops .cursorrules and CLAUDE.md files with zero-width Unicode characters that are invisible to humans but flow into AI coding assistants as instructions, tricking them into running the malicious "security scan." > May 25: Fake Uniswap Google Ads, $400K+. AngelFerno drainer-as-a-service. On-chain analyst b-block surfaced the campaign. Sponsored Google ads ranked above the real Uniswap. Same drainer also hit PancakeSwap, Morpho, Hyperliquid, CoW Swap, and Ledger lookalike domains. Security Alliance counts 356+ malicious ad links across the broader 2026 campaign. > May 26: Anthropic Mythos / Project Glasswing update. Mythos has now detected 23,019 vulnerabilities across Glasswing partner software. 6,202 estimated high or critical. 1,094 confirmed valid high or critical. Only 97 patched. Headline find: WolfSSL cert-forgery CVE-2026-5194 (CVSS 9.1), used widely in IoT, embedded systems, and crypto infrastructure. The defensive AI is finding bugs faster than humans can fix them. > May 26 (late) / May 27: Manuel Aráoz, former OpenZeppelin co-founder (he left in 2019), posts on X that he now considers all of DeFi unsafe, citing AI coding agents reaching "superhuman" levels at finding smart contract vulnerabilities. Says he has advised friends and family to exit DeFi positions including Aave, MakerDAO, and Compound. OpenZeppelin (current CEO Demian Brener) issues an official statement that Aráoz's views do not represent the firm. Aave Chan Initiative founder Marc Zeller calls the post "a moronic thing to say," noting that less than 10% of DeFi issues in the past year stemmed from the actual codebase. The industry is split. The warning lands either way. ================================ 3 patterns that matters more than dollar values: > The attack surface moved upstream. Mini Shai-Hulud and TrapDoor went after the tools developers use to build the protocols you use. One worm. 172 packages. Billions of downloads. The smart contract was never the failure point. > AI is now in both stacks. - Offensive: Grok/Bankrbot is the first AI-agent heist at scale. Lazarus is using AI for social engineering (Zerion, April). TrapDoor explicitly targets AI coding assistants by planting hidden instructions in CLAUDE.md and .cursorrules. - Defensive: Mythos found 23,019 vulnerabilities in 6 weeks. The bottleneck is now patching speed, not discovery. > Recovery rates went up. Verus got 75% back. Adshares got 86% back. Echo got ~99% back. Grok/Bankrbot got ~80% back. Polymarket froze ~29% of the drained funds within hours. Negotiated bounty deals and on-chain rapid-response are quietly becoming the settlement layer for sloppy hacks. Whether that's healthy in the long run is a separate fight. ===================================== THANK YOU for reading If you find this post helpful, please share it with someone you care about. A like, a comment, a repost, a bookmark, any of it helps this kind of work reach the people who need it most. Digging into blockchain and AI security is my passion because I look around and see so many of us exposed to real threats with very little awareness about them. I want to change that, one post at a time, starting with the people in my own circle. Your support keeps me motivated to keep digging. Stay Safe. 🌮

photo
@

April Recap: ⚠️April 2026 is the worst month for crypto hacks since March 2022. It is also the single highest month for number of incidents in crypto history. See below chart. The receipts: > ~$651M lost across 29 separate incidents per CertiK > 81% jump in incident count from January 2026's previous high of 16 > Highest dollar loss since March 2022 ($715M), excluding Feb 2025 Bybit > ~95% of losses concentrated in just two attacks > ~$18.2M recovered through white hats, negotiations, and protocol responses The five protocol-level breaches that mattered: > Apr 1: Drift Protocol, $285M (Lazarus). Pre-signed Solana durable nonces. Real signers tricked into authorizing transactions weeks before execution. > Apr 13: Hyperbridge, $2.5M (revised from $237K initial). Forged Merkle Mountain Range proofs. 1 billion unbacked bridged DOT minted on Ethereum. > Apr 16: Rhea Finance, $18.4M. Two days of attack preparation. Oracle manipulation via fake token pool. > Apr 18: Kelp DAO, $292M (Lazarus). LayerZero 1/1 verifier exploit. RPC poisoning plus DDoS failover. 116,500 rsETH stolen. > Apr 30: Wasabi Protocol, $4.55M. Deployer wallet compromise. Sole admin role, no multisig, no timelock. Multi-chain drain across Ethereum, Base, Berachain, and Blast. The Lazarus tally: > 3 confirmed Lazarus jobs (Drift, Kelp, Zerion) > Combined: ~$577M = ~89% of all April losses > TraderTraitor subunit named specifically in the Kelp attribution > Zerion was the first confirmed AI-driven social engineering breach The pattern that should scare every DeFi user: > Smart contract bugs were not the failure point in any of the major April incidents > Every breach above $1M was through admin keys, signers, oracles, bridge infrastructure, or domain hijacks > The audits caught the smart contract failure modes. Attackers attacked everything else What this sets up for May: > Lazarus alone took 89% of April's losses > AI-assisted social engineering went from theory to documented incident > The Mythos breach gave a private Discord group access to a frontier model that can autonomously discover zero-days > Coinbase and Binance are reportedly testing Mythos for defense The defensive arms race is real now. But so is the offensive one. Stay Safe. 🫡

· 15K Views

3 Reposts 1 Quotes 83 Likes 4 Bookmarks
replies reposts likes
37 replies collected of 39 X reports
Sanyam @sanyamfr ·

@auntiepaca Gotta share this post to everyone I know

1
W I Z U @WizuOnchain ·

@auntiepaca it's fking time I am happy to hold hardware wallet coz you know cold wallet didn't hack easily Stay safe everybody

1 1
Saxon @LiuSaxon ·

@auntiepaca nobody is 100% safe here

1
Addyyy @AddyyyOnChain ·

@auntiepaca When I was seeing about all these drains and attacks on DeFi protocols It was evident that I need to hold my investment in cold storage rather than chase that small apy with a risk of losing it all

1
twolight @_twolight ·

@auntiepaca hey @grok summarize this post for me

1
Leo @Leo100x · 11K

@auntiepaca this is core decentralization no one is 100% safe between thanks for sharing this Queen. you'll always have my full support

1
bigchog @bigchog ·

@auntiepaca i did not read all this, @grok hit me with a tl;dr bro

1 3
JuStin @0xTJustin ·

@auntiepaca crazy i will read it ty for recap

1
DEX the Creator 🔺🎮 @DEX_ion ·

@auntiepaca It's so crazy how we lost over 650 million going to 1 billion already in havks

1 1
Michael 宝塔镇河妖🧙🏿‍♀️ @quschdnjs · 50K

@auntiepaca Hackers are truly impossible to guard against!

original · zh

@auntiepaca 黑客真是防不胜防啊

1
Avalanche 🗻 @avalanchexbt · 27K

@auntiepaca damn i should use my @Ledger more

1 1
Swag Kong @HelloSwagkong ·

@auntiepaca This is genuinely one of the most thorough and well-structured breakdowns of the current threat landscape I've seen. The supply chain angle especially hits different when you realize most people are still only watching their wallets.

1
Lina 🦅 @XNXX_EN · 167K

@auntiepaca That's a fantastic summary. I hope everyone stays safe. thanks sis

1
S H Ξ N ²⁶ @duocpro1 · 53K

@auntiepaca Thank info

1
Stellar @stellarlumens29 ·

@auntiepaca 🙀🙀🙀

1
Saadi @akasaadi_ ·

@auntiepaca Only kim is profitable in this market 😭

1 1
Mikey @Web3_Mikey__ ·

@auntiepaca In my opinion, a cold wallet has always been a must, especially these days I'm glad I've always used my Ledger from the very beginning

1
Jundo @JundoHud ·

@auntiepaca wild how the danger just moved but everyone’s acting like it disappeared

Tara @Tipwotip ·

@auntiepaca I know only a korean grp who can do this

1
droof @TropicalDroof ·

@auntiepaca Thank you for taking the time and care to research and share this Auntie. It’s most appreciated 👌

1
Jobu @byJobuu ·

@auntiepaca 449m more and we start saying he was right x.com/byJobuu/status/206024447…

1 1
HeartyFgs @HeartyFgs ·

@auntiepaca Damn this is crazy Almost going to 1 billion already Thank you for sharing

1 1
Onyx 🦣♦️ @web3onyx ·

@auntiepaca The advancement of AI has been doing a lot of damage to crypto, they can detect the slightest vulnerability in codes and exploit them Quantum computers are not here yet, but this pre quantum computing era is already scary

1 1
Jones @jon_es2 ·

@auntiepaca That's a lot and it keeps increasing

1
A B Cat @ABCat07340480 ·

@auntiepaca Yeah its getting riskier out there A hardware wallet is a must, lets hope they don't start brute forcing seedphrases though 🤣🤣🤣🫪

Dwgs @0xDwgs ·

@auntiepaca the dev tools are the new front line fr

Châu Sia 💋 @SiaChow ·

@auntiepaca cold wallet suddenly looks adorable 😭

Dantri 👾 @0xDanchi ·

@auntiepaca cold wallet is still the only sane move here

Violet 🎀 @only__violet · 11K

@auntiepaca Umm its weird i rmb that i saved this post alrd

1 2
laki @laki_0x ·

@auntiepaca $651M to hacks These numbers scare me😭

1
pingder @pingder ·

@auntiepaca cold wallet wins

逸风·666 | 🎒 @JayM9x ·

@auntiepaca so an openzeppelin founder saying defi is unsafe… that's gonna ruffle some feathers. what did he see that we don't

Dương Hào @YangYuHao_ ·

@auntiepaca the scary part is it bypassed the code entirely

Mecanico @Mecanic04139975 ·

@auntiepaca Great detail, very informative.

1 1
AnnieNFTT @AnnieNFTT ·

@auntiepaca What did you edited here Just wondering

1
USD8 | Free defi insurance @usd8_fi ·

@auntiepaca This is the part that keeps getting underpriced: losses are moving up the stack while users still absorb the tail risk.

USD8 | Free defi insurance @usd8_fi ·

@auntiepaca loss handling is the part that needs clearer defaults

5 replies whose parent comment X withheld

W I Z U @WizuOnchain ·

@auntiepaca cold wallet is better Bec of you give your 1 sec more then you can save money

Addyyy @AddyyyOnChain ·

@auntiepaca That 2 years will be stressful and bit devastating. The disturbance of mental peace is something to note. Security needs to be better for DeFi protocols if huge money inflow is to happen

DEX the Creator 🔺🎮 @DEX_ion ·

@auntiepaca I hope it stops soon

Violet 🎀 @only__violet · 11K

@auntiepaca Alright i saved again (cuz just woke up and still no brain cells rn) And yh i read the first part alrd, thanks for sharinf it auntiee 🥰

1 1
Lil Auntie 🌮 @auntiepaca · 34K

@only__violet hahahahahahahha gm to you

1

These were collected in full; the comment they answer was not returned by X.