Subscribe to the Non-Human & AI Identity Journal

Who should be accountable when AI tools, phishing, and NHIs overlap?

Accountability should sit with the teams that own the workflow end to end, not with a single security function. Human IAM, NHI governance, and application or AI platform owners all need a shared control model because the attack path crosses message trust, tool trust, and credential trust. Without that shared ownership, gaps appear between domains.

Why This Matters for Security Teams

When phishing, AI tools, and NHIs intersect, the failure is usually not a single bad control. It is a chain of weak trust decisions across email, chat, automation, and credential handling. A phish can trick a person into approving a workflow, an AI assistant can execute that workflow faster than a human can review it, and an exposed secret can let the attacker keep using it long after the message is gone. That is why accountability has to follow the workflow, not the technology silo. NHI Mgmt Group research shows that 44% of NHI tokens are exposed in the wild in places like Teams, Jira, Confluence, and code commits, which makes message trust and credential trust part of the same problem, not separate ones. See the 2025 State of NHIs and Secrets in Cybersecurity and the NIST Cybersecurity Framework 2.0 for the governance mindset that fits this overlap.

In practice, many security teams only discover the overlap after a trusted channel has already been abused and an NHI has already been used to move the incident forward.

How It Works in Practice

Accountability should be split by control plane, with one named owner for human identity, one for NHI governance, and one for the AI or application workflow. The key is shared policy and shared telemetry, not shared blame. Human IAM teams should own phishing-resistant authentication, approval workflows, and privileged access reviews. NHI owners should own secret issuance, rotation, offboarding, and scope limits. Application or AI platform owners should own how tools are invoked, what the agent can request, and which actions require step-up approval.

For autonomous or agentic systems, static RBAC is usually too blunt because the agent’s next action is not fully predictable. Current guidance suggests moving toward intent-based authorization, where policy is evaluated at runtime based on what the agent is trying to do, what data it can reach, and whether the action matches the approved task. That is where JIT credentials, ephemeral secrets, and workload identity matter. An agent should prove what it is with a workload identity, then receive short-lived access only for the current task. That model aligns with the direction described in Ultimate Guide to NHIs and the evolving agentic controls discussed in Top 10 NHI Issues. It also maps well to policy-as-code approaches under the NIST Cybersecurity Framework 2.0.

  • Use phishing-resistant human approval for any action that can mint or extend NHI access.
  • Issue short-lived tokens per task, not durable secrets that survive across tools.
  • Tie agent actions to workload identity and runtime policy checks, not only to static roles.
  • Log the approval chain so auditors can see who approved the workflow, not just who clicked the link.

These controls tend to break down in loosely managed SaaS environments because secrets, approvals, and agent actions are often split across tools with no single source of truth.

Common Variations and Edge Cases

Tighter control often increases operational overhead, so organisations have to balance speed against assurance. That tradeoff is real for customer-facing automation, incident-response copilots, and developer assistants that need broad but temporary access. Best practice is evolving here, and there is no universal standard for exactly how much autonomy an agent should have before step-up approval is required. In high-risk environments, the safest pattern is to reduce standing privilege and require runtime checks for every sensitive action. In lower-risk internal workflows, a narrower control set may be acceptable if telemetry is strong and the blast radius is small.

Edge cases appear when AI tools can chain actions across chat, ticketing, code, and cloud APIs. That is where phishing becomes a trigger, not the whole incident. The workflow owner must be accountable for the entire chain, while NHI governance must ensure that any secret used by the chain is short-lived, scoped, and revocable. The NHI breach patterns documented in the 52 NHI Breaches Analysis and the DeepSeek breach show why overlap matters: once trust is lost in one layer, the attacker often pivots into the others.

FRAMEWORK_REFS—
[
{
“framework_code”: “OWASP-AGENTIC”,
“control_ref”: null,
“relevance_note”: “Addresses agent autonomy, tool use, and runtime authorization risk.”,
“framework_summary”: “Define runtime guardrails for agent actions and require step-up approval for sensitive tool calls.”
},
{
“framework_code”: “CSA-MAESTRO”,
“control_ref”: null,
“relevance_note”: “Fits governance of multi-step agent workflows and delegated actions.”,
“framework_summary”: “Assign owners for each agent workflow and enforce policy checks at every tool boundary.”
},
{
“framework_code”: “NIST-AIRMF”,
“control_ref”: null,
“relevance_note”: “Covers accountability and governance for AI system behavior.”,
“framework_summary”: “Use AI RMF governance processes to document ownership, oversight, and escalation paths.”
}
]