Role bleed is what happens when a person or an AI agent acts beyond the purpose of the role they are filling, simply because nothing technical stops them. The role definition said “do A”. The system still allowed A, B, and C. So they did all three.
For human team members this usually surfaces as scope creep that a tactical meeting catches eventually. For AI agents the same drift can happen in a single session and at machine speed. An agent given a small task takes the next obvious step, and the next, and drifts well past the lane its role was meant to keep it in. By the time someone notices, the agent has read data it should not have, created items in places it had no business creating them, or assigned people to roles outside its authority.
Role bleed is related to but distinct from a few other failure modes:
The fix is two parts. Explicit role definitions give humans and agents a shared picture of what the role is for. Role-scoped access control, implemented in Nestr through rights management, then enforces it. Rights attach to roles. Anyone filling the role inherits the rights inside that role’s circle for as long as they fill the role. The moment they are unassigned the rights are revoked. Multiple roles stack, but each operates in its declared scope.
This maps cleanly onto two standard concepts in access control and AI safety:
For organisations preparing to deploy AI agents at scale, this is the difference between “we asked it nicely” and “it cannot, by construction”.