TL;DR: IT process automation tools reduce manual work across workflows, but the source article is a broad tooling roundup rather than a governance comparison, so the real question is how automated task execution changes identity control, access scope, and auditability across service accounts and workload identities. The governance problem is not automation itself, but the assumptions it creates about review, privilege, and accountability.
At a glance
What this is: This is a 2026 roundup of IT process automation tools, with the central finding that automation is being positioned as an operational efficiency layer rather than an identity governance control plane.
Why it matters: It matters because automation tools often sit on top of service accounts, tokens, and integrations that still need lifecycle governance, least privilege, and traceable ownership across NHI, autonomous, and human identity programmes.
👉 Read Zluri's roundup of 2026 IT process automation tools and features
Context
IT process automation is the use of software to carry out repeatable IT tasks and workflows with less manual intervention. In identity terms, that usually means more service accounts, more API tokens, more integrations, and more delegated access paths that still need governance even when the work itself is automated.
The governance gap is that automation can hide who actually has standing access, who approved it, and when it should be removed. For IAM and NHI teams, the core issue is not workflow speed but whether the identities behind the workflow remain visible, scoped, and accountable.
This is a useful starting point for organisations comparing automation platforms, but the starting position is typical: the article focuses on operational efficiency, not on the identity risk created by the automation layer itself.
Key questions
Q: How should security teams govern IT process automation tools?
A: Security teams should govern IT process automation tools by treating every connector, token, and service account as an NHI with an owner, purpose, and expiry. That means least privilege per workflow, identity-level logging, and explicit revocation paths when a job, platform, or business process changes.
Q: Why do automation platforms create hidden identity risk?
A: Automation platforms create hidden identity risk because they concentrate delegated access behind workflows that appear operational, not privileged. If one broad account can touch multiple systems, the platform can amplify misconfiguration, credential theft, and audit blind spots across environments.
Q: What breaks when automation credentials are shared across workflows?
A: When automation credentials are shared across workflows, revocation becomes blunt, ownership becomes unclear, and compromise spreads further than intended. A single leaked secret can expose multiple jobs, environments, or business functions, which defeats separation of duties and complicates incident response.
Q: How do organisations decide if automation access is too broad?
A: Automation access is too broad when one identity can create, approve, and execute changes across more than one security domain. A useful test is whether the account can be scoped to one workflow, one environment, and one responsibility without breaking the process.
Technical breakdown
How IT process automation tools rely on non-human identities
Most IT process automation tools execute work through service accounts, API keys, OAuth tokens, SSH keys, or cloud roles. The tool may look like the product, but the security boundary is the identity it uses to reach systems, trigger actions, and write changes. Once those credentials are embedded in workflows, the automation platform becomes a privileged broker rather than a neutral helper. That means its security posture depends on how secrets are stored, how access is scoped, and whether each connector has a distinct identity or shares broad credentials across multiple jobs.
Practical implication: map every automation workflow to the exact NHI it uses and remove shared credentials.
Why orchestration and privilege are not the same thing
Automation platforms can orchestrate many steps without making those steps safe from an identity perspective. Orchestration decides sequence, but privilege decides what each step can touch. If a tool can read directories, create tickets, reset passwords, and change cloud configuration through one broad account, a single compromise or misconfiguration becomes a multi-system exposure. The same problem appears when roles are reused across environments because the automation layer needs convenience more than least privilege. In practice, the risk comes from over-broad execution rights, not from the existence of automation itself.
Practical implication: separate orchestration roles from operational roles and enforce least privilege per connector.
Where auditability breaks in high-volume automation
Automation creates a logging problem as much as an access problem. When dozens of tasks fire across environments, it becomes harder to tell whether a change was expected, which identity triggered it, and whether the action was approved by policy or simply inherited from the workflow. That weakens certification, incident reconstruction, and separation of duties if teams rely only on platform logs. Strong governance needs identity-level traceability, not just job-level completion status. Otherwise, automation turns into a blind spot where the system records that something happened without proving who or what was authorised to make it happen.
Practical implication: require identity-level logs that tie every automated action to a specific credential and owner.
Breaches seen in the wild
- Salesloft OAuth token breach — hackers stole OAuth tokens to access Salesforce data via Salesloft.
- Internet Archive breach — unsecured GitLab authentication tokens exposed 31M Internet Archive accounts.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Automation platforms are identity systems in disguise. Their operational value comes from delegated access, but delegated access is still identity governance. Once a workflow can create, modify, or revoke IT state, the security question shifts from task completion to credential lifecycle, ownership, and privilege scope. Practitioners should treat every automation connector as an NHI that needs the same governance discipline as any other machine identity.
Over-broad workflow credentials create identity blast radius. The more an automation account can do across environments, the more one misstep can spread. That is not a tooling problem alone, it is a governance model that assumes convenience can outrun separation of duties. Teams should understand that automation efficiency and access containment are in tension unless roles are split by function, environment, and change domain.
Named concept: automation credential drift. Automation credential drift is the gradual expansion, reuse, or abandonment of the identities behind scheduled and event-driven workflows. It appears when a tool starts with a narrow job and ends up carrying long-lived access across systems, tenants, or business units. The implication is that automation programmes need ongoing identity ownership, not one-time setup assumptions.
IT process automation changes the control point for identity governance. Traditional IAM thinking often centres on user provisioning and access reviews, but automated IT work pushes control into connector management, secret handling, and workflow scoping. That means lifecycle governance now reaches the machine layer first, and human approval becomes too late if the workflow already has persistent access. Practitioners should reframe automation as a governance surface, not just an operations layer.
For NHI governance, the question is not whether to automate, but what must remain reviewable. High-volume workflows can be useful, but only if ownership, scope, and revocation remain visible at the identity layer. The field needs to stop treating automation as exempt from access governance and start treating it as one of the largest producers of non-human privileges.
From our research:
- The average organisation believes more than 1 in 5 of their non-human identities are insufficiently secured, according to The 2024 ESG Report: Managing Non-Human Identities.
- Enterprises that have experienced a compromised NHI averaged 2.7 separate incidents in the past 12 months, which shows how quickly one identity failure can repeat.
- If automation is expanding your machine identity footprint, start with the NHI Lifecycle Management Guide to align provisioning, rotation, and offboarding.
What this signals
Automation credential drift: this is the quiet failure mode to watch as IT process automation expands. Workflow owners often preserve access for continuity long after the original business need has changed, which turns a convenience pattern into a governance debt pattern. Teams should measure whether every automation identity has a current owner, a current purpose, and a current revocation path.
With 85% of organisations lacking full visibility into third-party vendors connected via OAuth apps, per The State of Non-Human Identity Security, the broader lesson is that delegated access is only as governable as the identities behind it. Automation programmes should be evaluated against NIST Cybersecurity Framework 2.0 functions for identify, protect, and detect, not just delivery speed.
For practitioners
- Map each workflow to a distinct non-human identity Inventory every automation connector, service account, token, and certificate used by IT process automation tools. Assign an owner, a purpose, and an expiry condition so the identity can be reviewed and revoked independently of the workflow itself.
- Split orchestration permissions from change permissions Do not let the same account schedule jobs, approve change, and modify production systems. Use separate identities for orchestration, execution, and privileged actions so the failure domain stays narrow.
- Require identity-level audit trails Capture which credential initiated each task, which system it accessed, and which owner approved the access. Job success logs alone are not enough for forensic review or recertification.
- Review automation secrets on a lifecycle schedule Set rotation and offboarding rules for tokens and keys tied to automation platforms, especially where jobs are infrequent or inherited from old projects. Abandoned workflows often keep working long after they should have been retired.
Key takeaways
- IT process automation tools still depend on identities, secrets, and privileges that need explicit governance.
- The main risk is not automation itself, but broad or poorly owned access behind the workflows.
- Practitioners should manage automation connectors like NHIs, with lifecycle controls, auditability, and least privilege.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Automation tools often depend on long-lived secrets and tokens that need rotation. |
| NIST CSF 2.0 | PR.AC-4 | Automated workflows need scoped access and separation of duties. |
| NIST Zero Trust (SP 800-207) | ID.AM-3 | Automation identities must be continuously identified and controlled in a zero-trust model. |
Map automation accounts to least-privilege access and separate orchestration from privileged execution.
Key terms
- Non-Human Identity: A non-human identity is any digital identity used by software rather than a person, including service accounts, API keys, tokens, certificates, bots, workloads, and AI agents. These identities often have persistent access and require lifecycle governance, ownership, and revocation controls just like human accounts.
- Automation Credential Drift: Automation credential drift is the gradual expansion, reuse, or abandonment of credentials used by workflows and orchestration tools. It happens when access originally granted for one job keeps being reused for new systems or purposes, increasing blast radius and making ownership and revocation harder to prove.
- Identity Blast Radius: Identity blast radius is the amount of access, systems, and business processes exposed if one identity is misused or compromised. In automation environments, it grows when a single account can trigger many actions across environments without narrow scoping or clear separation of duties.
Deepen your knowledge
IT process automation governance and NHI lifecycle control are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are formalising automation oversight across service accounts and workflow identities, it is a practical place to start.
This post draws on content published by Zluri: Automation Top 14 IT Process Automation Tools To Try In 2026. Read the original.
Published by the NHIMG editorial team on 2026-04-07.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org