Scott Wueschinski
← All AI and Agentic POV

Agent governance is an access-control problem wearing an ethics costume

Most enterprise agent governance produces principles decks. The real risk surface is what an agent can read, write, and spend. Three questions expose whether your program is real.

Agentic Retail POV agent-governance-enterprise

· 4 min read · Source: SAP News Center ↗

Your agent governance program has a beautiful values statement. It almost certainly does not have a revocation button.

That gap is the entire post.

Boards are funding governance as an ethics project. Principles documents. Responsible-AI charters. A review committee that meets monthly and produces slides. This feels like governance. It is theater with good production values.

The real risk surface is not what an agent believes. It is what an agent can touch. Three verbs: read, write, spend. Everything that matters in agent governance reduces to who granted those permissions, whether every action is logged, and how fast you can revoke access when something goes wrong.

The costume versus the control surface

Here is the reframe. An agent is not a chatbot with opinions. It is a non-human identity holding credentials, calling tools, and writing to production systems while nobody watches. It has an identity that authenticates into enterprise environments. It carries permissions that determine which systems it may access and which tools it may invoke. It operates within spending budgets governing compute resources, API consumption, and operational costs.

That is an access-control problem. Not an ethics seminar.

The scale is what makes this board-level now, not next year. A recently published agentic AI survey conducted by SAP LeanIX found that 98% of companies have already deployed AI agents or plan to do so. But as adoption accelerates, governance is struggling to keep pace. Less than half of the organizations surveyed have visibility into an inventory of AI agents.

Read that again. Most enterprises cannot produce a list of the agents already running inside them. You cannot govern what you cannot enumerate. A principles document does not fix an inventory gap. Only plumbing does.

Gartner has already named the failure mode, and it is not a values failure. Failures are most likely to occur when organizations fail to distinguish between an agent’s ability to act and the scope of access it is granted. Capability and permission are two different dials, and most programs only turn one of them. The bill comes due in production. Gartner predicts that by 2027, 40% of enterprises will demote or decommission autonomous AI agents due to governance gaps identified only after production incidents occur.

Demoted or killed after the incident. That is the definition of the Cost of Doing Nothing. You do not pay when the agent is deployed. You pay when it is scaled into a margin-critical workflow, over-permissioned, and someone finally asks the question your governance deck never forced.

Where the money actually leaks

In retail and CPG the over-permissioning problem is not abstract. Your agents live in pricing, replenishment, promotions, and refunds. An agent with read access to margin data and write access to a pricing table is one bad prompt away from repricing a category. An agent with a spend scope on ad platforms is a budget line that runs at machine speed.

The security literature is boringly consistent on the root cause. It is not exotic model behavior. It is ordinary over-permissioning, the same failure that has broken IAM for two decades, now attached to something that acts on its own. And the containment problem is worse than for humans, because each system often maintains its own session or token state, revoking access in one place does not automatically cut off access elsewhere. Without centralized, real-time revocation, compromised agents or sub-agents may continue interacting with resources, leaving a persistent and hard-to-manage security risk.

So the governance question is not “is this agent aligned with our values.” It is “can we turn it off in one place, right now, and prove it stopped.”

The three questions that separate real from theater

You do not need to understand transformer architecture to govern this. You need to run three tests in a board meeting and watch who sweats.

One. Show me the agent inventory and the named owner of each one. If nobody can produce the list, you are governing a fiction.

Two. Show me one specific agent’s exact read, write, and spend scope. Not the policy. The actual permissions in effect today. If the answer is a document instead of a system query, the document is the costume.

Three. Revoke that agent’s access right now, from one console, and time it. If it takes a ticket, a team, and a Tuesday, your revocation is aspirational.

Programs that pass these are built on treating AI agents as first-class identities with independent lifecycle management, least-privilege access, just-in-time authorization, and continuous behavioral monitoring rather than simply inheriting user permissions or maintaining standing privileges. That is the whole game. Inventory, permissions, logging, revocation. Everything else is commentary.

Fund the plumbing, not the poster. Ethics language does not survive a business case. Permissions, logs, and a kill switch do, because they are the only part of governance that compounds into margin you can actually defend when an agent goes wrong at 2 a.m. and nobody is in the room.

The winners in agentic retail will not be the ones with the best principles. They will be the ones who can answer question three in under a minute.