Prompt Injection Library
A browsable, filterable catalogue of 202 real-world prompts β 102 defanged attacks across every major prompt-injection and jailbreak technique, and 100 healthy prompts to contrast. Study the patterns, then score your own prompt against 25 rules β all in your browser.
Score your own prompt
Paste any prompt, user message, email, or retrieved document. It is scored against 25 deterministic injection rules entirely in your browser β nothing is sent anywhere.
Take it further
FAQ
What is a prompt injection library?
It is a curated, browsable catalogue of prompt-injection and jailbreak prompts used to teach people to recognise the attacks. PlayCISO's library has 202 entries β 102 defanged real-world attacks across every major technique and 100 healthy prompts to contrast β each attributed to a public source, with the operative payload highlighted and explained.
What are the main prompt injection techniques?
The common families are instruction override ("ignore previous instructions"), role-play and persona jailbreaks (DAN, developer mode), system-prompt or context extraction, delimiter and format escaping, encoding and obfuscation (base64, leetspeak, zero-width characters), payload splitting, indirect (data-borne) injection via retrieved content, tool and function-call abuse, data exfiltration, refusal suppression, and multi-turn crescendo attacks.
What is the difference between prompt injection and jailbreaking?
Jailbreaking targets the model directly to make it violate its own safety policy (DAN-style personas, refusal suppression). Prompt injection targets an application: it hides instructions inside content the app feeds to the model β a web page, document, email or tool result β so the model follows the attacker instead of the developer. The library covers both, tagged by technique.
Can I copy the malicious prompts from this library?
No. Malicious samples are deliberately defanged and non-copyable: real harmful targets are replaced with neutral placeholders, working jailbreak scripts are truncated, and the operative tokens are masked by default. The library exists so defenders can recognise and block these patterns, not run them. Healthy prompts are freely copyable.
How does the prompt scorer work?
Paste any prompt and it is scored against 25 deterministic detection rules covering the full technique taxonomy β entirely in your browser, with no network call or LLM. You get a 0β100 injection-likeness score, a verdict, the rules that fired, and the evidence highlighted in your text. For a deeper scan mapped to the OWASP LLM Top 10, use PromptScan.