azure-security-keyvault-keys-java
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [Official Azure Library Integration]: The skill references the
com.azure:azure-security-keyvault-keysMaven dependency. This is the standard, official library provided by Microsoft for interacting with Azure Key Vault Keys services. - [Secure Credential Management]: The code examples demonstrate the use of
DefaultAzureCredentialBuilder. This is a security best practice that allows the application to authenticate using environment-specific credentials without hardcoding secrets in the source code. - [Local File Access for Backups]: The skill includes functionality for backing up and restoring cryptographic keys to local storage (e.g.,
key-backup.blob). While this involves local file system interaction, it is a documented feature of the SDK designed for manual key migration or disaster recovery scenarios. - [Cryptographic Standard Compliance]: The skill provides guidance on using recommended algorithms like
RSA_OAEPfor encryption andRS256for signatures, aligning with industry-standard cryptographic practices.
Audit Metadata