TL;DR: Llama 4 Scout and Maverick still carry material risks in compliance, privacy, code generation, and multimodal jailbreak resistance, while GPT-4.5 benchmarks stronger on safety and extraction resistance, according to VirtueAI. For practitioners, the finding is clear: model choice without red-team evidence and guardrails leaves AI governance exposed.
NHIMG editorial — based on content published by VirtueAI: Llama 4 Scout and Maverick Redteaming Analysis
Questions worth separating out
Q: How should security teams govern AI models that can call tools and access data?
A: Security teams should govern AI models as non-human identities with named owners, limited scope, short-lived credentials, and continuous authorization.
Q: Why do multimodal AI systems create a different governance problem from text-only models?
A: Multimodal systems create a different governance problem because the visual channel can alter internal activations before the final response is generated.
Q: What do enterprises get wrong about AI red teaming maturity?
A: Many teams stop at attack simulation and assume the test itself is the control.
Practitioner guidance
- Set red-team release gates for model deployment Block production use until the model has passed adversarial testing for privacy leakage, unsafe code generation, and multimodal jailbreak resistance under your own workflows.
- Restrict model tool and data access by use case Limit retrieval, file access, and external action permissions to the smallest set needed for the workflow, especially where the model can influence sensitive systems.
- Review AI-generated code as untrusted input Route generated code through the same security checks used for third-party code, including static analysis, secrets scanning, and human approval before deployment.
What's in the full report
VirtueAI's full analysis covers the model-by-model red-teaming detail this post intentionally leaves at summary level:
- Per-domain scoring for compliance, privacy, bias, hallucination, and multimodal resistance across Llama 4 Scout and Maverick.
- Comparative red-team observations against GPT-4.5 that show where the risk boundaries differ in practice.
- Examples of the prompt patterns and test categories used in VirtueRed assessments.
- Operational guidance for teams evaluating whether a model is ready for broader deployment.
👉 Read VirtueAI's red-teaming analysis of Llama 4 Scout and Maverick →
Llama 4 safety gaps: what AI governance teams need to know?
Explore further
Model safety is now an access-control problem as much as a content-safety problem. When AI systems can retrieve data, call tools, or influence workflows, unsafe outputs become a governance issue for IAM, PAM, and policy enforcement. Red-teaming therefore needs to test not only what the model says, but what it can cause the surrounding system to do. Practitioners should treat model behaviour as part of the access perimeter.
A question worth separating out:
Q: How do organisations decide whether a model is safe enough to deploy?
A: They should tie deployment to explicit test evidence, not to model enthusiasm or a favourable benchmark alone. Safe enough means the model has passed cohort thresholds, invariance checks, and adversarial review for the decisions it will influence. If any of those fail, the model should stay out of production until the gap is remediated.
👉 Read our full editorial: Llama 4 red-teaming exposes model security and compliance gaps