openskills.info
Course Preview

AI Red Teaming

AI red teaming is the practice of probing AI systems through adversarial attacks to discover vulnerabilities before malicious actors do. It tests both security risks like prompt injection and data exfiltration, and responsible AI risks like harmful content generation, across models, agents, and integrated systems.

itArtificial intelligence and machine learning

Introduction to AI Red Teaming

AI red teaming is a structured practice of simulating adversarial attacks against AI systems to discover exploitable vulnerabilities before attackers do. Unlike traditional software testing that measures whether a system works correctly, AI red teaming actively searches for ways to make the system fail. The goal is adversarial: find the inputs, contexts, and conditions that produce unsafe outputs, unauthorized actions, data leakage, or policy violations.

What AI Red Teaming Does

AI red teaming addresses a fundamentally different attack surface than traditional security testing. Traditional red teaming targets static infrastructure—networks, servers, access controls. AI red teaming targets dynamic, probabilistic systems whose behavior changes with every prompt, context window, and tool integration.

AI red teaming operates at two levels:

  • Model-level testing: Probes the AI model itself for safety alignment, instruction-following under adversarial pressure, and resistance to manipulation techniques like jailbreaks and prompt injection
  • System-level testing: Tests the full application stack including tool access, data pipelines, retrieval systems, and integrations where the highest-impact vulnerabilities often reside

Microsoft's AI Red Team, established in 2018, demonstrated that AI red teaming must cover both security vulnerabilities and responsible AI risks. A system can pass all security checks while generating harmful content, perpetuating biases, or providing dangerous instructions. Effective red teaming probes for both.

Why AI Red Teaming Exists

AI systems have moved from research demonstrations to production infrastructure. They handle customer data, execute transactions, call external tools, and make decisions with real business consequences. The risk profile has fundamentally shifted.

The critical change is from model-level to system-level risk. Early AI safety research focused on what a chatbot might say. Today's agents do not just generate text—they take actions. They invoke tools through function calling and protocols like the Model Context Protocol (MCP). They query databases, send emails, process payments, and modify production systems.

A jailbreak that produces offensive text represents one category of risk. A jailbreak that triggers an unauthorized financial transaction represents a different category entirely. AI red teaming surfaces these system-level vulnerabilities that model-level safety evaluations miss.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources