The dangerous AI permission is not always the one someone granted today. It is often the one nobody noticed still worked.

Entitlements drift across layers

AI-ready data depends on access control that matches policy intent. That sounds simple until the path crosses catalogs, storage credentials, semantic layers, vector indexes, application tools, and agent runtimes.

Entitlement drift happens when those layers stop agreeing. A policy says one thing, a catalog grants another, an agent tool exposes a third path, and an evaluation dataset quietly preserves access that production would now deny.

Drift detection needs comparison, not vibes

A useful drift check compares declared policy, catalog grants, storage access, tool scopes, denied requests, and actual retrieval paths. It should test success and denial. It should also test historical evaluation datasets, because old test data often outlives old permission assumptions.

The goal is not to make every access decision centralized. The goal is to make differences visible before an agent turns them into production behavior.

Core idea: AI-ready access means policy intent and runtime access keep reconciling.

The ODI pattern uses denial as evidence

Open Data Infrastructure treats access as part of the data product contract. Allowed paths, denied paths, owner review, and lineage all need to be visible enough for humans and agents to reason about them.

For adjacent context, read AI-ready data access reviews, agentic AI denial logs, and access control in ODI.

What breaks first

  • Catalog grants change, but vector indexes retain old content.
  • An agent tool checks application roles but not table-level policy.
  • Denied requests are logged without the policy reason needed for review.
  • Evaluation data includes examples the current production policy would block.

Questions to ask

Ask which systems can grant access, which systems can deny access, and which system reconciles the difference. Ask whether drift checks cover retrieval, tool execution, and evaluation data, not only direct SQL.

Sources to start with

These primary sources anchor the technical claims in this guide.

Entitlement drift is where AI governance stops being abstract and starts being measurable.