Traditional signals break down because they were built to validate human behavior, not delegated automation. Mouse movement, typing cadence, and dwell time can look abnormal even when the session is legitimate, while a valid agent may use real credentials and complete real transactions. That creates a new classification problem, where not human no longer means not authorized.
Why legacy fraud signals fail when a customer is acting through an AI assistant
Fraud models and identity checks were tuned for a person sitting at a screen, not for delegated software acting with a human’s authority. That matters because the observable behaviour changes, but the trust relationship may not. A legitimate assistant can look unusual, yet still be authorised, while a malicious actor can hide behind normal credentials and approved transaction paths.
The core failure is that many signals were built to infer intent from human interaction patterns. When those patterns disappear, the signal quality drops even if the underlying account is genuine. That creates both false positives, where legitimate delegated activity looks suspicious, and false negatives, where real abuse blends into an approved session.
Modern fraud stacks should therefore separate identity lifecycle and governance from behavioural cues, and treat delegated execution as a distinct operating mode. A customer may be present in the trust chain without directly typing, clicking, or timing every action, which means the control objective shifts from “does this look human?” to “is this actor, delegation path, and action scope valid?”
What changes in the trust model when an assistant acts on behalf of the customer?
An AI assistant introduces delegation, which means the system is no longer validating only the person but also the software path that represents that person. The assistant may use the customer’s credentials, a token exchange flow, a session handoff, or a constrained approval boundary. If the fraud stack does not understand that delegation layer, it misreads legitimate automation as anomalous behaviour.
This is where RFC 8693: OAuth 2.0 Token Exchange becomes conceptually important, because delegated access is not the same thing as password reuse or direct login. The key question becomes whether the assistant is acting under an explicit on-behalf-of relationship, with clear scope and traceable authorization, or whether it is simply borrowing a customer’s session in a way that obscures accountability.
Signal design also changes. A normal customer journey can include no mouse movement, low dwell time, API-driven navigation, and machine-speed decisions, all of which can be legitimate in an assistant-led flow. Traditional “human-likeness” indicators are therefore weak unless they are paired with stronger evidence about the action’s provenance, approval context, and business-rule consistency.
Which controls become more important than human-behaviour scoring?
Once delegation is in play, the strongest controls are the ones that verify authority, constrain scope, and preserve auditability. That usually means tying action permission to authenticated context, transaction intent, and explicit policy, rather than relying on behavioural heuristics alone. If the assistant can initiate payments, change beneficiary details, or access customer data, the control question is whether those powers are bounded and reviewable.
NIST SP 800-63 Digital Identity Guidelines is useful here because it reinforces that identity proofing and authenticator strength are only part of the story; the assurance level must match the transaction risk. For assistant-driven journeys, practitioners should also consider whether step-up verification, purpose binding, or transaction signing is needed when the action materially changes customer exposure.
For broader control design, it helps to align delegated activity with least privilege, strong session controls, and explicit action logging. The practical goal is not to prove a human is “behaving normally”, but to prove the assistant is acting within a narrow, intended authority window. That is especially important when the same customer account can be used both manually and through automation.
Risk and Threat Considerations
Delegated assistants create a dual-risk environment: legitimate automation can be falsely flagged, while compromised delegation can look indistinguishable from normal service use. Attackers benefit when the system trusts the customer’s credentials but cannot see whether the action was initiated by the customer, an approved assistant, or a malicious automation path.
Failure mechanism: Human-centric signals decay because they measure interaction style instead of authority, so both fraud scoring and anomaly detection lose precision when legitimate actions no longer resemble manual behaviour.
Impact: Organisations can block valid customer transactions, miss account abuse that rides on real credentials, or over-trust delegated flows that should have been separately constrained and monitored.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, NIST SP 800-53 Rev 5 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | Digital Identity Guidelines | Delegated customer actions still depend on identity assurance and authenticator strength. |
| Recommendation — Apply assurance and step-up checks that match the transaction risk. | ||
| NIST SP 800-53 Rev 5 | IA-2 — Identification and Authentication (Organizational Users) | Assistant-led flows need strong authenticated identities before authority is trusted. |
| IA-5 — Authenticator Management | Credential and token lifecycle quality affects whether delegated sessions remain trustworthy. | |
| AC-6 — Least Privilege | Assistant authority must be bounded to reduce misuse and blast radius. | |
| Recommendation — Enforce strong authentication before permitting delegated actions. Rotate, constrain, and monitor credentials that enable delegated access. Limit delegated permissions to the minimum actions required. | ||
| NIST Zero Trust (SP 800-207) | Zero Trust Architecture | The question is about verifying action trust, not assuming a session is safe because it is established. |
| Recommendation — Continuously verify each delegated request instead of trusting the session. | ||
Practitioner Guidance
What to prioritise: Treat delegated AI activity as a separate trust class in fraud policy. The first decision is whether the assistant is merely assisting a human session or is actually authorised to act independently within defined limits.
What to verify: Require evidence that the transaction path, scope, and approval state are observable. If the only proof is “the credentials were valid,” the control is too weak for assistant-led execution.
Decision rule: If the action can move money, alter account ownership, or expose sensitive customer data, rely on transaction-specific controls and audit trails first, then use behavioural signals only as supporting context.
Practitioner takeaway: The real shift is from human-likeness to delegated authority, so fraud teams should score whether the action is authorised, bounded, and attributable rather than whether it looks manually performed.
Related resources from NHI Mgmt Group
- Why do traditional customer IAM controls break down when AI agents act on behalf of users?
- Why do document-based verification flows break down against synthetic and AI-enabled identity fraud?
- Why do AI agents make non-human identity governance harder?
- Why do AI agents create new risk in non-human identity management?