SecurityTechInsider AI security & governance
EN/ NL
Risk

Red teaming of AI agents becomes a continuous process

Microsoft's External Red Team Alliance and new research show that red teaming of generative AI and AI agents is shifting to an ongoing, ecosystemic process.

31 July 2026 4 min
Illustration for this article: Red teaming of AI agents becomes a continuous process. A ventilation grille in deep shadow, cold air distorting the light passing through it.
Organisations must now treat adversarial testing of AI agents as continuous operational practice, not a one-time validation step. Image: SecurityTechInsider — original editorial illustration

You must now treat red teaming of AI agents as an ongoing operational duty, not a one-time validation exercise. Your organisation's security posture depends on continuous adversarial testing of the systems you deploy, especially where they touch confidential data.

The prompt is an analysis of 31 July 2026 of how red teaming of generative AI and autonomous agents is shifting from occasional testing to a structural, continuous process. It examines the announcement of a global external red team alliance and emerging frameworks that formalise agent-specific threat modelling. In our assessment, this development signals that organisations deploying AI near sensitive information can no longer rely on pre-deployment validation alone; they must now operate within an ecosystem where adversarial testing is permanent and automated, and where the attack surface extends beyond the model itself to configuration, permissions, memory and external content channels.

Why has the attack surface of AI agents become so much wider?

AI agents differ fundamentally from single-model deployments. An agent orchestrates multiple steps: it receives input, consults external documents or databases, maintains memory across conversations, calls external tools, and produces output. Each of these layers—orchestration, memory, tool permissions, external content channels—can be exploited independently of the model's robustness. Indirect prompt injection through documents or memory, for instance, bypasses traditional model validation entirely. The agent's own workflow becomes the vulnerability, not just the underlying language model.

What failure modes should you be monitoring for?

  • Agent compromise and tool misuse — attackers hijack the agent's decision logic to call tools with unintended parameters or access unauthorised resources.
  • Memory and context poisoning — malicious content stored in agent memory or retrieved from external sources influences subsequent outputs and decisions.
  • Indirect prompt injection — adversarial instructions embedded in documents, databases or external content channels reach the model without passing through the user's input validation.
  • Permission escalation through orchestration — the agent's workflow logic is exploited to bypass access controls on sensitive tools or data.
  • Output leakage via context channels — confidential information is exposed through logging, memory persistence or inter-agent communication.
  • Model evasion under agent-specific conditions — attacks succeed only when the model operates within an agent's particular configuration and tool set.

Which concrete controls must you be able to demonstrate?

  1. Document anonymisation before model access — implement a privacy shield that strips or masks personal data from documents before they reach any AI model, with the workflow configured so that only sanitised content is forwarded.
  2. Logging and audit trails for every agent action — record which model each workflow uses, what data it accessed, which tools it called, and what permissions were invoked, with logs retained for compliance review.
  3. Multi-model verification for sensitive decisions — route high-stakes queries to multiple independent models and document how their responses differ, so that a human reviewer can assess consistency and reliability before acting on the output.
  4. Access control and tool permission boundaries — define and enforce which external tools, databases and resources each agent instance may call, with permissions scoped to the minimum necessary for its stated purpose.
  5. Human oversight checkpoints in the workflow — establish decision points where a qualified professional reviews the agent's reasoning, context and output before sensitive data is released or actions are taken.
  6. Continuous adversarial testing of the agent configuration — conduct regular red-team exercises that target not only the model but also the agent's orchestration, memory, tool chains and external content channels.

How should you interpret the shift to continuous red teaming?

Red teaming is no longer a project phase that ends when deployment begins. Automated frameworks now exist that can discover agent vulnerabilities at scale and at speed. Academic research has demonstrated that fully autonomous red-team agents can achieve attack success rates above 70 per cent on frontier models and identify hundreds of vulnerabilities in production applications. This means that adversaries will find what your agents can do wrong; the question is whether you will find it first, and whether you will have controls in place to prevent it from happening in production.

For organisations handling legal documents, medical records, financial data or journalistic sources, this is not theoretical. Your agents operate in an environment where red teaming is now continuous and often automated. Your defences must match that tempo. That does not mean you need to build your own red-team agents, but it does mean you cannot treat security as a pre-launch checklist.

What can tooling do, and what remains your responsibility?

Tooling can automate the collection and anonymisation of data before it reaches a model, enforce access boundaries, log every decision point, and surface inconsistencies across multiple model responses. It can also support continuous red teaming by running adversarial tests on your agent configurations. What tooling cannot do is make the final judgement about whether an agent's output is fit for use. That assessment—whether the agent's reasoning is sound, whether the context it drew on was appropriate, whether the decision it recommends is correct—remains yours. Automation can make that assessment more transparent and more rigorous, but it cannot replace professional accountability.

Sources: This article draws on reporting and guidance from Microsoft, Cloud Security Alliance, OWASP, OpenReview and Computer.

Tobias Lindqvist

Written by

Tobias Lindqvist

Adversarial machine learning and the security properties of retrieval systems.