Subscribe to the Non-Human & AI Identity Journal

Who is accountable when AI tool use happens through unmanaged browser sessions?

Accountability sits with the organisation that allowed the session path to exist without control, because the browser becomes the place where policy, identity, and data handling intersect. If no team owns that layer, neither IAM nor security can demonstrate who approved the interaction or who is responsible for the exposure.

Why This Matters for Security Teams

Unmanaged browser sessions create a governance gap because the browser can hold authentication state, access tokens, and active tabs that effectively bypass the controls security teams think they have in place. When AI tools are used through that path, the organisation can lose visibility into who initiated the action, which identity was used, and whether the activity matched policy. NIST Cybersecurity Framework 2.0 treats accountability as part of governance and access control, not an afterthought, which is why unmanaged sessions are a control failure rather than a convenience issue.

This is especially important where browser-based AI assistants or embedded tool access can reach sensitive systems without a separate approval step. NHIMG’s Top 10 NHI Issues and Ultimate Guide to NHIs — Key Challenges and Risks both highlight that identity sprawl and weak lifecycle control become audit problems long before they become incident reports. In practice, many security teams encounter browser-session accountability failures only after an AI action has already touched data, systems, or credentials.

How It Works in Practice

Accountability in this scenario should be assigned at the layer that allowed the session path to exist without control. That usually means the business owner of the workflow, the platform owner of the browser environment, and the security team responsible for identity and policy enforcement all have a share of responsibility. The key is to define which team owns prevention, which owns detection, and which owns approval evidence.

From an operational perspective, unmanaged browser sessions are risky because they collapse multiple trust decisions into one opaque interface. The browser may preserve cookies, single sign-on state, extension permissions, cached tokens, and session rehydration in ways that make the active user hard to verify. A better model is to require managed browser profiles, session isolation, and policy checks at the point of action rather than only at login. That aligns with the broader governance direction described in Ultimate Guide to NHIs — Regulatory and Audit Perspectives, where evidence of control matters as much as the control itself.

  • Use managed browser sessions for any AI tool that can access sensitive data or production systems.
  • Bind browser access to named workforce identity or workload identity, not shared profiles.
  • Log the user, session, tool, and data destination together so accountability is reconstructable.
  • Require JIT approval or step-up verification when the browser reaches privileged actions.

For implementation detail, the NIST Cybersecurity Framework 2.0 supports this kind of ownership mapping through governance, asset management, and access control outcomes. Where teams need stronger technical patterns, browser isolation and session-bound policy enforcement help, but there is no universal standard for this yet. These controls tend to break down in heavily distributed environments where users mix unmanaged devices, personal browser profiles, and federated AI tools because session provenance becomes difficult to prove.

Common Variations and Edge Cases

Tighter browser control often increases operational overhead, requiring organisations to balance usability against evidentiary certainty. That tradeoff is real, especially when teams need to support contractors, remote users, or legacy SaaS tools that were never designed for managed session enforcement.

One common edge case is the “shared productivity browser” used by multiple people or automated assistants. Current guidance suggests this should be treated as a governance anti-pattern because it obscures which identity approved the AI action. Another is bring-your-own-device access, where the organisation may own the data risk but not the browser layer itself. In those cases, accountability cannot be assigned solely to IAM because IAM only confirms authentication, not whether the session remained controlled after login.

Vendor claims about browser-based AI controls should be tested against real session boundaries. NHIMG’s Analysis of Claude Code Security shows how quickly AI tooling can expand the operational surface when session control is weak, while the NHI Lifecycle Management Guide reinforces that ownership must persist from issuance through revocation. The practical rule is simple: if no team can produce the approval trail, session record, and revocation point, accountability remains with the organisation that failed to govern the browser path.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Unmanaged sessions often expose or reuse NHI credentials without ownership.
OWASP Agentic AI Top 10 AI-03 AI tool actions through browsers need runtime control, not only login checks.
NIST CSF 2.0 GV.OC-02 This question is fundamentally about governance ownership and accountability.

Inventory every browser-accessed NHI and assign a clear owner for approval and revocation.