Zenaique
Glossary · Safety

Red Teaming

Also known as: Adversarial testing

Adversarially probe the model/app to find safety failures, jailbreaks, and prompt-injection holes.

Systematic adversarial probing of a model or LLM app to surface harmful outputs, bypass safety filters, or exploit prompt injection. Combines manual creativity with automated attack generation.

In practice

Standard pre-launch step for any user-facing LLM app. Safety interviews probe attack categories and coverage measurement.

How it compares

Prompt injection is one attack class; red teaming is the broader practice of finding any safety failures.

Related topics

Related terms