Anti-slop engine · live on every submission

VibeBounty presentsThe Gauntlet

Six independent gates. Thirty seconds. Every bug report submitted to VibeBounty runs the Gauntlet — and the vast majority don't make it through.

Incoming
100
Blocked
00
Remaining
100
00
Submitted
01
Identity
02
Credits
03
Proof
04
Telemetry
05
Dedup
06
Reproduced
↓ scroll to begin|reading time · 6 min|last tuned · Apr 2026
Every program manager I know is drowning.
Triage is 70% AI slop · internal memo
We shut down our public program in Q1.
It's not bugs any more, it's noise.
The signal-to-slop ratio keeps falling.
We'd rather run private · until this is fixed.
Every program manager I know is drowning.
Triage is 70% AI slop · internal memo
We shut down our public program in Q1.
It's not bugs any more, it's noise.
The signal-to-slop ratio keeps falling.
We'd rather run private · until this is fixed.
Every program manager I know is drowning.
Triage is 70% AI slop · internal memo
We shut down our public program in Q1.
It's not bugs any more, it's noise.
The signal-to-slop ratio keeps falling.
We'd rather run private · until this is fixed.

Chapter one · What you are about to read

A bug bounty program is only as good as what gets through — so we built something that filters.

In 2024, security teams at major bug bounty platforms started reporting the same pattern: a flood of polished-looking vulnerability reports, each plausible at a glance, each fabricated by an LLM. Triage teams began spending more time rejecting AI-generated slop than investigating real findings. A handful of high-profile programs shut down entirely.

VibeBounty is the answer. Not another triage service, not another "AI-assisted" dashboard — a submission pipeline built from the ground up around the assumption that most submissions are synthetic. We call the pipeline the Gauntlet. It's six independent layers, each automated, each designed to fail open for humans and fail closed for scripts.

What follows is what you need to know. Researchers — you'll understand what you're submitting to and how to submit well. Developers — you'll understand what you're paying for and why you can trust your inbox again.

01
0/100 blocked here

Identity Screen

Account eligibility screening

Not every account is eligible to submit. Certain registration patterns are screened before any submission is possible.

For researchers

If your account clears eligibility at signup, this layer is invisible. It runs once, at registration, and has no impact on your submission experience from that point forward. You will also need to connect a Stripe account before you can submit. Accepted bounty payouts are final and paid net of estimated Stripe processing fees.

For developers

The pipeline starts before the first report is submitted. Accounts that don't meet eligibility criteria are filtered at signup — so they never reach the form, and you never pay for a submission that shouldn't have happened.

live demo · gate 01running
/signup · identity check
emailnoah@acmecorp.io✓ ELIGIBLE
stripeacct_1Nk2Xp · connected✓ VERIFIED
→ identity confirmed · ready to submit
02
0/100 blocked here

Reputation Gate

Track record enforcement

Submission access is tied to your track record on the platform. Quality is rewarded; noise is throttled — automatically.

For researchers

Your history determines your access. Researchers who consistently submit real findings have no restrictions placed on them. Those whose submissions don't clear the technical gates are progressively limited — the system handles it without any manual intervention.

For developers

A dynamic reputation layer automatically throttles researchers who generate noise. No per-program configuration required. The system adjusts based on each researcher's behaviour across the entire platform.

live demo · gate 02running
researcher · h4x-noah3/3
starting balance
03
0/100 blocked here

Structured Proof

Technical evidence required

A report without a technical footprint is not a report. The form enforces a minimum evidentiary standard before anything enters the pipeline.

For researchers

The form asks for things a real report already has: a target, request details, and evidence the vulnerability triggered. If you've reproduced the bug, you already have everything required — this step takes seconds.

For developers

Every submission you ever read has verifiable technical evidence attached. Narrative-only reports do not enter the pipeline. This is also what makes automated verification in gate 6 possible.

live demo · gate 03running
required fields · proof_v3
method_________
url_________
param_________
proof_________
→ awaiting fields…
04
0/100 blocked here

Behavioral Analysis

Submission pattern scoring

Each submission carries a behavioral profile. Patterns consistent with automated generation are identified and actioned without human review.

For researchers

This layer is invisible when you submit as a human. The signals it analyses are specific to automated submission patterns — not humans working under normal conditions. You don't need to change how you work.

For developers

Automated submitters who get past the earlier gates are caught here. The analysis runs silently on every submission and has no effect on the experience for legitimate researchers.

live demo · gate 04running
sample #200PASSED
submission · genuine researcher
signal A
signal B
signal C
→ profile within expected range · passed
05
0/100 blocked here

Duplicate Detection

Cross-submission similarity check

Every report is fingerprinted and compared against the platform corpus. Variants of the same underlying issue are identified and collapsed.

For researchers

If your finding is genuinely novel, it passes. If the underlying issue has already been filed, you will be pointed to the existing record rather than silently rejected. Independent discovery of the same vulnerability is handled fairly — you can still share in the bounty.

For developers

Near-duplicate submissions are automatically identified and collapsed into a single ticket. You pay for a unique finding — not multiple researchers filing the same vulnerability under different headings.

live demo · gate 05running
report A
SSRF in /webhook handler
a3f1…9c2e
report B
Server-side request forgery /webhook
a3f1…9c2f
report C
SSRF via /webhook url param
a3f1…9d2e
→ three independent submissions arrive
06
0/100 blocked here

Live Verification

Automated claim verification

Every report that reaches this gate is tested against live infrastructure. If the claim cannot be reproduced automatically, the report is rejected.

For researchers

Design your report around clear, reproducible steps. If the vulnerability is real and your reproducer is clean, this gate verifies it quickly and routes it to the developer's inbox with a verified status. Intermittent bugs can be flagged for human review instead of auto-rejection.

For developers

By the time a report reaches your inbox, an automated system has already verified it end to end. You receive a clear verdict and everything you need to act on it — or not.

live demo · gate 06running
cf-worker · reproducer.ts

The whole thing · in under 30 seconds

What the Gauntlet looks like from the outside.

A single submission, clock-timed end to end. The first five gates are cheap and synchronous; only the reproducer takes real time — and runs in parallel across a pool of Cloudflare Workers.

0.0s
01
Identity screened
0.1s
02
Credits checked
0.3s
03
Proof parsed
1.2s
04
Telemetry scored
3.4s
05
Fingerprint checked
28.1s
06
Reproducer verified

Chapter two · What it means for you

Two audiences. One pipeline.

The Gauntlet is designed to be boring to the researchers who do real work and invisible to the developers who pay fair bounties. Here's your side of the deal.

What's expected of you
// researcher.md

For researchers

You're a real human with a real finding. Here is what the Gauntlet asks — in total, across all six gates — before your report gets paid.

  • Use a reachable email address at signup. Accounts are screened once, at registration — this never comes up again.
    Gate 01
  • Maintain a reasonable track record on the platform. Quality submissions keep your access unrestricted.
    Gate 02
  • Submit with verifiable technical evidence. The form guides you through what's required — if you've reproduced the bug, you already have it.
    Gate 03
  • Submit as a human, from a browser. Automated submission attempts are detected and do not reach the pipeline.
    Gate 04
  • Check for an existing ticket before you submit. If the same issue was already filed, you can still share in the bounty.
    Gate 05
  • Ship a clean reproducer. It is the single biggest lever on your earnings and on how quickly your report is verified.
    Gate 06
What you're paying for
// dev.md

For developers

You run the product. You've been burned by slop. Here is what the Gauntlet does with your money — and what lands in your inbox afterwards.

  • Accounts are screened against eligibility criteria before they can submit anything. Ineligible registrations never reach the form.
    Gate 01
  • A dynamic reputation system automatically throttles researchers whose submissions don't clear the technical gates. No per-program tuning.
    Gate 02
  • Every report you ever see has verifiable technical evidence attached. Narrative-only submissions do not enter the pipeline.
    Gate 03
  • Automated submitters are identified by behavioral analysis. The detection is silent and has no friction for legitimate researchers.
    Gate 04
  • Near-duplicate reports are automatically collapsed into a single ticket. You pay for a unique finding, not the same one filed multiple times.
    Gate 05
  • Every report is automatically verified before it reaches your inbox. Verified findings arrive with a clear status and everything you need to act.
    Gate 06

Ready to run the gauntlet?

Stop reading reports that aren't real. Start getting paid for ones that are.

Developers can list a product in under ten minutes. Researchers can claim their first bounty the same day. The Gauntlet runs in the background either way — invisible when you are doing real work, lethal to anything that isn't.

inbox · vibebountytoday
fromresearcher@acmecorp.io
productledger.app
severityhigh · CVSS 7.5
gate 01–05passed · 0.3s
gate 06verified · 28.1s
✓ VERIFIED · ready to review · £240 bounty locked in escrow