Skip to main content

azure-security-keyvault-keys-dotnet

Manages cryptographic keys in Azure Key Vault using .NET SDK for secure key operations like creation, rotation, and encryption.

Install this skill

or
93/100

Security score

The azure-security-keyvault-keys-dotnet skill was audited on Mar 7, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 28

External URL reference

SourceSKILL.md
28AZURE_KEYVAULT_URL=https://<vault-name>.vault.azure.net
low line 61

External URL reference

SourceSKILL.md
61var kvUri = $"https://{keyVaultName}.vault.azure.net";
low line 195

External URL reference

SourceSKILL.md
195new Uri("https://myvault.vault.azure.net/keys/my-rsa-key/version"),
low line 272

External URL reference

SourceSKILL.md
272new Uri("https://myvault.vault.azure.net/keys/my-key/version"));
low line 405

External URL reference

SourceSKILL.md
405| NuGet Package | https://www.nuget.org/packages/Azure.Security.KeyVault.Keys |
low line 406

External URL reference

SourceSKILL.md
406| API Reference | https://learn.microsoft.com/dotnet/api/azure.security.keyvault.keys |
low line 407

External URL reference

SourceSKILL.md
407| Quickstart | https://learn.microsoft.com/azure/key-vault/keys/quick-create-net |
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →