By NHI Mgmt Group Editorial TeamPublished 2025-07-04Domain: Agentic AI & NHIsSource: Gathid

TL;DR: AI systems can surface sensitive data, widen unauthorized exposure and trigger compliance issues when identity and access governance lag behind adoption, according to Gathid. The real problem is not AI capability but access control assumptions that were built for static users, not systems that can query across datasets and amplify hidden privileges.


At a glance

What this is: This is an analysis of why AI adoption is colliding with identity and access governance gaps, especially around data access, dynamic permissions and oversight.

Why it matters: It matters because IAM teams now have to govern AI-mediated access alongside human and non-human identities, or risk accidental disclosure, policy drift and compliance failures.

👉 Read Gathid's analysis of AI identity governance and access control


Context

AI identity governance is the control problem behind many of the risks described here. The article argues that AI can only be trusted to access and surface data safely if organisations can define who or what may access which data, under what conditions, and whether that access should change over time.

That framing matters for IAM teams because AI does not just sit on top of existing permissions. It can expose hidden entitlements, retrieve stale data from forgotten locations, and amplify weak access boundaries unless governance is designed around dynamic access decisions rather than static role assignment.


Key questions

Q: How should security teams govern AI access to sensitive data?

A: Treat AI access as an identity governance problem, not only a model risk issue. Security teams should define which datasets AI may query, apply contextual controls to each access path, and review those permissions on a recurring basis. The goal is to prevent the model from surfacing information that sits outside the intended authorization boundary.

Q: Why do AI systems create new access control risks?

A: AI systems can combine broad retrieval capability with weakly governed permissions, which makes hidden data easier to surface. The risk grows when old files, inherited privileges, and cross-functional repositories remain accessible. In those conditions, the model does not need to bypass controls to create exposure, because the access model already permits it.

Q: How do knowledge graphs help with AI governance?

A: Knowledge graphs help by showing how identities, permissions and data sources connect across systems. That relationship view makes it easier to spot when AI has indirect access to information that looks isolated in a normal access review. They are most useful when the problem is not one entitlement, but the combined effect of many.

Q: Who should own AI access governance in an organisation?

A: Ownership should sit across IAM, IGA, security and data governance, with clear business accountability for each AI use case. AI access decisions affect entitlement design, data classification and compliance evidence, so no single team can manage them well in isolation. The practical answer is shared control with named accountability.


Technical breakdown

Why static role-based access breaks down for AI-driven data access

The article’s core technical claim is that static, role-based access control is too blunt for AI environments that query across multiple repositories and datasets. AI systems often need broad machine-readable access to be useful, but that breadth creates a mismatch between operational utility and authorization precision. In practice, the model can retrieve data that a user should not see if the access layer only checks coarse roles and not context, lineage, or data sensitivity. This is especially risky when stale files, inherited permissions, or cross-functional repositories remain reachable.

Practical implication: move from coarse role checks to contextual access decisions that can evaluate data sensitivity, session context, and query scope.

How knowledge graphs and digital twins support AI identity governance

Knowledge graphs give security teams a relationship view of identities, permissions, systems and datasets, which is useful when AI queries depend on indirect access paths. Digital twins extend that by simulating policy outcomes before production rollout, so teams can test how AI workflows behave against real permission structures. Together, these approaches are less about visualisation and more about making entitlement logic observable. They help teams see where a model could cross a boundary even if no single permission looks excessive on its own.

Practical implication: use simulation and relationship mapping before deploying AI workflows that touch regulated or highly sensitive data.

Dynamic access controls for AI identity governance

Dynamic access controls adjust permissions based on context such as device trust, session anomalies, role change, or behavioural signals. That is a better fit for AI-driven environments than fixed access assignments because AI usage patterns can shift across tasks and datasets. The article highlights the need to re-evaluate access continuously rather than assuming the original grant remains appropriate. This is really an identity governance problem as much as a security one, because access that was valid at provisioning time may no longer be valid once the AI begins to pull from broader sources.

Practical implication: build access review and policy enforcement around changing context, not just initial entitlement approval.



NHI Mgmt Group analysis

AI governance fails when access is treated as a static permission problem. The article shows that AI can surface data that was never intended to be jointly visible, which means the real failure is not model intelligence but entitlement design. When access models assume the requester will stay within a predictable scope, AI becomes a boundary-testing layer that exposes how much hidden data sits behind old permissions. Practitioners should treat AI as a governance stress test for access architecture.

Dynamic access control is the right direction, but only if identity context is already trustworthy. Context-aware policies are only useful when device trust, session state and entitlement lineage are reliable enough to drive decisions. If those signals are noisy or incomplete, the control becomes performative rather than protective. The implication is that AI governance depends on stronger identity telemetry, not just more policy logic.

Knowledge graphs and digital twins are governance instruments, not AI features. Their value is that they make access relationships testable before production, which is exactly where AI programmes fail when they scale too quickly. This matters because AI use cases cross business boundaries faster than manual review cycles can follow. Practitioners should view these tools as pre-deployment control validation for data access paths.

AI access governance is now a cross-domain identity problem, not a narrow data-security issue. Human users, service accounts and AI systems can all contribute to the same exposure path when broad access meets weak oversight. That means IAM, IGA and data governance teams need one shared policy model for who can query what, when, and under which conditions. Practitioners should stop treating AI data access as a separate exception process.

Identity governance for AI will increasingly define compliance posture. The article links uncontrolled AI access to unintended exposure and regulatory risk, which is where governance becomes auditable evidence rather than a technical preference. Organisations that cannot demonstrate access boundaries, review cadence and policy enforcement will struggle to defend AI use in regulated environments. Practitioners should assume auditability will become a first-class requirement for AI-enabled access.

From our research:

  • 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which shows how often identity inventories remain incomplete even before AI workflows are added.
  • For the lifecycle side of this problem, read NHI Lifecycle Management Guide for the provisioning, rotation and offboarding controls that AI access programmes still need.

What this signals

AI access governance will converge with NHI and human identity controls. As AI systems gain broader access to enterprise data, the programme question shifts from whether the model is intelligent to whether the underlying identity fabric can prove and limit its permissions. Teams that already struggle with entitlement sprawl in service accounts will find the same pattern repeating in AI-mediated access paths.

The next maturity step is not more AI policy language, but more reliable identity evidence. That means stronger access lineage, better review cadence, and a single governance model that can handle human, machine and AI-driven requests without creating exceptions for each one.


For practitioners

  • Map AI access paths to data sensitivity tiers Inventory which datasets AI tools can reach, then classify those datasets by sensitivity, retention status and regulatory exposure. Remove broad inherited access where AI queries could traverse into stale or unrelated repositories.
  • Pilot policy simulation before production rollout Use digital twin style testing to simulate how AI workflows behave under current permissions, especially where cross-functional data sources are involved. Validate that access policies block unexpected retrieval paths before the model is allowed to operate live.
  • Replace static entitlements with context-aware enforcement Tie access decisions to device trust, session anomalies and role changes rather than only to the original grant. Reassess whether the AI should keep access when the operating context changes materially.
  • Add recurring access reviews for AI-enabled workflows Include AI-driven access paths in recertification so reviewers can confirm that the model still needs each dataset, connector and delegated permission. Align the review process with business ownership, not just platform administration.

Key takeaways

  • AI adoption exposes a governance gap when access is still managed as a static entitlement rather than a contextual decision.
  • Identity and access controls must account for hidden datasets, inherited privileges and AI-driven retrieval across multiple systems.
  • Practitioners need shared governance for human, machine and AI access paths if they want AI use to remain auditable and defensible.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10AI-driven access decisions and model scope require agentic governance controls.
OWASP Non-Human Identity Top 10NHI-01AI systems behave like non-human identities when granted data access and permissions.
NIST CSF 2.0PR.AC-4Dynamic access governance maps to least-privilege and controlled access decisions.

Inventory AI identities and connectors, then narrow permissions to the minimum required datasets.


Key terms

  • AI Identity Governance: The discipline of controlling what an AI system can access, retrieve and expose across enterprise data sources. It extends identity governance into machine-mediated decisions, so access must be defined, monitored and reviewed in ways that reflect how the model actually operates.
  • Context-Aware Access Control: An access model that evaluates conditions such as device trust, session behaviour and role changes before granting or continuing access. It is more suitable than fixed role assignment when systems need to respond to changing risk, especially in AI-enabled environments.
  • Digital Twin For Identity: A simulated environment that mirrors identity relationships, permissions and policy outcomes before changes are deployed. Security teams use it to test whether access rules behave as expected, especially when AI workflows may traverse data paths that are difficult to reason about manually.

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 programme maturity, it is worth exploring.

This post draws on content published by Gathid: AI governance starts with identity and access management. Read the original.

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