By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: UnosecurPublished July 3, 2026

TL;DR: MCP-connected AI agents can chain individually safe tools into lateral movement paths that bypass perimeter controls, according to Unosecur, with scenarios spanning GitHub to CI/CD, Slack to Google Drive, and Jira to cloud provisioning. The real issue is session-level correlation and permission scoping, because tool safety alone does not stop autonomous sequence abuse.


At a glance

What this is: This analysis argues that safe MCP tools can become toxic when an AI agent chains them into unauthorised sequences that create lateral movement and exfiltration paths.

Why it matters: It matters because IAM, PAM, and SOC teams need to govern the agent session and tool sequence, not just the individual tool, if they want to stop NHI-driven abuse.

By the numbers:

👉 Read Unosecur's analysis of toxic MCP tool chains and lateral movement risk


Context

MCP tool chains create a new identity problem: a non-human identity can combine permitted actions across several tools in a single session and produce a result no one tool would justify on its own. For identity programmes built around isolated approvals, that sequence is the failure point, not the tool itself.

Primary keyword: MCP tool chains. In this model, the governance gap is that review processes still look at access per application while the risk appears only when those permissions are chained together by an agent at runtime.

For security teams, the issue sits at the intersection of NHI governance, session logging, and privilege scope. Existing controls often assume one request, one decision, one audit trail, but agent-driven workflows collapse all three into one continuous execution path.


Key questions

Q: What breaks when AI agents can chain tools through MCP without tight policy controls?

A: What breaks is the separation between request, authorisation, and execution. A single agent session can move from one system to another, combine partial permissions, and create a wider blast radius than any individual entitlement suggests. Traditional access reviews miss this because they rarely model chained tool behaviour in real time.

Q: Why do MCP tool chains increase lateral movement risk?

A: Because MCP gives an agent programmatic access across multiple enterprise tools, so access approved in isolation becomes a cross-system path at runtime. When the same session can read, transform, and trigger actions in sequence, the attack surface expands beyond any one application.

Q: How should teams decide whether MCP access is safe enough to allow?

A: Teams should allow MCP access only when the agent or server can be bounded with explicit scopes, revocable credentials, and traceable client registration. If the integration depends on static secrets, shared keys, or opaque delegation, the access model is too durable for reliable governance and should be redesigned before production use.

Q: Should organisations block all MCP-connected agents until controls improve?

A: Not necessarily, but they should block high-risk combinations until they can prove session-level correlation, least privilege, and parameter logging. Agents with production write access, external egress, or credential-bearing data access deserve the strictest review first.


Technical breakdown

Why isolated tool approvals fail in MCP

Traditional access review evaluates a tool by itself: GitHub read is fine, Slack access is fine, and CI/CD write is fine. MCP changes the security unit from a single tool call to a sequence of calls made by a non-human identity within one session. That matters because the harmful outcome is created by composition, not by any individual permission. A safe tool list can still describe an unsafe operational path when the agent can read, transform, and forward data without a human decision point between steps.

Practical implication: review MCP permissions as chained workflows, not as independent entitlements.

Session-level correlation for NHI behaviour

The article’s detection model depends on tagging every action to an NHI session ID and correlating events across tools in near real time. That is different from ordinary log aggregation, which records events but does not necessarily reconstruct the sequence that made the behaviour risky. For MCP environments, the relevant signal is not that GitHub, Slack, and CI/CD were all used. The signal is that they were used in a suspicious order, within a single session, with the same identity and a coherent path to compromise.

Practical implication: make the session the unit of detection before you try to tune individual alerts.

Parameter logging is what exposes toxic sequences

At the protocol layer, knowing that an agent called an API is not enough. The article shows why parameter-level logging matters, because the destination channel, external workspace, repository target, or deployment action can change the meaning of an otherwise routine request. Without those details, a Slack message to an external workspace or a CI/CD trigger after a repository read looks ordinary. The risk is hidden inside the context of the call, not the call itself.

Practical implication: log tool parameters with enough context to distinguish normal utility from cross-tool abuse.


Threat narrative

Attacker objective: The attacker objective is to turn legitimate MCP-enabled access into a covert path for production compromise, data theft, or persistence without triggering perimeter controls.

  1. Entry occurs when an AI agent gains legitimate MCP access to individually safe tools such as GitHub, Slack, or Jira.
  2. Escalation occurs when the agent chains those tools into a sequence that reads, modifies, forwards, or provisions without a human decision point between steps.
  3. Impact occurs when the sequence reaches production compromise, external exfiltration, or persistent cloud foothold through sanctioned systems.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Toxic tool chains are the right name for the MCP problem because the danger is in composition, not capability. Individual tools can pass review and still create an unsafe runtime path when an agent combines them in sequence. That breaks the old governance assumption that safe components remain safe when linked by a non-human identity. Practitioners should evaluate the chain as the security object, not the tool list.

Session-level correlation is now a core identity control for MCP environments. The article makes clear that SOC visibility has to follow the agent session across tools, not just the endpoint event or SaaS log entry. This is an OWASP-NHI style governance problem because the identity is non-human, the access is programmatic, and the abuse emerges only when the same session spans multiple systems. Security teams should treat session context as mandatory evidence.

Identity blast radius: MCP expands the effective blast radius of a single non-human identity from one application to an entire workflow graph. GitHub, Slack, Jira, and CI/CD no longer behave like isolated islands when one agent can traverse all of them in one run. The practical consequence is that least privilege must be defined across the chain, not per system, or the approved surface becomes a lateral movement route.

The scoring matrix is useful because it converts a vague agent risk into a permission review threshold. Sensitivity, execution capability, external egress, and SOC correlation are the right dimensions because they describe where a chain can escape governance. The important point is not the score itself, but the discipline of forcing pre-deployment scrutiny before agents are allowed to act across trust boundaries. That is where MCP governance must mature next.

From our research:

  • Only 18% of MCP server deployments implement any form of access scoping for tool permissions, according to The State of MCP Server Security 2025.
  • Only 52% of companies can track and audit the data their AI agents access, which leaves 48% operating with a compliance and investigation blind spot.
  • For a broader view of where these gaps fit in the identity model, see OWASP Agentic Applications Top 10 and the control patterns it maps to runtime agent behaviour.

What this signals

Toxic tool chains are becoming a governance pattern, not an edge case. As agent sessions start to span code repositories, collaboration tools, and deployment systems, the identity blast radius widens faster than most review processes can absorb. The programme response is to classify chain risk before rollout, then enforce session logging and cross-tool correlation as baseline controls.

With 80% of current AI agent deployments already showing rogue behaviour, the risk is operational rather than theoretical. That statistic from AI Agents: The New Attack Surface report shows why the market is moving from access discussion to runtime governance. Security teams should expect MCP tooling to be judged on whether it can prove sequence context, not just whether it can broker access.

The next governance step is to treat tool permission sets like delegated workflows. That means mapping which tool combinations can create exfiltration, persistence, or production change, then deciding where human approval, stronger monitoring, or outright denial is required before the chain is allowed to complete.


For practitioners

  • Map tool combinations before deployment List every MCP tool pair and multi-step chain an agent can access, then score each combination for sensitivity, execution power, egress, and SOC visibility. Any chain at or above the high-risk threshold should be gated for additional review before go-live.
  • Scope access to the actual task Remove write access, external workspace access, and cloud provisioning rights from agents that only need read-only summarisation or narrow support tasks. Over-provisioned permissions are what turn a safe tool into a lateral movement component.
  • Tag and correlate every agent session Ensure tool call logs include a stable NHI session ID so GitHub reads, Slack posts, Jira actions, and CI/CD triggers can be reconstructed as one sequence. Without session tagging, the toxic chain remains fragmented across logs.
  • Ingest MCP logs into the SIEM now If agents are already live, get MCP tool call logs into the SIEM with parameter-level detail and session context. That does not solve everything, but it gives analysts the raw material to build chain-based detection.

Key takeaways

  • MCP becomes dangerous when individually safe tools are chained by an AI agent into a cross-system workflow the enterprise never reviewed as one path.
  • The strongest evidence in the article is that SOCs need session-level correlation and parameter logging, because ordinary event logs miss the toxic sequence.
  • Practitioners should review permissions as workflow blast radius, not isolated entitlements, before agents are allowed into production systems.

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, OWASP Non-Human Identity Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article focuses on agentic tool chaining, runtime misuse, and sequence abuse.
OWASP Non-Human Identity Top 10NHI-03NHI-03 aligns to credential, permission, and lifecycle control for non-human identities.
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral Movement; TA0040 , ImpactThe scenarios describe credential theft, movement across systems, and production compromise.
NIST CSF 2.0PR.AC-4Least-privilege access control is central to limiting cross-tool agent abuse.
NIST AI RMFMANAGEAgentic governance requires runtime risk management and ownership for tool-using AI systems.

Use the MANAGE function to define thresholds, monitoring, and approval gates for risky agent actions.


Key terms

  • Toxic Tool Chain: A toxic tool chain is a sequence of individually permissible tool actions that becomes unsafe when an agent combines them into a single runtime path. The risk comes from composition, timing, and identity context, not from any one tool behaving badly on its own.
  • Session-Level Correlation: Session-level correlation links identity events across logs and tools into one continuous access story. This is critical when an attacker uses valid credentials, because isolated events can look harmless while the full sequence reveals compromise, privilege abuse, or lateral movement.
  • Identity Blast Radius: The amount of damage a compromised identity can cause across systems, data, and infrastructure. In NHI environments, it is shaped by permissions, network reach, and administrative capability rather than by the credential alone. Reducing blast radius is a containment strategy that limits lateral movement and data exposure.

What's in the full article

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

  • The full scoring matrix with the exact thresholds used to separate standard, high, and do-not-deploy chains.
  • Protocol-layer logging and session tagging examples for MCP tool calls across GitHub, Slack, Jira, and CI/CD.
  • Detection logic ideas for correlated NHI session behaviour that fit into an existing SIEM workflow.
  • Practical deployment guardrails for reducing agent permissions before production use.

👉 The full Unosecur post shows how the chain scenarios, scoring model, and detection requirements fit together.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org