← TRAINING

// TRAINING QUIZ

Can Your Security Team Actually Red-Team AI?

Take the 10 minutes AI Red Team Readiness Check. How prepared is your security team to test AI systems for adversarial vulnerabilities? This diagnostic probes whether your team can scope, execute, measure, and report adversarial testing of LLM and ML systems at an operational level, not just recognize the vocabulary.

10 QUESTIONS DIFFICULTY 1/5 TIME LIMIT 10 MIN MULTI-ANSWER
// TIME REMAINING 10:00
01 Scoping and Threat Modeling

A vendor-LLM support assistant uses RAG and can issue refunds up to €500. The proposed scope covers only offensive output. Which additional risks should the CISO require testing?

Tested competency: identifying the real attack surface of a deployed AI application rather than the headline risk. The correct answers target the two highest-impact paths, financial action through tool misuse and data exposure through retrieval, which are created by the integration, not by the base model. Testing the raw model in isolation misses exactly those integration risks, and a vendor report never covers your data, prompts, or tools. Choosing the distractors indicates a gap in mapping AI risk to business imp

02 Scoping and Threat Modeling

An internal non-LLM fraud classifier is exposed through a scoring API. Which threats should its red-team scope prioritize instead of chatbot jailbreaks and prompt injection?

Tested competency: distinguishing classical ML attack surfaces from LLM attack surfaces. A tabular classifier has no instruction-following behavior to inject into; its exposures are evasion via feature manipulation, extraction through the scoring interface, and poisoning through the data and feedback pipeline. Selecting the prompt-injection option indicates the team treats AI security as synonymous with chatbot security and would waste budget while leaving the real fraud-model risks untested.

03 Scoping and Threat Modeling

A production LLM uses a hosted model, sends email, and serves live customers. What must its adversarial-testing rules of engagement define before testing begins?

Tested competency: establishing rules of engagement that account for AI-specific dependencies. Hosted models bring contractual constraints, tool-connected applications can cause real-world side effects, and production-equivalence matters because guardrails and connectors are where most AI vulnerabilities live. Unannounced testing against live customers in a system that can send email is an operational risk, not realism. Choosing it indicates a gap in translating conventional red team practice to systems whose outpu

04 Test Execution and Methodology

A two-day test ran 200 hand-written jailbreak prompts, found no successes, and declared the assistant launch-ready. How should this result be assessed?

Tested competency: judging whether a test campaign's coverage supports its conclusion. The gap here is methodological, not numerical: the campaign never varied attacks adaptively, never used multi-turn pressure, and never touched the retrieval or tool paths where real exploitation occurs. Accepting the zero-success claim, or fixing it by adding more of the same prompts, indicates the team confuses effort with coverage. Discarding manual work entirely indicates the opposite misconception, that tooling replaces human

05 Test Execution and Methodology

An internal agent browses websites, reads shared documents, and sends email. Which practices safely test indirect prompt injection for exfiltration or unauthorized actions?

Tested competency: building a safe and observable test harness for agentic systems. Controlled payload hosting and sandboxed actuators let the team reproduce indirect injection without harming third parties, and canary tokens provide unambiguous evidence of exfiltration. Publishing payloads publicly exposes other organizations and is unethical and legally risky. Testing only through the chat box misses the defining risk of agents, untrusted content arriving through tools. Choosing those options indicates gaps in sa

06 Test Execution and Methodology

Your team proposes using a commercial automated AI red-team scanner as the only pre-release assessment method. Which statements describe a sound approach?

Tested competency: combining tooling and human expertise appropriately. Scanners excel at breadth and regression coverage but are blind to application-specific attack paths and produce findings that need triage. Treating a scanner pass as a release gate indicates over-reliance on tooling and a misunderstanding of what generic attack libraries can see; rejecting tooling entirely indicates an inefficient workflow that cannot scale across a growing AI portfolio or detect regressions between engagements.

07 Measurement and Evaluation

A vendor reports a 12% attack success rate for an assistant. What information must accompany that number before it can support a decision?

Tested competency: interpreting adversarial metrics with the context needed for risk decisions. An attack success rate without a success definition, effort context, and severity breakdown is not comparable across runs or vendors and cannot inform a launch decision. Benchmark figures from other models under different prompts, tools, and rubrics are not a valid standard for your deployment. Selecting that option indicates a gap in understanding that AI security metrics are only meaningful relative to a defined threat

08 Measurement and Evaluation

An LLM judge labels each tested output as a successful or failed attack. Which controls are needed before its results can be trusted?

Tested competency: validating automated grading in adversarial evaluation. An LLM judge is itself a model exposed to adversarial text and can share blind spots with the target, so it requires ongoing human calibration and its own robustness testing. Using the same model family increases correlated failures, and a one-time accuracy check ignores drift and adversarial adaptation. Choosing the distractors indicates the team would report attack success rates that are systematically understated without knowing it.

09 Reporting and Remediation Governance

A poisoned knowledge-base document makes an assistant reveal its system prompt and another customer’s personal data. The behavior is intermittent. How should security respond?

Tested competency: converting AI findings into governed remediation. Non-determinism does not reduce the impact of personal data exposure; an attacker simply retries. Prompt wording is a weak, easily bypassed mitigation, so durable fixes belong in access control and output handling, with clear ownership and retest criteria. Choosing to downgrade and close on a prompt tweak indicates a gap in AI-specific severity judgment and a misconception that model behavior can be reliably fixed with instructions.

10 Reporting and Remediation Governance

An assistant passed red teaming eight months ago, but its model, system prompt, and tools have since changed. What testing governance is appropriate now?

Tested competency: integrating AI adversarial testing into continuous change management. AI systems change through model updates, prompt edits, and new tool integrations that each invalidate prior results, so testing must be event-driven and regression-based rather than calendar-based. Relying on annual cycles or vendor announcements indicates a gap in recognizing how quickly an AI system's risk profile drifts and leaves new attack surfaces, such as the upload tool, untested in production.