Subscribe to the Non-Human & AI Identity Journal

How should security teams decide whether a PQC-capable HSM is enough?

Start by asking whether the organisation needs cryptographic assurance from hardware to certificate, or whether operational controls are acceptable for part of the chain. If the trust model requires hardware-root cryptographic assurance, a PQC-capable device with a classical immutable boot key is not enough. The decision must be based on the assurance model, not the feature list.

Why This Matters for Security Teams

A PQC-capable HSM is often treated as a box-checking answer to post-quantum risk, but the real question is whether the organisation needs cryptographic assurance from hardware all the way to certificate issuance, or only for part of the chain. That distinction matters because a device can support quantum-safe algorithms while still depending on classical trust anchors, provisioning flows, or operational processes that are outside the hardware boundary. The control question is closer to assurance design than product selection, which is why NIST Cybersecurity Framework 2.0 is useful for framing outcomes rather than features.

NHI Management Group research shows how often organisations underestimate identity trust chains in practice: only 5.7% have full visibility into their service accounts, and 80% of identity breaches involve compromised non-human identities such as service accounts and API keys. That pattern matters here because a strong crypto primitive does not compensate for weak lifecycle control around secrets, certificates, and provisioning. The operational lesson is that a PQC label on the HSM does not automatically make the entire identity system post-quantum safe. In practice, many security teams discover the mismatch only after legacy trust dependencies have already been embedded into issuing, rotation, or recovery workflows.

How It Works in Practice

The decision should start with a trust-boundary map. If the HSM is only protecting key generation or signing, then a PQC-capable platform may be sufficient for some workloads. If the organisation needs hardware-root assurance for the complete certificate lifecycle, the bar is higher. A classical immutable boot key, a legacy provisioning channel, or an external CA that still relies on non-PQC trust can reintroduce the very dependency the program is trying to eliminate. That is why guidance from The Ultimate Guide to NHIs is relevant: lifecycle, rotation, offboarding, and visibility are part of the control plane, not optional extras.

In practical terms, security teams should validate four things:

  • Whether the HSM supports the target PQC algorithms for signing, wrapping, and attestation.
  • Whether the boot chain, firmware trust, and admin access depend on classical algorithms that remain outside the acceptable risk model.
  • Whether certificate enrollment, renewal, and revocation can be executed with short-lived credentials and strong workload identity.
  • Whether policy decisions are evaluated at request time, not just during initial provisioning.

For implementation detail, current standards discussions around SPIFFE are useful because they separate workload identity from long-lived secrets, while CISA guidance reinforces the need to reduce static trust wherever possible. The best practice is evolving, but the consistent theme is that PQC readiness is a chain property, not a single-device property. These controls tend to break down in environments that rely on legacy PKI automation, because certificate issuance and recovery still depend on classical root-of-trust components.

Common Variations and Edge Cases

Tighter cryptographic assurance often increases migration cost, operational complexity, and interoperability risk, so organisations have to balance stronger end-to-end trust against business continuity. A PQC-capable HSM may be enough for near-term risk reduction when the environment can tolerate a hybrid model, but that should be treated as a transition state rather than a final posture. There is no universal standard for this yet, especially where CA hierarchies, regulated signing workflows, or vendor-managed recovery procedures are involved.

Edge cases matter. Some organisations only need PQC at the signing tier, while the rest of the workflow can remain operationally controlled. Others need certificate issuance, attestation, and recovery to be hardware-rooted because the workload is high assurance or externally audited. A common failure mode is assuming that replacing the signing algorithm alone removes dependence on classical boot keys, root certificates, or administrative channels. It does not. The right test is whether any part of the chain can still be subverted outside the post-quantum boundary.

For teams evaluating migration plans, the practical question is not “Is the HSM PQC-capable?” but “Which trust links remain classical, and are they acceptable for the assurance target?” That is the same discipline reflected in NHIMG coverage of JetBrains GitHub plugin token exposure, where weak trust handling around non-human identity material creates outsized exposure. A PQC-capable HSM helps, but it is only enough when the whole issuance and recovery model aligns with the required assurance level.

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
OWASP Non-Human Identity Top 10 NHI-03 Covers lifecycle and rotation risks that remain even with PQC-capable hardware.
NIST CSF 2.0 PR.AC-1 Access and trust decisions must match the assurance boundary, not just the device feature set.
NIST AI RMF AI RMF logic helps structure risk decisions when technology capability is only one part of assurance.

Assess whether the full trust chain meets the intended risk tolerance before accepting PQC hardware as sufficient.