Skip to main content

implementing-hashicorp-vault-dynamic-secrets

Implements dynamic secrets management using HashiCorp Vault for secure database credentials and automated credential rotation.

Install this skill

or
83/100

Security score

The implementing-hashicorp-vault-dynamic-secrets skill was audited on Jun 10, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 289

Access to root home directory

SourceSKILL.md
289vault write pki/root/generate/internal \
medium line 306

Access to root home directory

SourceSKILL.md
306vault write pki/root/sign-intermediate \
low line 70

External URL reference

SourceSKILL.md
70leader_api_addr = "https://vault-2.corp.local:8200"
low line 73

External URL reference

SourceSKILL.md
73leader_api_addr = "https://vault-3.corp.local:8200"
low line 88

External URL reference

SourceSKILL.md
88api_addr = "https://vault-1.corp.local:8200"
low line 89

External URL reference

SourceSKILL.md
89cluster_addr = "https://vault-1.corp.local:8201"
low line 313

External URL reference

SourceSKILL.md
313issuing_certificates="https://vault.corp.local:8200/v1/pki_int/ca" \
low line 314

External URL reference

SourceSKILL.md
314crl_distribution_points="https://vault.corp.local:8200/v1/pki_int/crl"
low line 457

External URL reference

SourceSKILL.md
457vault_addr="https://vault.corp.local:8200",
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →