A game to teach teenagers coding in the age of AI
Coding game mixing Python syntax with AI prompting, but only one level exists.

Gandalf-style puzzle game that effectively teaches the lethal trifecta concept.
Security researchers and AI application developers
Gandalf · GopherPT · Damn Vulnerable AI
Simon Willison (who coined the term "prompt injection") describes three capabilities that are individually fine but devastating together, the lethal trifecta includes:
1. Access to private data (such as internal databases, emails, etc.)
2. Exposure to untrusted content (like web pages and external text)
3. The ability to exfiltrate data (a tool or a channel of sorts that reaches the outside world)
Combine all three in one agent and you've got a perfect storm: untrusted content can hijack the agent into reading private data and then persuade the agent to send it out.
To teach the lethal trifecta, I built a Gandalf-style puzzle: 10 levels, each a real injection concept, with the full trifecta as the final level. It's free, there's no sign up and initially it's beginner-friendly.
See if you can chain all three together and complete the trifecta!
Coding game mixing Python syntax with AI prompting, but only one level exists.
Watching AI agents bluff in Poker is the emergent behavior demo we actually needed.
Cute 90s cartoon aesthetic, but it's just another Snake clone with an AI skin.
Six escalating rounds force deeper prompt injection tactics than standard static levels.
Dynamic LLM sandbox analysis detects injections that static pattern matching tools miss.
Shifts prompt injection defense from input scanning to action gating.