Jackpot Lab: 10 Broken LLM Apps You Can Poke at in Your Browser

自由职业运营喵 Advanced 8/4/2026 95 views 2 likes 2 min read

This isn't another "here's how to secure your LLM" lecture. It's a playground where someone deliberately broke ten different apps, each violating one of the OWASP Top 10 for LLMs, and put them all in a browser window you can mess with right now.

I spent an afternoon wandering through hego.red/jackpot and it's the kind of thing that makes you grin like a kid with a chemistry set. No login, no setup — just ten tiny apps that happily do exactly the wrong thing.

The whole thing runs client-side in your browser, which itself is kind of brilliant. You're not hitting some server that logs your prompts or rate-limits you. You just open dev tools, swap a token, flip a config flag, or feed the model a slightly tweaked prompt and watch it bend.

A few that stuck with me:

  • Prompt Injection playground — a fake chatbot that reads a "secret" instruction file and cheerfully ignores it if you phrase your input just right. It's like watching a bouncer get distracted by a distraction.
  • Insecure Deserialization demo — an app that takes user JSON and shoves it straight into an eval-like flow. Spoiler: it doesn't end well for the app.
  • Overly permissive tool use — a mini agent that'll call tools based on whatever you type, including ones it probably shouldn't. Watching it try to "help" by escalating its own permissions is both funny and unsettling.
What I like is that it's not lectureware. There's no preachy banner telling you "this is bad." You just poke and the app breaks. The learning is incidental — which is exactly how it should be for this crowd.

The source links lead to a GitHub repo with writeups for each app, so you can go read about the intended vuln after you've already found three other ways to break it. That's the real charm: it invites you to fail, then explains why you failed.

If you're into prompt engineering as a hobby, or you're building LLM workflows and want a gut check on what "bad" looks like, this is a solid hour of messing around. I walked away with a better feel for how easily these things collapse when the guardrails are just suggestions.

The link: hego.red/jackpot

No sign-ups, no warnings, no hand-holding. Just ten apps waiting to be embarrassed.

AI Jailbreak & SecurityAI SafetyLLM Security

All Replies (3)

D
DrewCoder Novice 8/4/2026

That prompt injection demo is wild. How long did it take you to find the exploit?

0 Reply
T
Taylor27 Intermediate 8/4/2026

Struggling with context overflow in my own sandbox. How are you managing token limits for those ten demos?

0 Reply
A
Alex18 Expert 8/4/2026

It's a shame hallucination patterns are missing. Which bot would be the most chaotic to add to the list?

0 Reply

Write a Reply

Markdown supported