Skip to main content
Blog
Blog Attacks

How to Detect Anthropic Computer Use on Your Website

Anthropic's Computer Use agent controls a real browser to complete tasks. Detect the signature at the browser layer before the agent transacts on your site.

Aug 13, 2026 5 min read
How to Detect Anthropic Computer Use on Your Website
Table of Contents

TL;DR: detect Anthropic Computer Use by cursor arcs and typing cadence

  • The WAF sees nothing: Everyone expects Claude's Computer Use to look like a scraper, so they point their WAF at it and see nothing. The agent drives a full real browser that executes JavaScript, receives cookies, honors CSP, and produces network traffic indistinguishable from a human session.
  • The six-pattern signature: The signature lives in six patterns showing up together: scripted cursor arcs from click target to click target, uniform inter-keystroke delays with no natural pauses or corrections, fast error-free task completion, deterministic DOM-order form filling, absent exploratory browsing, and a stable device fingerprint across sessions. Two or three sustained is a strong classification.
  • The decision: If you run checkout, account creation, or content behind a gate, treat Computer Use traffic as high-risk by default because agent-driven ATO, account creation abuse, and card testing are already happening in the wild. If your only concern is content scraping, the crawler-focused controls do not cover this.

Short on time? See cside's AI-agent detection. It covers everything below in one deployment.

Anthropic's Claude has a capability called Computer Use that lets the model control a real computer by moving a cursor, clicking buttons, typing into forms, and completing tasks the way a human would. It is part of the same wave of agentic AI as OpenAI Operator and Amazon Buy For Me. If you run a site with a checkout, an account creation flow, or content behind any kind of gate, Computer Use traffic is already reaching you or will be soon.

Why Computer Use is harder to detect than a scraper

Traditional bot detection assumes the automation calls your endpoints directly or uses a headless browser. Both of those produce network-layer signals that firewalls and WAFs can catch. Computer Use is different: it drives a real full browser session (Chrome, Firefox, whatever) that executes JavaScript, receives cookies, honors CSP, and interacts with the DOM the way a human would.

From the network perspective, a Computer Use session looks identical to a human. The difference lives in how the browser is being used, not in what requests it produces.

The behavioral signature

Every distinguishing signal is in the browser session. Six patterns show up together and separate Computer Use from a real human:

  • Cursor paths: the agent moves in scripted arcs from click target to click target. Humans produce noisy, jittery, non-optimal paths.
  • Typing rhythm: uniform inter-keystroke delays with no natural pauses, corrections, or micro-hesitations
  • Task completion speed: fast and error-free from page load to form submission
  • Form field order: deterministic, following the DOM order or a scripted plan rather than the tab order a human would use
  • No exploratory browsing: the session goes straight to the target task without the wandering that characterizes real visits
  • Stable device fingerprint across sessions: an agent-driven session often reuses the same environment even when the underlying user changes

A single signal is not enough. Two or three together sustained across a session is a strong classification.

How this fits with other agent detection

If you have already worked through detection for OpenAI Operator, ClaudeBot, Perplexity Shopper, or the Perplexity crawler, the mental model here is similar. Computer Use sits in the same category as Operator, an agent that drives a real browser rather than a headless scraper.

The difference from a crawler like ClaudeBot is intent. Crawlers index content. Computer Use completes transactions. That means the risk surface is checkout abuse, account creation abuse, and workflow manipulation rather than content scraping.

Business decisions before technical decisions

Before rolling out detection, decide the policy:

Site typeCommon policy
Content site (ads or subscription)Detect and serve paywall or block, treat as scraper
Ecommerce with defined AI-agent policyAllow with terms, require agent identification, price accordingly
Ecommerce without a policyDetect and either block or flag for review, since the agent may be legitimate or fraud
Account creation, signup flowsBlock by default until the agent proves it is authorized
Financial services, paymentsBlock by default; agent-driven ATO and card testing are documented threats

The technical detection is the same across all of these. What changes is what you do when the classifier fires.

What cside does with the signal

cside runs at the browser layer on every session and produces the device fingerprint, behavioral scoring, and script activity that separates Computer Use from a human user. When a session profile matches an agent (scripted cursor motion, uniform typing, deterministic form order), cside flags it in real time so you can enforce whatever policy fits the surface.

For the broader picture on how agents are used to break existing account security, see how AI agents break account security and our guide on how to choose an AI agent detection solution.

What to check this week

Two questions tell you whether Computer Use traffic is already on your site:

  1. Do any of your recent sessions show the behavioral signature above (scripted cursor, uniform typing, sub-second form completion) while claiming to be a normal Chrome or Firefox user?
  2. Are any of those sessions completing high-value actions (checkout, account creation, credential entry)?

If both answers are yes, an agent is already testing your surface. Whether that is a real customer using their agent legitimately or an attacker using an agent to abuse your flows is the next question, and it is one you cannot answer without browser-layer detection.

Simon Wijckmans
Founder & CEO

Founder and CEO of cside. Previously a product manager on Cloudflare Page Shield (now Cloudflare Client-Side Security). Co-chair of the W3C Anti-Fraud Community Group and a Forbes 30 Under 30 honoree. Building accessible security against client-side attacks, web security is not an enterprise-only problem.

FAQ

Frequently Asked Questions

Anthropic Computer Use is a capability of Claude that lets the model control a computer by moving a cursor, clicking buttons, typing into forms, taking screenshots, and completing tasks that require interacting with a real user interface. It is part of the same wave of agentic AI as OpenAI Operator and Amazon Buy For Me. The agent drives a real browser rather than making direct API calls, which means it produces the same traffic shape as a human user but with different behavioral characteristics.

A traditional scraper hits your endpoints directly. An API integration uses documented interfaces you control. Computer Use drives a full browser session: it loads pages, executes JavaScript, receives cookies, and interacts with the DOM exactly the way a human would. That makes it harder to block with network-layer rules and impossible to distinguish from a legitimate visitor without browser-layer behavioral signals.

It depends on your business. Content sites that monetize through ads or subscriptions usually want to detect the agent and either serve a paywall or block. E-commerce sites need to decide whether AI-agent purchases are welcome, and if so, on what terms. Financial services and any site with account creation should treat agent traffic as high-risk by default because agent-driven ATO, account creation abuse, and card testing are already happening in the wild.

The agent's cursor moves in scripted arcs rather than the noisy paths a human produces. Typing rhythm is uniform and does not include the natural pauses, corrections, and micro-delays humans introduce. Task completion is fast and error-free. Form filling follows a deterministic order. Session behavior lacks the exploratory browsing patterns real users show. Combined with device fingerprint signals, these behavioral markers give a strong classification.

Monitor and Secure Your Third-Party Scripts

Gain full visibility and control over every script delivered to your users to enhance site security and performance.

Start free, or try Business with a 14-day trial.

cside dashboard interface showing script monitoring and security analytics
Related Articles
Book a demo

Want to walk through this with an engineer?

Thirty minutes, on your own site. Not a slide deck.

We'll show you:

Which third-party scripts are running on your site right now
Where you stand on PCI DSS 6.4.3 and 11.6.1
How much of your traffic is bots and AI agents

Rather just send a question?

Finding open slots…

Real humans only. We'd know.

Having trouble booking? Open scheduler in a new tab

What are you trying to solve?

Tell us in a line and we'll come back with something useful, not a generic pitch.

We usually help with:

Seeing which third-party scripts run on your site
PCI DSS 6.4.3 and 11.6.1 evidence
Bots, AI agents and account takeover

Prefer to just book a time? Pick a slot instead