Subscribe to the Non-Human & AI Identity Journal

Shadow vault

A shadow vault is a credential store or secrets manager that exists outside sanctioned security oversight. It may still function operationally, but it lacks approved ownership, lifecycle tracking, and monitoring, which makes it a hidden governance and exposure problem.

Expanded Definition

A shadow vault is more than an unsanctioned place where credentials are stored. In NHI operations, it is a parallel secrets control plane that sits outside approved ownership, policy enforcement, rotation standards, and audit coverage. That means the vault may still issue, store, or distribute secrets that production systems depend on, while security teams have no reliable view into its contents or lifecycle.

Usage in the industry is still evolving, and definitions vary across vendors. Some teams use the term for a rogue secrets manager deployed by a development squad; others use it for a legacy vault that continues to function after governance has shifted elsewhere. The common thread is loss of control, not simply bad configuration. This is why a shadow vault differs from ordinary secret sprawl, which can exist even inside sanctioned tooling. A shadow vault adds an ownership gap and a monitoring gap, making it a governance failure as much as a technical one. For adjacent guidance on how secrets become duplicated and detached from policy, see Guide to the Secret Sprawl Challenge and the NIST Cybersecurity Framework 2.0.

The most common misapplication is treating any extra vault instance as a shadow vault, which occurs when an approved multi-environment deployment is mistaken for an unsanctioned control plane.

Examples and Use Cases

Implementing secrets governance rigorously often introduces operational friction, requiring organisations to balance developer speed against the cost of tighter approval, migration, and review workflows.

  • A product team spins up a separate vault for a release pipeline because central approvals are too slow, then keeps using it after the project ends.
  • A legacy application still reads production API keys from an older vault after the security team has migrated the official secrets platform to a new system.
  • A cloud engineering group stores service account tokens in a team-managed secrets store that was never enrolled in enterprise monitoring or rotation policy.
  • An incident response team discovers that a temporary vault used during a merger still contains active credentials months later, with no clear owner or review schedule.

Shadow vaults are often easier to create than to retire, which is why lifecycle discipline matters as much as storage design. The 2025 State of NHIs and Secrets in Cybersecurity found that 50% of organisations are onboarding new vaults without proper security approval, a strong signal that unsanctioned control planes can appear as ordinary delivery shortcuts. For a deeper view of how static and dynamic secrets change vault risk, compare with Ultimate Guide to NHIs — Static vs Dynamic Secrets, and align handling practices with NIST Cybersecurity Framework 2.0.

Why It Matters in NHI Security

Shadow vaults undermine the core NHI security model because secrets are only as governable as the systems that issue, store, and rotate them. When a vault is invisible to the security program, teams cannot reliably answer who owns a secret, where it is replicated, whether it has been rotated, or whether offboarding removed access. That breaks least privilege, weakens incident response, and creates blind spots that attackers routinely exploit once they discover an alternate path to credentials.

NHIMG research shows the scale of this governance problem: 62% of all secrets are duplicated and stored in multiple locations, which makes hidden repositories harder to detect and easier to forget. Duplicate storage is not just clutter, it increases the number of places an attacker can extract usable credentials after a single compromise. A shadow vault can also defeat controls built around sanctioned tooling, because alerting, logging, and revocation workflows never attach to the unsanctioned store. The operational risk then spreads from a single team to the broader identity fabric, especially when the same NHI is reused across applications or environments.

Organisations typically encounter the consequences only after a leak, merger, audit failure, or incident response review, at which point shadow vault remediation 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 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-02 Shadow vaults create unmanaged secret stores outside approved oversight.
NIST CSF 2.0 PR.AC-1 Hidden vault access breaks accountable identity and access governance.
NIST Zero Trust (SP 800-207) Zero Trust requires explicit trust decisions and visibility into credential sources.

Inventory every secrets store, revoke unsanctioned vaults, and enforce a single approved control plane.