@immunefi Elite All Star | Security Researcher @_blockian | #18 all-time whitehat @immunefi | #7 all-time whitehat @hackenproof

Our Open-Source project is now live! You can start using it to build and orchestrate your own AI-powered vulnerability research workflows. If you enjoy it, we'd really appreciate it if you: Give the repository a star on GitHub github.com/Kritt-ai/open-kri… Share it with your friends and fellow researchers Let us know what you think - we're actively improving it and would love your feedback. Join our Discord community: discord.gg/JJr2CbBjc
We’re releasing the first open-source version of Open-Kritt! Open-Kritt helps security researchers use AI for vulnerability hunting like never before. It’s a battle-tested system that has already helped us earn multiple six-figure bounties. Read our launch article, where we explain how Open-Kritt works and share the research tricks behind it: kritt.ai/open-kritt-launch Open-source (don't forget to ⭐): github.com/Kritt-ai/open-kri… Join our Discord community: discord.gg/JJr2CbBjc
7
17
180
12,634
And here I am, having reported vulnerabilities throughout my career that could have resulted in a total of several billions (yes, with a B, > $2B) being *stolen*, while my total earnings are around $2M. So what's the lesson the industry is teaching researchers? That next time we should steal the funds first, then negotiate a "responsible disclosure," return 80–90%, and walk away with 10–20%? Obviously, no. But it's insane that the incentives can make that rhetorical question even possible. The bounty world is broken. Blackhats exploit a protocol and get treated like kings in negotiations. Meanwhile, whitehats disclose the exact same kind of vulnerability privately, prevent any damage from happening, and then spend months arguing with projects that try to downgrade the finding and pay the bare minimum. I'm fighting several cases like this right now. Millions of dollars protected, vulnerabilities responsibly disclosed, and yet projects still don't want to pay the amounts they themselves advertised. We should be making responsible disclosure the overwhelmingly obvious choice. Instead, the current state of Web3 is doing its absolute best to discourage whitehats while creating increasingly attractive incentives for blackhats and "grayhats". Those incentives are backwards, and eventually the ecosystem pays the price.
‼️ Self-proclaimed whitehat hackers used a vulnerability to drain Liquid Network of 4000 BTC ($320M USD) yesterday. Just now they've returned 3400 BTC and kept 600 BTC ($47M) as a 'bug bounty'. They've also 'responsibly' disclosed the vulnerability in a PGP-encrypted message.
42
72
591
39,750
I read KiiChain’s postmortem and realized something pretty crazy. About 3 weeks ago, we privately reported a critical exploit chain to another Cosmos-based project that reached the same unsafe StateDB subtraction through a completely different path. Thankfully, they confirmed and fixed it really quickly. These weren’t the exact exploit chain, but they shared the same unsafe StateDB balance primitive: a native balance subtraction that could wrap around in `uint256`. Letting it underflow is an important primitive, but the subtraction alone isn’t enough to steal anything. Normally, the EVM checks that an account has enough balance before subtracting. To exploit this, you still need another state or accounting bug that breaks that assumption, and then a way to turn the broken balance into real money. So this does NOT mean every Cosmos EVM chain was exploitable. It depends on the implementation and how each chain keeps its Cosmos and EVM balances in sync. Sadly, we made a mistake: we didn’t go looking through every other chain that might have had the same primitive. I tried to understand why, and I think there are 2 main reasons: 1. We focus our research on targets that have bug bounty programs. We didn’t even know some of these other chains existed, and we weren’t aware of a bounty program for projects like KiiChain. Blackhats don’t have that restriction. 2. The underflow primitive on its own isn’t enough to steal funds. An affected project would also need a separate bug that makes the underflow reachable and exploitable. This made us wrongly assume the issue was specific to the project we were reviewing. I’m genuinely sad that we didn’t connect the dots before real users got hurt. But on the bright side, our report helped protect literally tens of millions of dollars (no exaggeration) on the chain we reviewed (though we haven't gotten paid for this one yet). I think this incident shows why bug bounty programs and responsible disclosure matter. It also shows why security updates need to be coordinated between upstream maintainers and the downstream projects using their code.
4
4
52
8,877
ControlZ retweeted
While hacks are ramping up in 2026, bounties are falling behind... Among 19 active Immunefi programs that changed their max payout, only 1 increased it. The other 18 cut it - some by a lot.
2026 is on pace to be the worst year for major crypto hacks (It's only August). 164 recorded hacks so far. 67 of those were over $1M. The record year was 2024, which finished at 72. It had 49 by this date. Protocols are paying millions for finding the bug that prevents the next hack. Launching something with user funds at stake? Reach out: forms.gle/apqh35s7z3RYzGG48
7
4
74
6,295
Make sure you're free on August 10 :)
Join us for a live Open-Kritt webinar with @_blockian (@controlz_1337). He’ll walk through how he works with Open-Kritt, how to build a workflow, and will answer your questions live. On the Kritt Discord.
43
2,338
Hell yeah!!!! 🎉🔥 This is exactly the vision we had for Open-Kritt: empowering creative researchers with better tools so they can find even more vulnerabilities. Seeing people use it to discover real issues is the best validation we could ask for. Keep crushing it!
Another one, bounty#2 unlocked $$,$$$. ​ I again used the @Kritt_AI + @Certora AutoProver workflow to isolate a critical vector that could have drained the protocol's entire TVL. Disclosed responsibly & the team was great about validating and fixing it quickly.
2
63
3,892
Okay, that's seriously impressive. 🤯 Just 10 days after it's release, I think this officially marks the first confirmed Critical vulnerability found using Open-Kritt! @Kritt_AI Huge congratulations - amazing work!!
Wired up @Kritt_AI workflow with @CertoraInc AutoProver pipeline, the feedback loop is unreal. Fanning my V1 design doc to Open-Kritt (Sec 3) & Symmetry (Sec 8) in parallel, then feeding the V2 directly into AutoProver. Worth every millisecond spent results in confirmed Critical
1
1
62
6,149
Love to see that!
I have been experimenting with open-kritt the last few days. During that time I created a symmetry analysis workflow for @Kritt_AI. This was inspired by the symmetry sniper skill from @ZeroCool_AI. github.com/TheSchnilch/Symme…
5
1,334
Researchers are already finding valid vulnerabilities with Open-Kritt! Don’t sleep on it and miss out. Whether you’re just getting started or you’re an experienced bug bounty hunter, Open-Kritt can help you automate repetitive analysis, build custom AI workflows, and amplify your research. Build your edge. Create your own workflows. Find more bugs.
We love hearing when a vulnerability you found with Open-Kritt gets confirmed! Another one on Immunefi 🔥
3
1
60
3,568
Fun bug :)
$30,000 in bounty rewards goes to @_blockian! One more achievement, and certainly not the last. Well deserved. Congratulations from HackenProof! 🏆
47
1,790
I've seen quite a few people disappointed that Open-Kritt @Kritt_AI currently only ships with two sample workflows and doesn't include our "secret sauce." I have two thoughts on that: 1. More workflows are coming. We're going to release additional workflows over time. If we published everything on day one, how will we keep you all engaged in the project? 2. We are not going to release all of our private workflows, and you shouldn't want us to. If your strategy is to rely on our workflows to find bug bounties, I think that's the wrong approach. The moment a workflow becomes public, everyone can run it against every target. Everyone finds the same vulnerabilities, and it becomes a race to report first. Statistically, that's not a race you're likely to win. And after the obvious findings are gone, that workflow stops producing interesting results. That's true for every public security tool. To me, a good security tool isn't one that magically prints bounties. It's one that amplifies your knowledge, your creativity, and your edge. That's what we built Open-Kritt for. Don't think of it as "our workflows." Think of it as a toolbox for building your own workflows - ones that reflect how you think, the techniques you believe in, and the advantages you have over everyone else. There is no magic workflow that consistently finds great bugs. The edge has always been the researcher - and Open-Kritt is meant to make that researcher more powerful.
11
1
87
5,341
ControlZ retweeted
In retrospect, the most important shift in Web3 security maybe what happened on Immunefi in the first half of 2026. In April, a security researcher used an AI agent to help uncover a $100,000 critical vulnerability in production. In June, a team won a $500,000 audit competition and earned $78,150 using a security research workflow built around AI. And behind those headline results are hundreds of reports submitted by security researchers using AI workflows and help protocols prevent millions of dollars in losses. The best teams on Immunefi are building AI into their process to expand what skilled researchers can do. Security research is beginning to split into two eras: before AI and after. This week, one of the best creators of AI-assisted security workflows is joining The Immunefi Show to share how they use AI to find real vulnerabilities. Guess who?
10
10
129
7,406
ControlZ retweeted
More bookmarks than likes 👀 If you’re trying to reproduce this workflow, don’t sweat it. We’re releasing it in our open-source, together with a few others.
Always listen to Peter!
1
31
2,259
ControlZ retweeted
Something we respect about @_blockian is they do not talk much. They just keep showing up on the payouts list. This is their third big payout in a matter of weeks. Well deserved!
3
5
155
5,711
Waiting to try Open-Kritt? Here’s your chance! Join the beta testing 🙌🏼
We're opening access to Open-Kritt to some beta testers. There are still a lot of bugs, and not all the built-in workflows are in, but we want to start testing it in the wild. If you're willing to be a beta tester (but you have to be verbose with your feedback!), subscribe, and over the next few days, we'll add more people from the list to the program. You can join the beta program here: kritt.ai/beta
3
24
2,505
Small correction 😅 Looks like I wasn’t 100% clear. open·kritt isn’t available just yet! We’re putting the finishing touches on it and fixing the last few bugs before release. (Should be in a couple of days) In the meantime, you can join the waitlist by leaving your email and we’ll notify you as soon as it’s live.
We’ve noticed that many of you clicked the GitHub link on our website only to be greeted by a 404. Sorry for the confusion! The repository isn’t public just yet. We’ll be releasing the first public version within the next 5 days. If you’d like to be notified the moment it goes live (and receive future updates), join our mailing list here: kritt.ai/github
1
44
3,421
ControlZ retweeted
Kritt is coming by @_blockian @ControlZ_1337
8
3
48
2,757
Here it comes @Kritt_AI
Confession time: @ControlZ_1337 didn't manually review a single line of code in this competition. Everything was done through custom AI workflows that we built and orchestrated using our own platform: open·kritt. And as the name suggests, we're open sourcing it. @Kritt_AI We're planning to release it this week (hopefully), so if you don't want to miss it, go follow @Kritt_AI for updates. Our hope is that open·kritt helps more researchers build powerful AI-assisted security workflows and ultimately makes the Web3 ecosystem more secure :)
1
42
3,510