TL;DR: AI hacker reached #1 on HackerOne in under 90 days, with more than 100 submitted reports spanning SQL injection, authentication bypass, RCE and data exposure, and nearly half of those reports confirmed as high or critical findings, according to TENZAI. The result is best read as evidence that offensive AI is already raising the floor of vulnerability discovery, while still depending on human-defined impact judgment.
NHIMG editorial — based on content published by TENZAI: Tenzai hits #1 on HackerOne in under 90 days
By the numbers:
- Of the more than 100 reports submitted by the Tenzai AI hacker this quarter, nearly half were confirmed as high and critical findings.
- Another 40% were medium, and a small fraction were informational, not applicable.
- The team first signed up on March 30th, 2026, and submitted its first report on April 14th, 2026.
Questions worth separating out
Q: How should security teams handle a flood of AI-generated vulnerability reports?
A: Security teams should use a strict triage ladder that separates duplicates, theoretical issues, and production-relevant findings before escalation.
Q: Why do authentication and access control failures still matter in AI-led AppSec testing?
A: Because the most dangerous application flaws are often identity failures in disguise.
Q: What signals show that AI offensive testing is improving security outcomes?
A: Look for higher confirmation rates, faster triage, and fewer repeated findings in the same control area.
Practitioner guidance
- Define intake rules for AI-generated findings Require every machine-generated report to include reproduction steps, affected asset scope, and a clear impact statement before it enters remediation queues.
- Tighten privilege boundaries around application and database access Review service accounts, db_owner-like permissions, and application roles that let a single exploit chain expand into broad database reach or server execution.
- Add triage capacity for chained exploit reports Build a review workflow for multi-step findings that combines AppSec, IAM, and platform ownership so chained issues are not dismissed as isolated bugs.
What's in the full article
TENZAI's full post covers the operational detail this analysis intentionally leaves for the source:
- The report workflow it used to turn AI findings into HackerOne submissions and how it judged impact and readability.
- The mix of bug classes and exploit chains it says performed best across production targets.
- The quarter-level leaderboard context and what the team thinks drove high and critical acceptance rates.
- The practical lessons the vendor draws from using an AI hacker in real bug bounty programs.
👉 Read TENZAI's account of its AI hacker's HackerOne results and findings →
AI hacker leaderboard results: what does this mean for AppSec teams?
Explore further
AI-led offensive testing is now a control validation method, not just a novelty. The article shows that AI can produce a steady stream of exploitable findings across different application classes, which makes it useful as a stress test for AppSec operations. That does not eliminate human reviewers, because impact and exploit legitimacy still need governance. The practitioner conclusion is that machine-generated findings should be treated as a new intake channel, not a substitute for analyst judgement.
A question worth separating out:
Q: Who should own remediation when AI finds a multi-step exploit chain?
A: The owning team should be the one responsible for the full chain, not just the first broken component. In practice that usually means AppSec, IAM, infrastructure, and service owners must triage together so a bypass, a privilege gap, and a data exposure path are fixed as one control failure.
👉 Read our full editorial: AI hacker leaderboard results expose enterprise app security gaps