Strengthening AI Agent Security Against Evolving Threats

The rapid proliferation of artificial intelligence has not only unlocked new capabilities but also given rise to a novel generation of cyberattacks. Over the past two years, concrete incidents have highlighted the vulnerabilities of AI agents. For instance, a malicious email can lead to customer payment data leaks via Microsoft Copilot, while a fabricated GitHub issue can compromise a CI/CD pipeline. Specific, carefully crafted prompts enable attackers to execute remote code on users’ machines.

Researchers in 2025–2026 documented attacks against systems such as Microsoft Copilot, OpenAI Atlas, Claude Code, and Apple Intelligence. These incidents confirm that threats to AI agents are no longer theoretical.

The Evolution of AI Attack Techniques

Modern attacks are becoming increasingly sophisticated. Adversaries disguise malicious instructions using XML policies, base64 encoding, the insertion of invisible characters, and even by embedding jailbreaks within poetic texts. Existing built-in filters of Large Language Models (LLMs) prove largely ineffective, allowing up to 76% of such attacks to bypass detection.

In autumn 2025, a case demonstrated how asking an AI browser to “summarize this page” on a specially prepared website led the agent, instead of summarizing, to access the user’s Gmail and send sensitive data to the attacker. Such incidents, known as prompt injections, occur without the use of traditional viruses or exploits, relying solely on the manipulation of textual instructions.

Strategies for Effective AI Protection

To effectively counter these threats, a new approach to security is essential. It must be:

  • Lightweight and fast: to avoid hindering the AI agent’s performance.
  • Understandable: so users can comprehend why a request was blocked.
  • Autonomous: operating without external API calls, entirely within the user’s infrastructure.

In an era of zero-click attacks, relying on cloud providers that often miss a significant portion of malicious traffic is a risky strategy.

One approach to establishing foundational protection involves utilizing the OGL-Mini security model. Additionally, an effective solution can be a “hook-switch” designed to disable sensitive agent connectors after interaction with external web resources, preventing unauthorized data access post-prompt injection.