惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
Engineering at Meta
Engineering at Meta
I
InfoQ
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 【当耐特】
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
腾讯CDC
雷峰网
雷峰网
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
D
Docker

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
The Importance Of Red Teaming For Scaling Enterprise AI A...
Joan Vendrel · 2026-05-22 · via Forbes - Innovation

Joan Vendrell, NeuralTrust CEO and cofounder, has 15+ years of technology leadership experience advancing enterprise-grade AI security.

getty

​I recently spoke with a CISO who was preparing for a major production rollout of an autonomous customer service agent. They had passed their traditional penetration tests with flying colors. But when I asked how the agent would handle a multi-step prompt injection attack that evolved in real time, there was a long silence. "We tested the model last month," they finally said. "But the agent is learning and interacting with live data every hour."

This is the fundamental challenge of the agentic era. Traditional security testing is a snapshot in time, while agentic AI is a continuous movie. At a time when agents are being granted the authority to execute workflows, call APIs and access sensitive databases, relying on a "one-and-done" security audit is like checking the locks on a house while the walls are still being built.

We are seeing a shift where the attack surface is not just the code or the network, but the reasoning process itself. If we don't move toward a model of continuous red teaming, we aren't just leaving the door open; we are handing the keys to the house to an autonomous operator we haven't fully vetted.

The Problem: The Dynamic Attack Surface And "Adversarial Reasoning"

The core issue is that AI agents are non-deterministic. Unlike a standard application where input A always leads to output B, an agent’s behavior changes based on its context, its memory and the tools it has access to. This creates a playground for what I call "adversarial reasoning": attacks designed to corrupt the agent's logic rather than just its input.

Gartner predicts that by 2028, more than 50% of enterprises will use dedicated AI security platforms to manage these risks. The reason is simple: the OWASP Top 10 for LLM Applications has evolved. We aren’t just worried about simple prompt injections. We are now facing "agentic hijacking" and "indirect prompt injection," where an agent is manipulated through the very data it is supposed to analyze.

In my experience, traditional red teaming—where a human team spends two weeks trying to break a system—cannot keep up with the speed of AI development. We need a "machine-versus-machine" approach to security.

5 Steps To Implementing Continuous Red Teaming

To secure the agentic enterprise, we must move beyond static testing and embrace a proactive, continuous defense. Here are five steps I believe every security leader should take.

​1. Automate the adversary with attacker agents.

If your agents are operating 24/7, your red teaming must do the same. You need to deploy adversarial agents with the sole job of finding weaknesses in your production agents.

This is about stress-testing the agent’s reasoning. Can it be tricked into bypassing a safety guardrail? Can it be convinced to escalate its own privileges? By using the MITRE ATLAS framework to map these attacks, you can automate the discovery of vulnerabilities before a malicious actor does.

​2. Stress-test the tool-use and API boundaries​.

The most dangerous part of an AI agent isn't the model, but the tools it can call. Red teaming must focus heavily on "insecure output handling," a top risk in the OWASP 2025 list.

You need to simulate scenarios where an agent is given a malicious command through a trusted tool, such as a compromised email or a poisoned database entry. Can an agent be tricked into executing a "delete" command on a database because it "reasoned" it was the right thing to do? Testing these boundaries is the new frontier of security.

​3. Align with the NIST AI risk management framework.

​The NIST AI RMF provides a critical taxonomy for managing AI risk. In my view, continuous red teaming should be mapped directly to the NIST "Measure" and "Manage" functions. This ensures that your testing isn't just a series of random attacks, but a structured validation of your risk tolerance.

By using a standardized framework, you can provide the board with measurable data on your AI security posture, moving from "we think we're safe" to "we know we're resilient."

​4. Simulate indirect prompt injection scenarios.

​One of the most insidious threats today is indirect injection. Imagine an agent reading a public website to summarize news, only to find a hidden instruction in the HTML that tells it to exfiltrate the user's session cookie. Your red team must continuously feed your agents "poisoned" data to see if they can maintain their instructions.

In my experience, the best defense is a zero-trust approach to agent inputs. Never assume the data an agent retrieves is safe.

​5. Focus on "identity lineage" during attacks.

​During a red team exercise, pay close attention to how the agent’s identity is used. Does the agent maintain a clear chain of accountability when it’s under pressure? If an adversarial prompt tricks an agent into performing an unauthorized action, can you still trace that action back to the original human intent?

Continuous red teaming should validate that your identity lineage remains unbroken, even when the agent’s reasoning is compromised.

The Bottom Line: Security Is A Living Process

The rise of agentic AI is the most significant shift in enterprise technology in a generation, but it requires a new level of discipline. We cannot secure autonomous systems with manual, point-in-time processes.

In my experience, the companies that will lead the next decade are those that treat security not as a hurdle to be cleared, but as a living, breathing process. By embracing continuous red teaming, we don't just find vulnerabilities; we build the resilience necessary to let our AI agents move faster, do more and transform our businesses with confidence.​​​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?