Run the full 13-step audit

Jailbreak leak

Check LLM jailbreak and identity leakage

Use diagnostic, Base64, and middleware role-play probes to see whether identity or policy leaks.

How this check works

An LLM jailbreak check uses diagnostic, encoded, and role-play prompts to see whether identity or policy can be pulled out of an API relay. It is a leak test, not a request to bypass safety for real harm.

  1. 01Probe

    Send diagnostic probes that ask for identity and policy.

  2. 02Inspect

    Retry with encoding and middleware role-play wrappers.

  3. 03Conclude

    Record a leak if identity, policy, or hidden rules appear.

How to read the result
This is a leak test, not a request to cause harm. A pass means these probes stayed clean, not that every jailbreak path is closed.
When to run this check
Use this after identity checks if you need to know whether a wrapper can be talked out of its rules.

Recent reports

Public reports that included this check.

FAQ

What is an LLM jailbreak check on LMSpeed?

It is a controlled leak test. LMSpeed looks for identity and policy leakage, not a way to make the model do unrestricted harm.

How is this different from prompt extraction?

Prompt extraction targets hidden system text. This check targets identity and policy leakage through jailbreak-style probes.

Does a pass mean the model cannot be jailbroken?

No. It means these probes did not leak identity or policy. Other jailbreak paths can still exist.

Other audit checks