azure-keyvault-secrets-ts
Manages application secrets and configuration values using Azure Key Vault Secrets SDK for JavaScript, enhancing security in applications.
Install this skill
or
92/100
Security score
The azure-keyvault-secrets-ts skill was audited on Jun 3, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 35
Template literal with variable interpolation in command context
SourceSKILL.md
| 35 | const vaultUrl = `https://${process.env.AZURE_KEYVAULT_NAME}.vault.azure.net`; |
low line 35
Access to .env file
SourceSKILL.md
| 35 | const vaultUrl = `https://${process.env.AZURE_KEYVAULT_NAME}.vault.azure.net`; |
low line 23
External URL reference
SourceSKILL.md
| 23 | KEY_VAULT_URL=https://<vault-name>.vault.azure.net |
low line 35
External URL reference
SourceSKILL.md
| 35 | const vaultUrl = `https://${process.env.AZURE_KEYVAULT_NAME}.vault.azure.net`; |
Scanned on Jun 3, 2026
View Security Dashboard