Join our Newsletter — 33% off our NHI Course

Device Health

Device health is the security state of an endpoint at the moment access is requested. It often includes checks for patching, encryption, malware protection, and compliance posture. Organisations use device health signals to decide whether access should be allowed, limited, or blocked based on current risk.

Expanded Definition

Device health is the endpoint trust signal used at the instant an access request is made. It reflects whether the device is patched, encrypted, monitored, and aligned to policy, but in NHI and IAM programs it should be treated as a dynamic input rather than a one-time compliance checkbox. In practice, device health is one of several contextual signals that inform whether access should be granted, restricted, stepped up, or denied.

Definitions vary across vendors, especially where endpoint posture, endpoint risk, and compliance state are blended into a single score. NHI Management Group treats device health as an enforcement signal that supports Zero Trust decisioning, not a substitute for identity assurance or privileged access controls. That distinction matters because a healthy device does not automatically mean a safe workload, trusted agent, or low-risk session. For a broader governance view, see the Ultimate Guide to NHIs and the NIST Cybersecurity Framework 2.0.

The most common misapplication is treating device health as a static allowlist condition, which occurs when posture is checked once at enrollment and never revalidated during active sessions.

Examples and Use Cases

Implementing device health rigorously often introduces latency and policy complexity, requiring organisations to weigh stronger access decisions against user friction and operational overhead.

  • A managed laptop with current patches and disk encryption is allowed normal access, while an unmanaged endpoint is limited to read-only application paths.
  • A privileged operator’s session is rechecked when endpoint protection is disabled mid-session, triggering step-up verification or session termination.
  • An AI agent running on a build host is blocked from retrieving secrets until the host passes posture checks and matches approved baseline controls.
  • A contractor device is allowed access only after compliance tools confirm OS support, encryption, and active malware monitoring.

These patterns are especially important when NHI workflows depend on endpoint-mediated access to secrets, tokens, or admin consoles. The Ultimate Guide to NHIs highlights how often organisations struggle with operational control over NHI-related access paths, while NIST Cybersecurity Framework 2.0 reinforces continuous risk-based access decisions rather than trust based on enrollment alone.

Why It Matters in NHI Security

Device health matters because compromised or non-compliant endpoints frequently become the easiest path into service accounts, developer tooling, and secret stores. When endpoint posture is ignored, access policies can grant trust to a device that is already patched incorrectly, monitored poorly, or controlled by malware. That is especially dangerous in environments where human users approve actions for AI agents, or where administrative workstations can reach vaults, CI/CD systems, and cloud control planes.

NHI Management Group data shows that 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, which means endpoint compromise can quickly cascade into credential exposure. The same research also shows that only 5.7% of organisations have full visibility into their service accounts, making device-based enforcement even more important when identity inventories are incomplete. Device health should therefore be used as one layer in a broader Zero Trust decision process, not as proof that the request is safe. For deeper context, the Ultimate Guide to NHIs documents how NHI exposure grows when governance is weak, and the NIST Cybersecurity Framework 2.0 provides the operational framing for continuous monitoring and risk response.

Organisations typically encounter device health as a priority only after a compromised endpoint is used to reach a secret, a console, or a production workload, at which point posture enforcement becomes operationally unavoidable to address.

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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST Zero Trust (SP 800-207), NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST Zero Trust (SP 800-207) DPE Device posture is a core input to Zero Trust access decisions.
NIST CSF 2.0 PR.AC Access control depends on current device condition and contextual risk.
OWASP Non-Human Identity Top 10 NHI-06 Health of endpoints affects exposure of NHI secrets and privileged sessions.
OWASP Agentic AI Top 10 AGENT-05 Agent execution should be constrained by device and runtime trust signals.
NIST AI RMF AI risk management uses contextual controls to reduce harm from compromised environments.

Continuously evaluate endpoint posture before granting or sustaining access to NHI resources.