Accountability should remain with the human who initiated the task and the organisation that allowed the agent to act under delegated access. The programme must retain immutable evidence of prompts, actions, and outputs so reviewers can reconstruct what happened. Without that, the agent becomes operationally useful but forensically opaque.
Why This Matters for Security Teams
When a browser agent operates inside an authenticated session, the technical question is not whether it can click, copy, or submit forms. The real issue is who owns the risk when those actions are taken under delegated access. Current guidance suggests accountability should remain with the human requester and the organisation that authorised the session, because the agent is executing with borrowed authority, not independent legal or operational standing. That distinction matters for audit, incident response, and policy enforcement, especially when the agent can chain actions across tabs, systems, and identity boundaries.This is why agentic AI governance cannot stop at generic access control. The same delegated-session problem appears in broader NHI risk patterns described in the OWASP NHI Top 10 and the OWASP Agentic AI Top 10, where excessive authority and opaque execution are recurring failure modes. NIST’s NIST AI Risk Management Framework also points toward explicit governance, traceability, and human accountability for system behaviour. In practice, many security teams encounter the accountability gap only after the browser agent has already sent the message, approved the change, or exposed the secret, rather than through intentional design.
How It Works in Practice
Accountability needs to be designed into the control plane, not argued after an incident. For browser agents, that means treating the agent as an autonomous workload with delegated execution authority, while keeping the human requester as the accountable operator. The organisation must define what the agent may do, under what conditions, and with what evidence retained for review. That is where role-based access alone starts to fail: a role can describe who a person is, but not the dynamic intent of an agent that may visit a site, extract data, and trigger a downstream workflow within seconds.Practically, the stronger pattern is intent-based authorisation with just-in-time credentials and short-lived secrets. The session should be scoped to a single task, issued for a limited duration, and revoked automatically when the task completes or deviates from the approved intent. Workload identity helps here because it proves what the agent is through cryptographic identity, while policy engines decide what it may do at request time. That approach aligns with the control direction in the CSA MAESTRO agentic AI threat modeling framework and the NIST AI Risk Management Framework.
Operationally, the evidence trail must include:
- the initiating user and ticket or workflow reference,
- the exact prompt or task instruction,
- the session scope and approval context,
- the issued credential type and expiry window,
- the browser actions and tool calls performed,
- the outputs returned to the user or downstream system.
That logging model is especially important because browser agents can mask risky steps behind normal-looking UI activity. NHIMG research repeatedly shows that delegated identity failures are not rare edge cases; they are a common breach path in environments that lack visibility into non-human access, as discussed in the Ultimate Guide to NHIs — 2025 Outlook and Predictions and the AI LLM hijack breach. These controls tend to break down when a browser agent is allowed to reuse a long-lived human session cookie across multiple business systems because revocation and attribution become fragmented.
Common Variations and Edge Cases
Tighter control over browser agents often increases friction, requiring organisations to balance speed against verifiable delegation. That tradeoff becomes more visible in high-volume support desks, SOC workflows, and procurement automation, where teams want the agent to move quickly but still preserve a defensible accountability chain.There is no universal standard for this yet, so current guidance suggests using different accountability patterns based on the use case. For low-risk read-only tasks, organisations may accept broader delegation with stronger monitoring. For write actions, payment flows, security admin, or customer-impacting changes, the safer model is task-scoped approval, JIT credentials, and policy checks at each step. If the agent is operating inside a personal browser profile, accountability becomes even harder because corporate logging may not capture the full session. If it is operating on shared endpoints or VDI, attribution can be clearer but session contamination risk rises. In both cases, the human remains accountable for authorising the task, while the organisation remains accountable for the guardrails it provided.
Practitioners should also distinguish accountability from blame. An agent can be the proximate cause of an action, but it cannot be the accountable party in the governance sense because it does not own policy, risk acceptance, or remediation. That is why incident review should ask whether the session was authorised, whether the scope was bounded, and whether evidence was complete. The lesson from Moltbook AI agent keys breach and the external Anthropic AI-orchestrated cyber espionage campaign report is that autonomous tools magnify mistakes when identity, intent, and logging are not tightly coupled.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | AGENT-03 | Agentic systems need task-scoped authorization and traceability. |
| CSA MAESTRO | MAESTRO-3 | Addresses autonomous agent governance, delegation, and oversight. |
| NIST AI RMF | AI RMF governance supports accountability, transparency, and traceability. |
Define human ownership, runtime policy checks, and immutable evidence for delegated agent actions.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org