TL;DR: AI agents and MCP servers expand enterprise data movement into tool calls, prompts, and runtime workflows that traditional DLP was not built to govern, according to Nightfall. The practical shift is from visibility-only monitoring to enforcement that can block, redact, quarantine, and audit agent activity before sensitive data or actions escape control.
At a glance
What this is: This is an analysis of AI agent security and MCP controls, showing that runtime visibility gaps and prompt injection make traditional DLP insufficient on their own.
Why it matters: It matters because IAM, PAM, and NHI programmes now have to govern tool use, data access, and delegated actions across both human users and AI agents.
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%).
- 53% of MCP servers expose credentials through hard-coded values in configuration files.
- Only 18% of MCP server deployments implement any form of access scoping for tool permissions.
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so.
👉 Read Nightfall's analysis of AI agent security and MCP protection platforms
Context
AI agent security is increasingly about controlling runtime behaviour, not just classifying data after the fact. When agents can call tools, access SaaS data, and act through MCP workflows, legacy DLP and access governance can miss the moment when a prompt becomes an action. That creates a governance gap for both NHI teams and IAM programmes.
MCP changes the control problem because it connects models and agents to external systems through tool calls, shell commands, and data sources. The article argues that organisations need AI-specific controls that can see and intervene in those flows, especially where agent actions blur the line between user intent, delegated privilege, and machine-driven execution.
Key questions
Q: How should security teams handle prompt injection in AI systems?
A: Treat prompt injection as an authorisation problem, not only a content problem. Validate user input, monitor for override patterns, and block any prompt that tries to change model policy, exfiltrate data, or trigger sensitive actions. The safest design is one where untrusted prompts cannot directly reach code execution, production data, or privileged tools without policy checks.
Q: Why do AI agents create a governance problem for IAM teams?
A: AI agents create a governance problem because they authenticate and act as autonomous software entities with tool access. If their actions are logged only as application activity, teams lose accountability, context, and revocation clarity. IAM must therefore extend to agent identity, delegated authority, and control-plane audit trails.
Q: What breaks when MCP servers do not enforce tool scoping?
A: When MCP servers do not enforce tool scoping, models can reach tools and data across users, tenants, or environments that were never meant to be shared. The failure is usually not obvious at the interface level. It appears later as leakage, unauthorised actions, or audit gaps that are hard to reconstruct after the fact.
Q: Which frameworks help govern AI agent and MCP risk?
A: OWASP NHI guidance, OWASP Agentic AI guidance, and the NIST AI Risk Management Framework are the most relevant starting points. For organisations that already manage identities and access, the useful question is whether agent permissions are scoped, reviewed, and enforced as carefully as human or service-account privilege.
Technical breakdown
Why prompt injection breaks traditional DLP assumptions
Prompt injection works by steering an AI system with malicious input so the model or agent follows attacker intent instead of the intended policy. Traditional DLP assumes data movement is visible at a file, email, or endpoint boundary. Agentic systems collapse that assumption because the sensitive action may be a tool call, a prompt, or a response generated inside the workflow rather than a conventional transfer event. That is why AI-specific detection must inspect context, instruction hierarchy, and tool invocation, not just content patterns.
Practical implication: teams need controls that inspect prompts, tool calls, and outputs in runtime, not only post-event exfiltration logs.
How MCP expands the non-human identity problem
MCP servers act as a bridge between AI systems and enterprise data or applications, which makes them part of the identity and access perimeter. Once an agent can invoke a tool, the control question becomes who or what is authorised to perform that action, under what scope, and with which audit trail. In practice, that means MCP security is really delegated privilege management for software entities. If tool permissions are not scoped, monitored, and revocable, the agent can operate with more access than the workflow actually requires.
Practical implication: treat MCP tool permissions like privileged access and scope them per task, not per environment.
Why detection without enforcement still leaves a governance gap
The article’s distinction between visibility and control is important. Visibility tells you an agent behaved badly after the fact, but enforcement lets you stop the action, redact the data, or quarantine the workflow as it happens. That distinction matters because agentic failures are often fast and ephemeral. A monitor-only posture can improve investigation, but it does not reduce blast radius when the agent is already inside a high-trust workflow.
Practical implication: require real-time controls such as block, redact, and quarantine for agent and MCP activity that touches sensitive data.
Threat narrative
Attacker objective: The attacker wants to hijack agent execution so delegated machine access becomes a channel for data theft, credential exposure, or unauthorised system action.
- Entry occurs when a user, tool, or prompt interacts with an agent through an MCP-connected workflow and injects malicious instructions into the runtime context.
- Escalation follows when the agent accepts those instructions and uses its delegated tool permissions to access systems, retrieve sensitive data, or execute unauthorised actions.
- Impact occurs when the agent leaks credentials, exposes confidential data, or performs destructive actions faster than manual review or after-the-fact detection can intervene.
NHI Mgmt Group analysis
Runtime control is now the decisive control plane for AI agents. The article shows that visibility alone does not solve agentic risk because the harm happens at execution time, not during later review. For IAM and PAM teams, this means policy must move closer to the tool call and the delegated action. The security model changes from auditing what an agent did to constraining what it can do in the moment.
MCP tool sprawl creates a new form of non-human identity sprawl. Every exposed tool, prompt route, and shell command path expands the number of places where privilege can be mis-scoped. That is especially relevant for NHI governance because an agent is only as safe as the permissions attached to its connected tools. Practitioners should read this as a warning that MCP adoption without lifecycle control will widen the identity attack surface.
Prompt injection is not just an AI safety issue, it is a privilege abuse issue. The security failure is not the language model itself, but the fact that a model can be induced to exercise real enterprise permissions. This is where OWASP NHI Top 10 and agentic AI guidance converge with IAM and PAM practice. The practitioner takeaway is simple: if a prompt can trigger an action, it belongs in the access model.
AI-native detection is becoming a baseline requirement for data security governance. The report’s emphasis on precision and real-time remediation reflects a broader shift away from generic keyword controls. In environments where agents can transform, summarise, and repurpose data instantly, governance needs to understand context and lineage. Teams should expect AI security tooling to become part of the broader identity and data control stack rather than a standalone niche.
Named concept: agentic delegation exposure. This is the gap that appears when an AI system inherits broad tool access without task-scoped limits, revocation, or monitoring. It is a governance failure because the organisation treats machine delegation like low-risk automation instead of privileged execution. Practitioners should treat any agent with production tool access as a managed identity with explicit lifecycle controls.
What this signals
AI agent security is moving into the same governance tier as privileged access because the risk is no longer theoretical. The operational question is whether your programme can see and stop tool-driven actions before they become data loss, unauthorised access, or compliance exposure.
Agentic delegation exposure: the emerging failure mode is treating machine delegation as low-friction automation instead of governed privilege. That means lifecycle ownership, revocation, and runtime enforcement need to sit alongside identity review processes, not outside them.
Programmes that already align to OWASP Agentic AI and NIST AI Risk Management Framework should now extend those controls to agent identities, MCP connectors, and the data paths those agents can touch.
For practitioners
- Scope MCP permissions per tool and per task Map each agent workflow to the minimum tool set it needs, then remove broad environment-level access where possible. Prioritise shell commands, file access, and data-source connectors first because those are the highest-risk paths for prompt injection abuse.
- Require real-time enforcement on agent data flows Use block, redact, quarantine, and approval workflows for prompts, tool calls, and agent outputs that touch sensitive data. Monitor-only logging is useful for forensics, but it does not contain fast-moving agent misuse.
- Classify AI agents as governed non-human identities Assign ownership, lifecycle rules, audit requirements, and revocation paths to every production agent and MCP server. If the organisation cannot name who owns an agent’s permissions, the identity model is incomplete.
- Test prompt-injection paths in production-like workflows Red-team the exact prompts, connectors, and tool chains that your agents use in practice. Focus on the paths that can reach SaaS data, code repositories, and support workflows, because those are the routes where delegated privilege turns into exposure.
Key takeaways
- AI agent and MCP risk is fundamentally a control problem, not a visibility problem.
- The biggest governance gap is delegated access that exceeds the task an agent was meant to perform.
- IAM and PAM teams should manage AI agents like privileged non-human identities with runtime enforcement.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10, OWASP Agentic AI Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Prompt injection and delegated tool abuse are central NHI governance failures. |
| OWASP Agentic AI Top 10 | Agentic tool misuse and prompt injection map directly to agentic AI guidance. | |
| MITRE ATT&CK | TA0006 , Credential Access; TA0008 , Lateral Movement | The article describes credential exposure and movement through tool-connected workflows. |
| NIST AI RMF | GOVERN | AI agent governance requires clear accountability and risk ownership. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access control is the core governance issue for agent tool access. |
Map agent abuse paths to credential access and lateral movement so detection logic follows the real attack chain.
Key terms
- Prompt Injection (Agentic): An attack where malicious instructions are embedded in content that an AI agent reads — causing the agent to execute unintended actions using its own legitimate credentials. A primary vector for agent goal hijacking and identity abuse.
- MCP Server: An MCP server is a tool endpoint that connects an AI agent to external systems and data sources through Model Context Protocol. Because it extends what the agent can reach, it becomes part of the identity and access surface and must be reviewed like any other privileged connector.
- AI Agent Security KPI: A measurable indicator used to show whether security controls for AI agents are working in production. Unlike a simple compliance metric, it should tie discovery, monitoring, enforcement, or remediation to an observable result that helps a team decide what to harden, block, or investigate next.
- Runtime Enforcement: Runtime enforcement is the practice of blocking malicious behaviour while software is running, rather than only detecting it after the fact. It monitors process activity, network actions, and privilege changes so a live attack can be interrupted at the point of execution.
What's in the full article
Nightfall's full article covers the operational detail this post intentionally leaves for the source:
- Deployment-specific coverage of MCP, SaaS, browser, endpoint, and email controls for AI data movement
- Product-by-product comparison of AI agent security platforms and where each fits in the operating model
- Implementation detail on detection precision, remediation workflows, and deployment speed
- Operational examples of how real-time control differs from visibility-only monitoring
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and agentic AI identity. It helps security practitioners translate delegated access risk into controls they can operate across identity programmes.
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org