By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: StraikeraiPublished October 22, 2025

TL;DR: Agentic AI changes the attack surface by introducing planning, tool use, memory, and retrieval into workflows, making single-turn prompts and classic web-app testing insufficient, according to Straiker. The right red-team approach now has to measure end-to-end impact across the runtime, not just model output.


At a glance

What this is: This is a comparative analysis of AI red teaming versus traditional red teaming, with the key finding that agentic systems require testing across tools, memory, retrieval, and orchestration.

Why it matters: It matters because IAM, PAM, and NHI teams increasingly have to govern AI systems that behave like identities with delegated access, while existing red-team models still assume static workflows and bounded trust.

👉 Read Straiker's analysis of AI red teaming versus traditional pentesting


Context

AI red teaming is becoming a governance problem as much as a testing problem. Once applications include agents that plan, call tools, browse, write to memory, and reach into business systems, traditional red-team assumptions about fixed workflows and single-response validation stop holding. For identity programmes, the key issue is not just model safety but delegated access, tool authority, and the scope of actions an AI system can execute.

The article frames that shift as a mismatch between older pentesting methods and agentic runtime behaviour. That distinction matters for IAM and NHI governance because the risks now sit in how credentials, tokens, memory stores, retrieval layers, and third-party APIs are connected. In practice, this is a control-boundary issue, not a model-only issue.


Key questions

Q: How should security teams test AI agents that can call tools and APIs?

A: They should test the agent's actual execution paths, not just its text responses. That means covering tool calls, protocol handling, approvals, and state transitions with adversarial scenarios that mirror real misuse. If the test cannot reach the access point where the agent acts, it does not meaningfully assess the security risk.

Q: Why do traditional AppSec tools fall short for agentic AI?

A: Traditional AppSec tools fall short because they are designed to inspect code, requests, or dependencies, not the meaning of an evolving tool chain. In agentic systems, the danger often appears only after several valid steps combine into an unsafe outcome. That makes sequence control and identity attribution essential.

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. In practice, maturity depends on whether findings feed monitoring, policy enforcement, and audit-ready reporting in production. A strong programme reduces risk after the test, not just during the assessment window.

Q: How can organisations decide between traditional and agent-aware testing?

A: Use traditional red teaming for perimeter, infrastructure, APIs, and classic application paths. Use agent-aware testing when the system plans, calls tools, retrieves data, or writes to memory. Most programmes need both, but the agentic layer requires its own governance, evidence, and remediation workflow.


Technical breakdown

Why agentic AI changes the red-team target surface

Traditional red teaming assumed stable applications, known inputs, and clear trust boundaries. Agentic AI breaks that model because the system can choose actions, call tools, pull content through retrieval, and persist state in memory. That means the attack surface includes prompt handling, tool permissions, orchestration logic, and downstream business systems. A single malicious instruction can become multi-step behaviour if the agent is allowed to chain actions. For IAM and NHI teams, the security question shifts from “can the model be tricked” to “what can this runtime do with the access it has”.

Practical implication: scope red-team tests to the agent runtime, not just the model endpoint.

What runtime tool misuse looks like in practice

Agentic systems often receive tools and data on demand, which creates opportunities for misuse that look more like delegated access abuse than classic application compromise. If retrieval pipelines ingest untrusted content, that content can influence later actions. If memory stores persist unsafe context, the agent can repeat or amplify prior manipulation. If tool permissions are too broad, the agent can move from information access to business impact without a separate exploit. This is where NHI governance becomes relevant, because the agent may function as a non-human identity with dynamic authority and hidden escalation paths.

Practical implication: review tool scopes, memory persistence, and retrieval trust as one access-control chain.

Why evidence must show business impact, not just prompt failure

A useful AI red-team finding has to prove a material outcome, such as unauthorized action, data movement, or policy evasion. Prompt injection alone is not enough to guide remediation if the real failure is downstream. The article’s emphasis on traceability, intermediate steps, and objective-based testing reflects a broader shift in security validation: teams need proof that a weakness can be exploited through the full workflow. That makes the testing closer to adversary emulation than to red-team theatre. It also supports better prioritisation because business impact is easier to rank than isolated model misbehaviour.

Practical implication: require evidence chains that connect prompt, tool use, and final impact.


Threat narrative

Attacker objective: The attacker wants to turn an AI agent’s delegated access into unauthorized actions, data exposure, or workflow manipulation that looks legitimate to the surrounding system.

  1. Entry occurs when an attacker uses prompt injection, untrusted retrieval content, or another influence path to affect the agent's decision-making.
  2. Escalation follows when the agent invokes tools, memory, or third-party APIs with authority that exceeds the original intent of the request.
  3. Impact occurs when the agent completes an unauthorized business action, moves sensitive data, or violates policy across connected systems.

NHI Mgmt Group analysis

Agentic AI red teaming is now an identity-governance problem, not only a testing discipline. Once an AI system can call tools, access memory, and reach into business systems, it starts to behave like a non-human identity with delegated authority. That changes the security model from output inspection to permission governance. The practical conclusion is that IAM and NHI teams need to treat agent runtime scope as part of the control plane.

Traditional red teaming remains useful, but only for the layers it can actually observe. Mature offensive testing can still validate perimeter, infrastructure, and classic application risk. It does not automatically prove whether an agent can misuse tool access, chain actions across systems, or persist unsafe state. The field should stop treating model-centric checks as a substitute for runtime governance, because the failure mode is authority without containment.

Tool orchestration is the named concept this category now needs. The article’s real subject is not AI testing in general, but the security gap created when tools, memory, retrieval, and business systems are orchestrated under one agentic workflow. That is where policy, privilege, and behaviour intersect. Practitioners should recognise this as a control-boundary problem and align testing with delegated-access governance.

Continuous testing matters because agent behaviour changes as fast as the surrounding stack. Models, prompts, retrieval sources, and tools shift constantly, so point-in-time validation decays quickly. That makes evidence-heavy, repeatable agent testing more valuable than static reports. The takeaway for security leaders is to build a programme that can keep pace with runtime change rather than one that only documents it after the fact.

The market is moving toward pairing specialist agentic testing with broader security coverage. That reflects a realistic split between classic attack surfaces and the new agent core. Security programmes should not assume one testing model can cover both equally well. The practical conclusion is to separate breadth testing from agent-specific governance testing while keeping the findings in one risk view.

What this signals

Tool orchestration is becoming the real control boundary. As agentic systems spread, security teams will need to govern what an agent can call, read, write, and retain, not just what it says. That pushes identity, runtime, and application security into one operating model, with NHI governance becoming a practical requirement for AI programmes that use delegated access.

The most useful next step is to turn red-team findings into control validation. When the testing evidence shows a prompt leading to a tool call and then a business action, the remediation question is no longer about model behaviour alone. It becomes a review of permissions, persistence, and monitoring across the agent’s full operating path.

For teams building maturity, the signal is clear: continuous validation will matter more than episodic assessment. Agent behaviour changes as quickly as models, plugins, and retrieval sources do, so a one-time engagement will age fast. Security programmes should expect to blend evidence from AI testing, IAM, and operational monitoring into one governance view.


For practitioners

  • Define the agent runtime as a governed access boundary Map every tool, memory store, retrieval source, and external API the agent can touch, then assign explicit ownership for each boundary. This creates a practical control map for delegated access, privilege review, and escalation testing.
  • Test for multi-step business impact Design red-team scenarios that begin with prompt influence but end with a measurable outcome such as unauthorized posting, data movement, or policy bypass. Focus on what the agent can do after the first instruction lands.
  • Separate model hygiene from runtime governance Use single-turn checks only for early model risk screening, then add agent-aware testing for tool calls, orchestration, and memory persistence. That split prevents teams from overestimating the value of prompt-only tests.
  • Review NHI-style permissions for agent tooling Apply least privilege to every tool credential the agent uses, including short-lived tokens and backend connectors. The aim is to stop an AI system from inheriting broad, persistent authority that outlives the task.

Key takeaways

  • Agentic AI red teaming is about validating delegated action, not just model output.
  • The strongest evidence links prompt influence to tool use, state changes, and measurable business impact.
  • Security teams need separate controls for the agent runtime, because classic pentest scope does not fully cover orchestration risk.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agentic systems and tool misuse are central to the article's testing model.
NIST AI RMFMANAGEThe article focuses on operationalising AI risk through testing and remediation.
NIST CSF 2.0PR.AC-4Agent tool access and delegated permissions map to access-control governance.
NIST SP 800-53 Rev 5AC-6Least privilege is directly relevant to agent tool and API access.

Use agentic risk categories to structure red-team scenarios around tool use, memory, and multi-step behaviour.


Key terms

  • AI Red Teaming: AI red teaming is the practice of simulating hostile behaviour against models, applications, and agents to expose weaknesses before real attackers do. In AI programmes, it is most useful when results can be turned into controls, monitoring, and governance evidence rather than left as a one-time test report.
  • Tool Orchestration: The control logic that determines when an agent should call a function, which function it should use, and how results flow into the next step. In practice, orchestration is part of the trust boundary because it determines which systems the agent can reach and in what sequence.
  • Retrieval pipeline: A retrieval pipeline is the process an AI system uses to query connected data sources, select relevant content, and feed that content into a model response. The security issue is that the pipeline acts on access, so broad entitlements become visible exposure when the system runs.
  • Memory persistence: Memory persistence is the storage of prior context so an AI system can use it later. It improves continuity, but it also creates a place where unsafe instructions, poisoned context, or sensitive data can survive across sessions and influence future actions.

What's in the full article

Straiker's full blog covers the operational detail this post intentionally leaves for the source:

  • Side-by-side comparison of autonomous agentic red teaming, retrofit AI testing, and traditional offensive security coverage
  • Traceability details for prompt history, tool calls, retrieved content, and intermediate reasoning used in each finding
  • The Chain of Threats forensic view and attack-success reporting used to prioritise remediation
  • Practical examples of how runtime guardrails and testing outputs can be paired in a single workflow

👉 Straiker's full post covers the agentic test model, evidence workflow, and comparison criteria in more depth

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management for practitioners who need to align identity controls with modern AI risk. It gives security teams a practical way to connect delegated access, lifecycle control, and governance across identity programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org