Issue 013 organizations name it2026 evidence
Agents run on one-time authentication and inherited permissions that cross boundaries
An agent is stood up with a credential borrowed from whoever built it, authenticated once, and carries permissions across organizational boundaries that no one would grant a new employee on their first day.
This is the mechanism behind most of the identity findings elsewhere in this theme, stated plainly: authentication happens at the start and authorisation is inherited rather than checked per action. The consequence is that the agent accumulates reach it was never assessed for, and that reach is invisible because no single system sees the whole of it. The direction the material converges on is narrower: each thing an agent does should be traceable to the person it serves, the purpose it was asked for, and a route that granted it - checked at the moment of the act, not at start-up.
How to fix it — 1 approach, 3 steps
Authorise each action, do not inherit a session
Stop granting agents standing permission at start-up. Check authority per action against the person and purpose it is acting for.
Done when No live agent runs on a credential belonging to a person, and for anything touching customer data the log shows an authorisation check against each action rather than one at start-up.
- Find which live agents run on a credential borrowed from a person, and whose.
- Issue each agent its own identity, scoped narrower than the person who built it.
- Move authorisation from start-up to per action, beginning with anything touching customer data.
The evidence — 6 documents
| Organization | Document | Position |
|---|---|---|
| CISAOther · April 2026 | Careful adoption of agentic AI servicesOur reading Names the timing error underneath the inherited credential: entitlements get granted broadly to reduce friction and are assessed at deployment, which is the point at which least is known about what the agent will actually do. What follows is scope creep, and it travels - where one agent trusts another, compromising the trusted one reaches everything downstream of it. Six national cyber agencies put their name to this jointly, which makes it the closest thing in this theme to a settled position rather than one publisher's view.Permissions checked once, at the moment of least information | names it |
| IBMHyperscaler | Securing enterprise AI at scaleOur reading Reports agents enabled through one-time authentication and inherited permissions crossing organizational boundaries, and 45% of executives conceding shortcomings in access controls and identity protections, from a survey of 1,000 C-level executives.One-time authentication and inherited permissions | names it |
| Palo Alto NetworksVendor | Unit 42 2026 Global Incident Response ReportOur reading Names it from frontline casework rather than as a caveat: identity weakness is implicated in almost 90% of investigations, and over-scoped roles, inherited permissions and unretired grants are described as repeatable routes to higher privilege - with agent accounts deployed on broad defaults and long-lived credentials among the non-human identities carrying them.Where this ends up | names it |
| AWSHyperscaler · April 2025 | Navigating the security landscape of generative AIOur reading Adds the part usually left out of an access review: an over-permissioned agent does not only reach too far at the moment it runs, it deposits what it reached into logs and caches that outlive it. Asks for role-based limits on the agent, logs written so they do not capture the sensitive content themselves, and cached data encrypted and expired on a stated schedule.The copies the permission leaves behind | proposes a fix |
| Cloud Security AllianceInstitution | Agentic AI Identity and Access ManagementOur reading Proposes the identity machinery that makes per-action checks possible rather than a session granted once and trusted thereafter.Per-action authorisation for agents | proposes a fix |
| IBMHyperscaler | Securing enterprise AI at scaleOur reading Proposes that an agent action carry the person it serves, the reason it was asked for and the grant that permitted it, and that agents be stopped from carrying permissions forward between sessions. Published with a security vendor, whose interest runs the same way as the recommendation.Tie each act to a person, a purpose and a grant | proposes a fix |