By NHI Mgmt Group Editorial TeamPublished 2025-11-10Domain: Agentic AI & NHIsSource: WorkOS

TL;DR: Tumult Labs operationalised differential privacy for sensitive analytics, with mathematical guarantees, privacy accounting, and large-scale Spark deployments, but its own scope stops short of authentication, authorisation, directory sync, and audit trails needed for production AI agent systems, according to WorkOS. Privacy protection and identity control solve different problems, so teams building agents still need the latter first.


At a glance

What this is: This is an analysis of differential privacy for AI agents, with the key finding that privacy-preserving analytics does not substitute for authentication, authorisation, or audit infrastructure.

Why it matters: It matters because IAM, NHI, and autonomous-system programmes fail when privacy controls are mistaken for identity controls, leaving agent access, permissions, and accountability unresolved.

By the numbers:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.

👉 Read WorkOS's analysis of differential privacy and AI agent identity controls


Context

AI agent identity governance fails when teams treat data privacy as a substitute for access control. Differential privacy can reduce what a system learns from sensitive datasets, but it does not verify the agent, define its permissions, or create auditable accountability for the actions it takes.

That distinction matters for production AI agent programmes because the identity problem is operational, not just analytical. If an agent can access tools, directories, or production records, the core question is who or what authorised that access and how it is governed over time.

The article also reflects a broader market pattern: specialist privacy tooling is valuable, but agent deployments still depend on foundational identity infrastructure. For teams evaluating AI agent governance, the practical question is whether the control protects data outputs, or governs the runtime identity that touches the data in the first place.


Key questions

Q: How should security teams govern AI agents that process sensitive data?

A: Security teams should govern AI agents through two separate controls: data privacy and identity security. Differential privacy can reduce leakage from analytics, but it does not authenticate the agent, constrain its permissions, or preserve accountability. Teams need distinct identities, scoped authorisation, and audit logs so the agent’s access is governed at runtime, not assumed safe because the data layer is protected.

Q: Why does differential privacy not replace IAM for AI agents?

A: Differential privacy limits what can be inferred from data outputs, while IAM controls who or what can access systems and perform actions. An AI agent can still be over-privileged, mis-scoped, or poorly logged even when the analysis itself is private. IAM remains necessary because operational trust and data privacy are different problems.

Q: What breaks when AI privacy controls are used as a substitute for access governance?

A: The control gap is accountability. Privacy controls may reduce exposure of sensitive records, but they do not prove who accessed what, whether the access was authorised, or whether the agent’s permissions were appropriate. That leaves production systems vulnerable to hidden overreach, weak incident reconstruction, and unmanaged non-human identity risk.

Q: What should teams check before putting an AI agent into production?

A: Teams should verify three things before production: the agent has a unique identity, its permissions are minimal and explicitly approved, and its actions are fully auditable. They should also confirm that any privacy control used for analytics is layered on top of, not instead of, the access model.


Technical breakdown

Differential privacy for AI agent analytics

Differential privacy adds carefully calibrated noise to query outputs so no single record can be inferred with high confidence, even when an attacker has auxiliary information. The key mechanism is privacy accounting, which tracks cumulative leakage across repeated queries and enforces a privacy budget. That makes the approach useful for statistical analysis, clean rooms, and synthetic data workflows where aggregate insight matters more than exact values. For AI agent use cases, the control protects analysis results, not runtime access. It does not authenticate the agent, constrain tool use, or produce the audit trail needed for identity governance.

Practical implication: use differential privacy to limit data exposure in analytics, not as a substitute for agent authentication and authorisation.

Why privacy-preserving analytics is not agent authorisation

Authorisation answers whether a specific identity can perform a specific action against a specific resource at a specific moment. Differential privacy answers a different question: how much an output can reveal about the underlying dataset. Those are complementary, not interchangeable. A system can be mathematically private and still allow an over-privileged agent to query the wrong dataset, call the wrong tool, or move laterally through connected services. For AI agent architectures, the control plane still needs identity, permissions, and audit logging at runtime.

Practical implication: keep authorisation decisions separate from privacy-preserving analytics and verify both before production rollout.

Enterprise identity controls still sit underneath AI agent privacy

Production AI agents typically need enterprise SSO, directory sync, fine-grained permissions, and immutable audit logs because they act inside business systems, not just on static datasets. Privacy technology can reduce downstream disclosure, but it does not establish who the agent is, which entitlements it inherits, or whether its actions can be reconstructed later. In governance terms, privacy sits above the identity layer, while IAM and NHI controls determine whether the agent should be trusted to access the system at all.

Practical implication: build the identity and access foundation first, then layer privacy controls where analytical exposure remains a concern.


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


NHI Mgmt Group analysis

Differential privacy is a data protection control, not an AI agent identity control. The article’s core lesson is that mathematically bounded disclosure does not solve authentication, authorisation, or auditability for runtime actors. That means teams can meet privacy goals and still leave agent access governance unresolved. Practitioners should stop treating privacy tooling as a proxy for identity security.

AI agent governance fails when teams confuse analytical safety with operational trust. Differential privacy reduces what can be inferred from outputs, but AI agents still need explicit entitlements, policy enforcement, and traceability while they act. The gap is structural because the control protects data leakage, not tool invocation or permission scope. Practitioners should separate data privacy review from access governance review.

Identity blast radius: the real control boundary for AI agents is not the dataset, but the set of systems the agent can reach through its authenticated identity. Once an agent has a valid account, directory link, or API token, the privacy layer cannot contain the operational reach of that identity. That is why the article’s comparison is useful: it clarifies that privacy and identity solve different failure modes. Practitioners should design for the blast radius of the actor, not only the sensitivity of the data.

Specialised privacy tooling narrows one risk while leaving the NHI governance stack intact. The article describes a narrow but important capability, yet production agent systems still depend on access provisioning, directory governance, permission boundaries, and logging. Those controls determine whether an AI agent can act safely in the first place. Practitioners should evaluate privacy and identity as layered controls, not competing replacements.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials, according to AI Agents: The New Attack Surface report.
  • A separate finding from the same research shows that only 44% of organisations have implemented any policies to govern AI agents, leaving most deployments without formal guardrails.
  • For teams mapping this risk back to NHI control design, see Ultimate Guide to NHIs , 2025 Outlook and Predictions for the broader governance shift around non-human actors.

What this signals

Identity blast radius: teams should expect AI governance to move from model-centric review to actor-centric control design. A privacy layer can limit disclosure, but it does not reduce the reach of a poorly scoped agent identity once that identity is authenticated into enterprise systems.

With 48% of organisations unable to track and audit the data their AI agents access, per AI Agents: The New Attack Surface report, the operational blind spot is already large enough to make privacy-only programmes incomplete.

Practitioners should align AI agent governance with NIST AI Risk Management Framework expectations and NHI lifecycle controls, because the immediate problem is not whether data can be analysed safely, but whether the agent’s access can be governed, reviewed, and revoked in a defensible way.


For practitioners

  • Separate privacy review from access review Assess AI agent data protection and identity governance in different workstreams. Differential privacy should be reviewed for leakage reduction, while access review should validate authenticated identity, entitlements, and audit coverage for every connected system.
  • Map every agent to a governed identity Require each AI agent to have a distinct identity, explicitly scoped permissions, and a logging path that lets investigators reconstruct actions. Do not rely on shared service accounts or privacy tooling to compensate for missing identity boundaries.
  • Test the control boundary before production Run a pre-launch validation that answers two separate questions: what can the agent learn from data, and what can the agent do with its authenticated access. If those questions are conflated, governance gaps will remain hidden until incident response.
  • Link agent governance to broader NHI policy Fold AI agents into the same lifecycle, entitlement, and audit standards used for other non-human identities. That makes it easier to identify where privacy controls belong and where NHI controls must carry the security burden.

Key takeaways

  • Differential privacy protects outputs, but it does not authenticate AI agents, limit their privileges, or make their actions auditable.
  • The scale of the governance gap is already visible in agent deployments that act beyond intended scope, exposing sensitive data and credentials.
  • Teams need separate privacy and identity controls for AI agents, with NHI-style lifecycle governance carrying the access side of the burden.

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

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Agentic AI controls are relevant because the article compares AI agent privacy and runtime governance.
OWASP Non-Human Identity Top 10NHI-04NHI lifecycle and access governance apply to AI agents with enterprise identities.
NIST AI RMFAI governance frameworks address accountability for agent behaviour and risk management.

Assign each agent a unique identity, scope permissions narrowly, and review entitlements on a lifecycle cadence.


Key terms

  • Differential Privacy: A privacy technique that adds calibrated statistical noise so individual records cannot be easily inferred from query results. It is designed to protect analytical outputs, not to authenticate users or govern runtime access. In AI agent settings, it reduces disclosure risk but does not replace identity controls.
  • Non-Human Identity: A machine- or software-based identity used by services, workloads, tokens, bots, or AI agents to authenticate and act in systems. It must be governed like any other identity because its permissions, lifetime, and auditability determine operational risk. AI agents are increasingly part of this category.
  • Identity Blast Radius: The amount of system access and organisational reach an authenticated identity can exercise if it is mis-scoped or abused. For AI agents, the blast radius is defined by connected tools, permissions, and logs, not by the privacy characteristics of the data they process.

Deepen your knowledge

AI agent identity governance and non-human access control are covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building governance for production agents and sensitive data workflows, it is worth exploring.

This post draws on content published by WorkOS: Tumult Labs: Differential Privacy for AI Agents. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2025-11-10.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org