TL;DR: AI browser agents inherit user-level privileges across authenticated SaaS sessions, while indirect prompt injection and runtime blind spots let attackers steer actions inside the browser, according to WitnessAI. Legacy DLP, CASB, firewall, and endpoint controls were built for human-initiated activity, not autonomous decision loops that move data and actions across apps.
NHIMG editorial — based on content published by WitnessAI: AI browser agents, security risks, and a practical enterprise architecture
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
Questions worth separating out
Q: How should security teams govern AI browser agents that use existing user sessions?
A: Security teams should treat AI browser agents as delegated identity actors, not as normal browser users.
Q: Why do AI browser agents create more risk than standard browser automation?
A: AI browser agents create more risk because they decide what to do next at runtime, rather than following a fixed script.
Q: What breaks when indirect prompt injection targets an AI browser agent?
A: Indirect prompt injection breaks the boundary between content consumption and action execution.
Practitioner guidance
- Establish session-layer controls for browser agents Monitor agent activity where decisions are made inside the browser runtime, not only at the endpoint or network edge, so policy can evaluate actions before they chain across apps.
- Classify agent-processed content as untrusted by default Apply pre-execution review for pages, emails, and documents that may contain instructions the agent could follow, and separate task content from control instructions wherever possible.
- Tokenize sensitive data before it reaches an agent Replace credentials, PII, and financial values with placeholders before prompts or inputs enter the agent workflow, then restore originals only on controlled return paths.
What's in the full article
WitnessAI's full article covers the operational detail this post intentionally leaves for the source:
- Step-by-step security architecture for network-level visibility across browser agents, native apps, copilots, and MCP connections.
- Specific examples of intent-based policy enforcement, including when to warn, block, or route workflows to approved internal models.
- Detailed explanation of bidirectional data tokenization for prompts and responses, including how placeholders are restored safely.
- Practical audit design for tying prompts, tool invocations, and decision steps back to the initiating human identity.
👉 Read WitnessAI's analysis of AI browser agent security risks and controls →
AI browser agents and the governance gap teams are missing?
Explore further
AI browser agents turn delegated session access into a cross-application identity problem. The security issue is not simply that they can click faster than humans. It is that they inherit the authenticated user’s access and can move across email, code, SaaS, and internal tools without a separate identity boundary for each action. That collapses the old assumption that browser sessions are governed by a human operator sitting behind every decision. Practitioners should treat browser-agent governance as identity control, not as browser hardening alone.
A few things that frame the scale:
- 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job, according to The 2026 Infrastructure Identity Survey.
- Only 13% of organisations feel extremely prepared for the reality of agentic AI, according to the same survey, which is why browser-agent governance cannot be deferred to a later programme phase.
A question worth separating out:
Q: Who is accountable for actions taken by a browser agent inside an authenticated session?
A: 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.
👉 Read our full editorial: AI browser agents expose browser runtime gaps in enterprise IAM