The binary test is dead
Fraud systems were built around a useful shortcut: human sessions look one way, automation looks another. That shortcut fails when agents browse, compare, retry, and negotiate with the same interfaces as customers.
HUMAN Security's 2026 benchmark reported agent traffic growth of 7,851%, more than one interaction per human interaction in its sample, and automation growing roughly eight times faster than human traffic. The exact rates describe that benchmark, not every site. The direction is enough to retire the binary assumption.
The useful signal is not whether a browser is automated. It is whether the request has a coherent purpose, whether the actor can prove authorization, and whether the next action can be undone.

Three bad answers
The first bad answer is to block everything that looks automated. That protects a dashboard while breaking legitimate accessibility, research, partner, and customer-service flows. It also makes the system predictable for attackers who learn the one gate that matters.
The second is to trust a verified identity as if it were a verified intention. A real account can be compromised, a legitimate agent can be misconfigured, and a user can authorize a narrow task without authorizing every tool the agent can reach.
The third is to let the agent proceed and investigate later. That works only when the action is cheap to reverse. Refunds, account changes, data exports, and inventory commitments are not observability events; they are decisions.
The rails are being built
New standards are moving toward intent and authorization. The Agent Payments Protocol and its Verifiable Intent work are examples of the shift from “is this a bot?” to “what was this actor allowed to request?” Registries and signed context can help, but they do not eliminate the need for local policy.
Platforms are adapting in visible ways. eBay has restricted some forms of agent access, while the Amazon-Perplexity dispute shows how quickly a shopping agent can become a question of consent, scraping, and commercial control. A platform response is not a universal fraud control; it is evidence that the old traffic categories no longer describe the exposure.
Build the local record anyway. Store the user authorization, agent identity or attestation when available, request purpose, tool call, policy version, and resulting state. When the actor is uncertain, narrow the action rather than pretending the uncertainty does not exist.
Make action reversible
Separate the read path from the write path. An agent can inspect a product, summarize a policy, or draft a support response with a lower risk tier than one that changes a bank detail, publishes an offer, or sends a payment.
Use step-up controls when consequence rises: a known-channel confirmation, a user-visible summary of the intended change, dual approval, a short expiry, or a hold that allows review before commitment. The exact control depends on the workflow; the principle does not.
Reversibility also improves the customer experience. A system that can explain what it did and undo it safely needs less aggressive friction at the front door because the failure cost is bounded.

The operator playbook
Inventory every endpoint where an agent can create a durable state change. Mark the data it can read, the tools it can call, the rate it can repeat, the approval it needs, and the person who owns the exception.
Run adversarial exercises with both a fake agent and a real customer account. Test whether the system notices repeated intent, conflicting constraints, impossible timing, or a mismatch between the actor and the requested consequence. Do not grade only on detection; grade on containment and recovery.
The customer is not becoming the enemy. The channel is becoming more expressive, more automated, and more ambiguous. Fraud controls should recognize that ambiguity and make authority narrower than access.
THE CONTROL LADDER
What changes when a session moves from reading to acting?
01 / observe
Allow retrieval and comparison while recording source, intent signals, and confidence.

