Measure task duration, number of console switches, rework rate, and the time spent reconciling state across systems. Those signals show where identity workflows are leaking time and where tooling architecture is forcing unnecessary manual labour.
Why This Matters for Security Teams
The swivel-chair tax is a hidden operations cost, but it is also a signal that identity controls are fragmented. When staff must copy state between consoles, re-enter the same data, or verify access by hand, the organisation is paying for avoidable labour and increasing the chance of drift, delay, and mistakes. NIST frames this problem through its NIST Cybersecurity Framework 2.0, where repeatable governance and measurable control outcomes matter more than anecdotal effort.
For NHI and AI-enabled environments, the real issue is not just user inconvenience. Manual reconciliation often means credentials, secrets, and permissions are spread across systems that do not agree on current state. That creates weak points for auditability, incident response, and privilege review. NHIMG’s The State of Secrets in AppSec shows how fragmentation already drives heavy remediation and operational overhead, which is exactly the kind of friction swivel-chair work tends to expose. In practice, many security teams discover the scale of the problem only after an access review or incident forces them to reconcile systems that were never designed to stay aligned.
How It Works in Practice
Teams should measure swivel-chair tax as a combination of time, touches, and translation work. Start with task duration for identity-related workflows, then break that time into the number of console switches, approval hops, rekeying events, and manual reconciliations required to complete a single task. Those metrics show where the workflow is forcing operators to act as the integration layer instead of the platform doing it automatically.
Useful measurements usually include:
- Mean and median time to complete a routine identity action, such as granting, rotating, or revoking access.
- Number of systems touched per workflow, especially when the same change must be updated in more than one place.
- Rework rate, including corrections caused by stale state, duplicate records, or mismatched permissions.
- Time spent reconciling logs, tickets, and dashboards after the fact.
- Escalation rate, where a low-risk action requires human intervention because systems cannot agree on identity state.
For NHI-heavy environments, this is especially useful when comparing static workflows against LLMjacking: How Attackers Hijack AI Using Compromised NHIs, because exposed or mismanaged secrets often force teams into manual containment and validation. A good practice is to tag each step to the underlying identity primitive, whether it is a human account, service account, token, API key, or certificate, so the team can see which identity class creates the most friction. Current guidance suggests tracking both labour cost and control failure together, because a workflow that is merely slow can often be automated, while a workflow that is slow and inconsistent usually indicates governance debt. These controls tend to break down in highly customised toolchains with overlapping ownership because no single system owns the source of truth.
Common Variations and Edge Cases
Tighter measurement often increases reporting overhead, requiring organisations to balance visibility against operator burden. That tradeoff matters because the act of measuring swivel-chair tax can itself add friction if every task must be logged manually.
There is no universal standard for this yet, but the most useful variations are environment-specific. In cloud-native teams, the signal may be console hopping between IAM, secrets, and CI/CD tools. In hybrid enterprises, the cost often appears in ticket queues and approval delays. In agentic AI or autonomous workload settings, the same tax can show up as repeated human checks on actions that should be governed by policy and runtime context rather than by step-by-step review. The DeepSeek breach is a reminder that when sensitive state is scattered, the clean-up path is rarely elegant.
Best practice is evolving toward measuring not only elapsed time, but also variance. High variance often indicates brittle process design, inconsistent ownership, or hidden dependencies that will keep producing manual work. If a team can only complete a task quickly when a specific person is available, that is usually a stronger indicator of swivel-chair tax than raw average duration alone.
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 AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.OC-01 | Measuring workflow friction supports understanding operational context and control outcomes. |
| OWASP Non-Human Identity Top 10 | NHI-04 | Swivel-chair work often reveals fragmented secret and credential management. |
| NIST AI RMF | AI RMF supports measuring process risk and governance gaps in automated environments. |
Define the identity workflow baseline and track time, touches, and rework as operational performance metrics.