TL;DR: Current NHI tools mostly detect exposed secrets after the fact, while live risk, remediation, and lifecycle control remain fragmented, leaving organisations with alert volume but little actual reduction in exposure, according to Hush Security. The core issue is that secrets security is still being treated as a scanning problem instead of a governance problem.
At a glance
What this is: This is an editorial analysis of why current NHI security tooling misses the real governance problem, and why detection-heavy approaches do not stop exposed secrets from remaining exploitable.
Why it matters: IAM, NHI, and PAM teams should read this as a warning that visibility without control, lifecycle enforcement, and automated remediation leaves machine identity risk largely unchanged.
By the numbers:
- 64% of valid secrets leaked in 2022 are still valid and exploitable today, proving that detection alone is not enough without automated revocation.
👉 Read Hush Security's analysis of why NHI detection tools are not fixing secret sprawl
Context
NHI governance is the discipline of controlling machine credentials, tokens, certificates, and service accounts across their full lifecycle. The central problem here is that many teams still treat NHI security as a detection exercise, even though exposed secrets, standing privilege, and delayed revocation create ongoing access risk.
The article's argument is straightforward: scanning for leaked secrets is not the same as governing non-human access. That matters because cloud systems, CI/CD pipelines, and third-party integrations create identities faster than manual workflows can review, revoke, or prioritise them, so the exposure window often remains open long after discovery.
Key questions
Q: How should security teams reduce risk from exposed non-human secrets?
A: Security teams should connect discovery to invalidation. Finding a leaked secret is only useful if the response path can revoke, rotate, or otherwise disable it before attackers can use it. The key is to manage the full lifecycle of the credential, not just log its exposure and assign a ticket.
Q: Why do scanners and vaults still leave NHI risk unresolved?
A: Scanners and vaults solve different parts of the problem, but neither one fully governs active access. Scanners detect exposure, while vaults store secrets. If teams do not know which credentials are live, overprivileged, or still reachable in production, they end up with visibility without control.
Q: What breaks when secret remediation depends on Jira tickets?
A: Ticket-based remediation breaks because it delays the security outcome until someone has time to act. During that delay, the secret often remains valid and exploitable. That means the organisation can report detection success while the credential still provides real access.
Q: How can organisations tell whether NHI governance is actually working?
A: A working programme can answer three questions quickly: which credentials are active, which are exposed, and which can still reach important systems. If teams cannot connect those three points, they have detection metrics but not governance maturity. The indicator of success is reduced standing exposure, not just more findings.
Technical breakdown
Why secret scanning only sees part of the NHI attack surface
Secret scanners work by matching patterns in code repositories, logs, and configuration files, which means they only detect what they can observe. That leaves blind spots in proprietary systems, legacy applications, SaaS platforms, and runtime environments where active credentials may exist outside scan coverage. Point-in-time discovery also tells you a secret existed, not whether it is still live, privileged, or reachable from production paths. In practice, that creates a false sense of completeness. A secrets inventory built only from scanning tools is usually a partial map, not an operating picture.
Practical implication: teams need discovery coverage that extends beyond repositories into runtime systems, SaaS, and cloud control planes.
Static risk scoring does not reflect live credential abuse
Static risk models rank credentials by properties such as location, scope, or whether a secret was detected in source control. Those signals matter, but they do not reveal actual usage, recent access, or business impact. A dormant key and an actively used production token can look similar if the model has no runtime context. That creates alert inflation, where everything appears critical and nothing is clearly prioritised. NHI governance has to distinguish exposure from exploitability, because the control objective is not just finding secrets but understanding which ones can still move an attacker into real systems.
Practical implication: prioritisation should be based on runtime use, privilege depth, and system criticality rather than static flags alone.
Why ticket-based remediation leaves exposed secrets in place
The common remediation pattern described in the article is detection, ticket creation, and eventual manual action. That process is operationally weak because it separates finding the problem from fixing it, and it depends on developer availability to complete the security outcome. During that delay, the secret often remains valid and exploitable. In NHI terms, the issue is not only exposure but persistence: the credential continues to function until someone revokes or rotates it. Effective control has to collapse the distance between detection and invalidation, otherwise the remediation workflow becomes backlog management.
Practical implication: exposed secrets should be revoked or rotated automatically wherever possible, not left to ticket queues.
NHI Mgmt Group analysis
Detection-first NHI programmes are solving the symptom, not the access problem. Secret scanners, vaults, and CSPM tools all contribute useful signals, but none of them by themselves establish lifecycle control over non-human access. The deeper failure is that organisations often assume visibility equals governance, when in reality exposed secrets can remain active, overprivileged, and reachable long after they are found. Practitioner conclusion: treat detection as input to control, not as the control itself.
Secret exposure creates an identity blast radius, not just a hygiene issue. Once a credential is live in code, chat, or a pipeline, its impact depends on what it can reach, what it can chain into, and how long it remains valid. That is why static scanning floods teams with noise while missing the credentials most likely to cause damage. Practitioner conclusion: prioritise controls that tie discovery to scope, reach, and revocation speed.
Runtime governance is the missing concept in current NHI security stacks. Runtime governance gap: the industry has invested heavily in finding secrets after creation, but far less in controlling whether those secrets are still usable in production. That gap persists because the prevailing model assumes remediation can happen later without changing the risk state. Practitioner conclusion: security teams need control planes that can enforce identity policy at the moment access is still real.
Frankenstein NHI stacks fragment accountability across too many tools. When one product detects, another stores, and a third attempts posture management, no single workflow owns the access outcome end to end. The result is overlapping alerts, inconsistent context, and no clean line from exposure to revocation. Practitioner conclusion: governance should be centralised around the identity, not distributed across disconnected point tools.
NHI programmes now need the same control discipline long applied to human IAM. The article’s core point is that non-human access should be managed through policy, lifecycle, and least privilege rather than treated as an engineering side effect. That aligns directly with OWASP NHI and zero-trust thinking, where the goal is to reduce standing access and make privilege measurable. Practitioner conclusion: if a secret can still open a production path, the programme has not reached governance maturity.
From our research:
- From our research: 91.6% of secrets remain valid five days after the targeted organisation is notified, according to the Ultimate Guide to NHIs.
- Our research also shows that 97% of NHIs carry excessive privileges, which is why exposure without entitlement control still produces broad blast radius.
- For a deeper governance lens, Guide to the Secret Sprawl Challenge shows why discovery alone does not close the remediation gap.
What this signals
The practical signal for identity teams is that secret discovery programmes need to be measured by invalidation speed, not alert volume. If a leaked credential can remain valid for days after notification, the operating model is still preserving attacker opportunity rather than reducing it.
Runtime governance gap: the market is moving toward controls that can tie secret detection to immediate access outcomes, because the old split between finding and fixing no longer holds up in cloud and CI/CD environments.
Teams should expect NHI governance discussions to converge with broader identity lifecycle thinking, especially where offboarding, rotation, and entitlement review need to happen as one control chain instead of three disconnected processes.
For practitioners
- Build a unified inventory of active non-human credentials Map API keys, service account tokens, certificates, and OAuth secrets across code, CI/CD, cloud, and SaaS so that discovery is not limited to one data source.
- Separate exposure detection from revocation workflow Define a response path where confirmed exposed secrets are invalidated or rotated before a ticket enters normal backlog handling, especially for production credentials.
- Prioritise secrets by live usage and blast radius Use runtime context, recent calls, privilege scope, and business criticality to rank what gets fixed first instead of treating all findings as equal.
- Consolidate governance around the identity, not the finding Require one control owner to manage entitlement, rotation, and offboarding outcomes for each non-human identity rather than splitting the workflow across scanner, vault, and ticketing tools.
Key takeaways
- The article's central warning is that NHI security built around detection leaves real access intact.
- The scale problem is not just more secrets, but secrets that stay live long enough to matter.
- Practitioners should measure success by revoked access and reduced standing exposure, not by ticket counts or scan totals.
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 | Secret exposure and delayed revocation map directly to credential lifecycle risk. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access control are central to reducing blast radius from NHIs. |
| NIST Zero Trust (SP 800-207) | The article's control argument aligns with continuous verification and reduced trust. |
Map non-human entitlements to PR.AC-4 and remove standing access that is not operationally required.
Key terms
- Non-Human Identity: A non-human identity is any machine or workload credential used by software, services, or automation to authenticate and access resources. That includes service accounts, API keys, tokens, and certificates. In practice, NHIs need lifecycle control because they often outnumber human identities and persist longer.
- Secret Sprawl: Secret sprawl is the uncontrolled spread of credentials across code, pipelines, chat, repositories, and cloud systems. It becomes a governance problem when organisations cannot inventory, classify, or revoke those secrets quickly enough to prevent exposure from turning into active compromise.
- Runtime Governance: Runtime governance is the control of identity and access based on what a credential is actually doing in production, not just how it was configured at rest. For NHIs, it links discovery, privilege, and revocation so the security state changes as the credential is used or exposed.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by Hush Security: The Non-Human Identity Crisis. Read the original.
Published by the NHIMG editorial team on 2026-02-16.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org