Join our Newsletter — 33% off our NHI Course

How should security teams combine model scanning and AI red teaming in an AI security programme?

Security teams should use model scanning to check model files before they enter the environment, then use AI red teaming to test how the model behaves under realistic prompts and adversarial pressure. The two controls address different risks. Scanning targets known file-level threats, while red teaming exposes behavioural weaknesses, safety failures, and manipulation paths that static analysis cannot see.

Why Model Scanning and AI Red Teaming Need to Work Together

Model scanning and ai red teaming answer different questions, so treating them as substitutes leaves gaps in an AI security programme. Scanning is best for identifying known issues in model artefacts before deployment, while red teaming tests how a model behaves when people deliberately try to steer, confuse, or overload it. That split is why the programme design matters more than either control alone, and why the right governance framing is closer to ISO/IEC 27002:2022 Information Security Controls than a single-point technical test.

Used together, they create a layered assurance model: one control looks for known weaknesses in the model package, the other checks whether the deployed system fails in realistic use. Teams often overvalue a clean scan report because it feels objective, then discover that the model still behaves unpredictably under adversarial prompts, unsafe instructions, or policy bypass attempts. In practice, many security teams discover that the weakest point is not the model file itself but the gap between pre-deployment validation and real user interaction.

How to Sequence Scanning and Red Teaming Across the AI Lifecycle

The most effective sequence is to scan early and red team repeatedly. Scanning belongs in the intake and release pipeline, where it can block unsafe artefacts, unsupported formats, embedded code, malicious payloads, or integrity issues before the model is accepted. Red teaming belongs both before launch and after meaningful change, because behaviour is not fixed by file inspection alone. A model can pass scanning and still produce harmful, insecure, or policy-violating outputs when prompted in the right way.

In practice, the two activities should be treated as complementary evidence rather than duplicate assurance. Scanning gives the team a known-baseline view of what is in the artefact. Red teaming then asks whether the model can be pushed into failure by realistic adversarial behaviours, including prompt injection, jailbreak patterns, unsafe tool use, policy circumvention, or harmful instruction following. If the model is part of a wider application, the red team should also test the surrounding orchestration, because many failures emerge at the boundary between the model and the system that calls it.

A practical operating model is:

  • Scan every candidate model before approval, especially after retraining, fine-tuning, or third-party updates.
  • Use red teaming before production to validate behaviour against the organisation’s highest-risk use cases.
  • Repeat both controls after major prompt, policy, dataset, tool, or deployment changes.
  • Escalate findings differently: scan results usually map to artefact trust, while red-team findings usually map to behavioural and governance risk.

The limitation is straightforward: scanning cannot tell you whether the model is safe to interact with, and red teaming cannot compensate for poor artefact hygiene or uncontrolled model provenance.

Where the Balance Changes for Foundation Models, Fine-Tunes, and Agentic Use

Stricter pre-release review often increases programme overhead, so teams need to balance artefact control against behavioural assurance rather than treating every model class identically. The right balance depends on whether the model is a foundation model, a fine-tune, or part of an agentic workflow that can take actions through tools.

For foundation models, red teaming usually needs broader scenario coverage because the model’s safety and misuse profile is less specific to one organisation. For fine-tuned models, scanning becomes more useful for change control because the team needs confidence in what has been altered and introduced. For agentic systems, the combined risk is higher because model failure can become action failure when the model can call tools, move data, or trigger workflows. That is where AI programme design starts to intersect with identity, access, and authorisation decisions, because the model’s outputs may govern real privileges even if the model itself is not the control plane.

There is no industry consensus that one control should dominate the other in all cases. The sensible view is to weight scanning more heavily where provenance and artefact integrity are the main concern, and to weight red teaming more heavily where misuse, safety, or operational manipulation is the main concern. Publicly available guidance from Anthropic Frontier Red Team and CSA MAESTRO agentic AI threat modeling framework is useful here because both emphasise that behavioural testing has to match the system’s actual operating context, not just its static artefact.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATLAS address the attack surface, NIST AI RMF, NIST CSF 2.0 and CIS Controls v8 set the technical controls, and ISO/IEC 42001:2023 define the regulatory obligations.

Framework Control / Reference Relevance
NIST AI RMF MAP — Map AI programmes need scoped lifecycle assurance across model artefacts and behaviour.
Recommendation — Map model scanning and red teaming into the AI risk lifecycle before approval and after change.
ISO/IEC 42001:2023 A.5 — Policies for AI systems The question concerns programme-level AI governance and control design.
Recommendation — Define policy that requires both artefact checks and behavioural testing for AI release decisions.
NIST CSF 2.0 GV.RM-01 — Risk Management Strategy The programme must balance different AI security assurance methods as part of governance.
Recommendation — Set risk-based thresholds for when scanning, red teaming, or both are mandatory.
CIS Controls v8 4.1 — Establish and Maintain a Secure Configuration Process Model scanning is part of controlled approval and integrity checking before deployment.
Recommendation — Gate model intake with approved artefact validation before promotion into production.
MITRE ATLAS ATLAS-T0025 — Prompt Injection Red teaming should test adversarial manipulation paths that static scanning cannot reveal.
Recommendation — Use adversarial testing to exercise prompt-injection and manipulation paths in deployed AI.

Practitioner Guidance

What to prioritise: Treat scanning as a release gate and red teaming as a readiness gate. If a model cannot be traced, classified, and approved at artefact level, do not rely on behavioural testing to rescue it later.

What to verify: Confirm that red-team scenarios reflect the model’s real deployment context, including prompt sources, tool access, and any downstream workflow the model can influence. A narrow prompt set gives false confidence when the actual system has broader exposure.

Decision rule: If the main concern is “what is inside the model package,” prioritise scanning evidence; if the main concern is “how can this be manipulated in use,” prioritise red-team evidence. If both matter, require both before approval.

Practitioner takeaway: The strongest AI security programmes do not choose between scanning and red teaming; they use scanning to trust the artefact and red teaming to distrust the behaviour until both have been proven acceptable.