Autonomous agents increase pressure because they can act at machine speed, reuse stolen context, and imitate legitimate users or service flows. Synthetic identities and deepfakes undermine assumptions that visual, behavioural, or session-based signals alone prove legitimacy. Security teams need layered verification, fraud analytics, and policy boundaries that distinguish humans, bots, and privileged automation.
Why This Matters for Security Teams
Autonomous agents and synthetic identities raise the cost of trust because they collapse the old separation between “who is acting” and “what proof exists.” A human with a password can be checked with MFA and session risk; an agent can chain prompts, tools, tokens, and delegated permissions at machine speed. Synthetic identities make that harder by producing credible-looking signals that satisfy weak checks without proving real legitimacy.
This is why static verification steps and one-time onboarding checks are no longer enough. Guidance from the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10 both point toward runtime controls, continuous assurance, and explicit policy boundaries. NHIMG research shows the operational gap clearly: in Ultimate Guide to NHIs, 97% of NHIs carry excessive privileges, which is exactly the condition synthetic or automated abuse exploits.
In practice, many security teams encounter impersonation and over-permissioned automation only after a valid-looking workflow has already moved data, money, or access across trust boundaries.
How It Works in Practice
The practical answer is layered verification. Identity proofing at signup still matters, but it must be paired with runtime authorization, fraud analytics, and workload-aware controls that can distinguish humans, bots, service accounts, and delegated agents. For autonomous systems, the more reliable identity primitive is often workload identity, not a person-centric login. That is where cryptographic attestation, short-lived tokens, and context-aware policy become more useful than static role assignments.
For agentic systems, current best practice is evolving toward intent-based authorization. The control decision is made when the agent requests an action, using context such as the task, the tool being called, the data sensitivity, device or workload posture, and recent behaviour. This aligns with the control direction in the CSA MAESTRO agentic AI threat modeling framework and the NIST AI Risk Management Framework. NHIMG’s AI Agents: The New Attack Surface report is useful here: 80% of organisations reported AI agents acting beyond intended scope, including unauthorised system access and sensitive-data exposure.
- Issue just-in-time credentials per task, not long-lived secrets that survive across sessions.
- Bind access to workload identity and request context, not only to a user or service role.
- Re-evaluate policy at runtime using policy-as-code rather than relying on pre-approved access lists.
- Continuously score anomalies across identity, device, prompt, data, and tool-use patterns.
For synthetic identities, step-up checks should trigger on risky changes in behaviour, not just first-time enrollment. These controls tend to break down in highly federated environments because trust signals are split across too many systems to evaluate consistently.
Common Variations and Edge Cases
Tighter verification often increases user friction and operational overhead, so organisations have to balance trust strength against workflow speed and customer experience. That tradeoff is especially visible in customer support, fraud review, and machine-to-machine integrations, where overly rigid checks can interrupt legitimate automation while too-lenient checks let impostors through.
There is no universal standard for this yet, but guidance suggests a few consistent patterns. First, deepfake or synthetic-identity detection is strongest when multiple signals are combined, not when one signal is treated as decisive. Second, privileged automation should not be granted the same trust path as a human operator, even if it appears to be “acting on behalf of” a person. Third, the strongest programmes treat credentials as ephemeral and revocable, because long-lived tokens are hard to defend once an agent is compromised.
NHIMG’s Ultimate Guide to NHIs shows why this matters operationally: secrets leaks are common, visibility is limited, and overprivilege is widespread. For agent-specific abuse patterns, the OWASP Top 10 for Agentic Applications 2026 is the clearest public reference point. Best practice is evolving, but the direction is clear: verify continuously, scope narrowly, and assume identities can be simulated until they prove otherwise.
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, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A01 | Agent impersonation and runtime abuse are core agentic risks. |
| CSA MAESTRO | MT-03 | MAESTRO focuses on threat modeling autonomous agent trust boundaries. |
| NIST AI RMF | GOVERN | Continuous oversight is needed when identities can be simulated or chained. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Synthetic and automated abuse often rides on overprivileged non-human identities. |
| NIST CSF 2.0 | PR.AC-4 | Access control must distinguish humans, bots, and delegated automation. |
Assign owners, monitor agent behavior, and document accountability for identity and verification controls.
Related resources from NHI Mgmt Group
- Why do non-human identities increase identity blast radius?
- Why do autonomous AI agents increase the need for stronger data-layer controls?
- Why do autonomous agents increase risk when organisations rely on implicit trust and static permissions?
- When do non-human identities pose the greatest risk to organizations?