Quick verdict: Two AI curves crossed over open source at the same moment and they point in opposite directions. On one side, AI agents got genuinely good at finding real bugs - Google's Big Sleep turned up 20 previously-unknown vulnerabilities in widely-used open source and caught CVE-2025-6965 in SQLite before attackers could use it, AISLE's system reportedly hit 12 of 12 OpenSSL zero-days, and XBOW became the first non-human to top HackerOne's US leaderboard with 1,060+ submissions and a credited CVSS 9.8. On the other side, the same cheap generation turned bug-bounty inboxes into landfill: Daniel Stenberg killed curl's bug bounty in early 2026 after AI slop swamped the team, then spent the year in a whiplash of reopening and eventually taking all of July off. The honest read from the last 30 days: AI collapsed the cost of finding bugs and did nothing for the cost of verifying them, so the human bottleneck - the maintainer - is getting crushed from both directions at once.
The curl story is the load-bearing case, and the last month kept it alive on X and in security media. As @ctbbpodcast summarized on 2026-06-29, "curl shut its HackerOne bug bounty at the start of 2026 once AI-generated reports started arriving faster than the security team could read them, and that volume pressure now sits on both sides of any busy program." The numbers behind that are brutal and specific: Stenberg has said roughly 20% of 2025 submissions were outright AI slop while only ~5% were genuine, and by early 2026 he logged seven bogus reports inside a single sixteen-hour stretch. The AI slop Wikipedia entry now cites curl's January 2026 shutdown as a canonical example of the phenomenon. What makes it a story rather than one grumpy maintainer is the pattern that followed - curl killed the program, tried a GitHub-only reporting experiment, returned to HackerOne in March when report quality briefly improved, and then simply declared July a no-vulnerability-reports "summer of bliss" because the volume never stopped climbing.
The reason this hurts is structural, and it is the same insight every serious writeup landed on this month: discovery got cheap, verification did not. HeroDevs framed it as "the verification bottleneck" - an AI can generate a plausible-looking vulnerability report in seconds, but a human still has to spend 30 minutes to 3 hours reading code to prove it is fake, and that cost is paid hundreds of times over. Stanislav Fort's widely-shared LessWrong post put the paradox bluntly: in the same week AISLE showed AI could find every real CVE in a curl release, curl was walking away from bounties because it could not afford to read the fakes. The OpenSSF opened a working-group issue on AI-slop best practices, and an arXiv paper titled "An Endless Stream of AI Slop" tried to quantify the burden - both signs this has moved from anecdote to acknowledged crisis.
And the human math underneath is why maintainers are the ones who break. Per ActiveState's 2026 open-source outlook, 60% of maintainers are unpaid, 61% of those unpaid ones work solo with no co-maintainer, and 60% have already quit or considered quitting - 44% citing burnout. Help Net Security put the headline plainly in May: "AI is drowning software maintainers in junk security reports." The emerging counter-move is to fight AI with AI on the triage side - HackerOne's Hai Triage screens submissions before humans see them, and a Drupal "AI Vulnerability Guardian" prototype pattern-matches reports against the codebase to flag duplicates and obvious hallucinations - but nobody thinks that fully closes the gap yet.
| Dimension | Real AI-found CVEs | AI slop reports |
|---|---|---|
| What it is | Autonomous agents (Big Sleep, XBOW, AISLE) finding genuine exploitable bugs | LLM-generated fake/hallucinated vulnerability reports flooding bounty inboxes |
| Volume in last 30d | Discrete high-signal wins - 20 OSS bugs, 12/12 OpenSSL, XBOW #1 on HackerOne | Sustained flood - curl logged 7 bogus reports in one 16-hour stretch |
| Effect on maintainers | Free deep audits of critical code they could never afford otherwise | 30 min to 3 hrs of expert time burned refuting each fake, hundreds of times |
| Who's affected | SQLite, OpenSSL, curl, Microsoft cloud services - high-value targets | Solo unpaid maintainers of critical infra - curl, Drupal, small OSS |
| Signal quality | High - findings validated, some with credited CVEs (CVE-2026-21536, 9.8) | Very low - ~20% outright slop, only ~5% of curl 2025 reports genuine |
Bottom line - the technology cuts both ways and the maintainer is standing in the middle of the blade. The same capability that let AISLE find every real CVE in a curl release is what lets a random submitter fire off seven fake ones before lunch. The winning play in 2026 is not "ban AI reports" (real AI-found bugs are too valuable) but "shift the cost back onto the submitter" - require proof-of-concept exploits, gate submissions behind reputation or a small stake, and run AI triage as a first-pass filter so humans only read what survives. Until bounty economics stop rewarding volume over validity, expect more maintainers to do what Stenberg did: shut the door, experiment, reopen, and eventually just take the month off. If you rely on open source - which is everyone - the practical takeaway is that maintainer time is now the scarcest security resource on the internet, and it is worth paying for.