Subscribe to the Non-Human & AI Identity Journal

Why do AI systems make compliance harder for security and risk teams?

AI systems make compliance harder because they change quickly, connect to many services, and often access data through delegated identities rather than direct human logins. That creates a control gap between approval time and runtime behaviour. Risk teams need continuous evidence, not one-time signoff, to know whether those controls still hold.

Why This Matters for Security Teams

AI systems complicate compliance because they do not behave like static applications. Models are updated, prompts change, tools are added, and delegated identities can expand the effective blast radius without a corresponding change request. That creates a mismatch between what was approved and what is actually happening in production. Under the NIST Cybersecurity Framework 2.0, this is a governance and continuous monitoring problem as much as a technical one.

Security and risk teams often assume that a model review, a vendor questionnaire, or a pre-launch control checklist is enough. For AI, that view is incomplete. Compliance evidence has to cover data flow, model access, tool use, logging, human oversight, and the conditions under which outputs are accepted or blocked. If the system can retrieve sensitive data, call APIs, or trigger actions, those capabilities must be controlled and evidenced just like any other privileged function.

In practice, many security teams encounter compliance failure only after an AI system has already been allowed to drift beyond the approved control boundary.

How It Works in Practice

Compliance becomes harder because AI systems introduce multiple moving control points. A single application may include a foundation model, retrieval layer, orchestration service, API connectors, and one or more delegated identities. Each layer can affect confidentiality, integrity, and traceability. Current guidance suggests treating the AI stack as a governed system, not a single asset. That means mapping ownership, data classification, approval scope, and runtime evidence across the full workflow.

In operational terms, security teams need to know who approved the use case, which data the system can reach, which tools it can invoke, what logs are produced, and how exceptions are handled. Under NIST SP 800-53 Rev 5 Security and Privacy Controls, controls such as access enforcement, audit logging, system monitoring, and configuration management become central because the risk is no longer limited to user access. The AI system itself can become an active decision-maker.

  • Inventory every model, endpoint, connector, and agentic workflow.
  • Bind each AI capability to an owner, a purpose, and a data scope.
  • Require runtime logging for prompts, tool calls, approvals, and policy blocks.
  • Review whether delegated credentials are time-bound, scoped, and revocable.
  • Test for prompt injection, data leakage, and unsafe tool execution before release.

Teams also need to align AI controls with broader governance frameworks. ISO/IEC 27001:2022 Information Security Management supports the management system approach, while ISO/IEC 27002:2022 Information Security Controls helps translate policy into operational safeguards. Where AI systems touch identity, the most important question is whether the runtime identity is still operating inside the original approval boundary. These controls tend to break down when AI is embedded into fast-changing product teams because owners, connectors, and permissions change faster than the evidence process.

Common Variations and Edge Cases

Tighter AI governance often increases friction for product delivery, requiring organisations to balance speed against assurance. That tradeoff becomes sharper when the system is experimental, customer-facing, or connected to privileged internal services. There is no universal standard for this yet, so best practice is evolving around risk tiering, not blanket approval rules.

Lower-risk use cases, such as internal drafting or summarisation, may only need baseline logging and usage restrictions. Higher-risk use cases, especially those that process personal data, financial records, or regulated content, need stronger evidence chains, more formal signoff, and tighter change control. Where AI is used for screening, identity verification, or KYC-related workflows, compliance teams should also consider obligations from the FATF Recommendations and sector-specific regulatory expectations.

A common edge case is vendor-hosted AI with opaque logging or unclear model update practices. Another is agentic AI that can call external services through service accounts: the model may not hold a human identity, but it can still act with significant delegated authority. In those environments, compliance evidence must show not just who approved the system, but how it is constrained at runtime and how quickly access can be withdrawn.

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 CSF 2.0, NIST AI RMF, NIST SP 800-53 Rev 5 and ISO-IEC-27001 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.OC-01 AI compliance depends on defined governance, ownership, and system context.
NIST AI RMF The AI RMF frames ongoing risk management for changing AI systems.
NIST SP 800-53 Rev 5 AC-2 AI systems often rely on delegated identities and privileged service access.
OWASP Agentic AI Top 10 A01 Agentic systems create prompt and tool-use risks that affect compliance evidence.
ISO-IEC-27001 A.5.1 AI governance needs management-system controls, not one-time approval.

Inventory and review AI-related accounts, service identities, and their permissions regularly.