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 Jun 3, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 27

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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