azure-security-keyvault-secrets-java
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SDK Implementation]: The skill implements the official Azure Key Vault Secrets client library. It utilizes standard authentication patterns such as
DefaultAzureCredential, which is the recommended practice for Azure SDKs to securely manage identity across different environments.\n- [Credential Management]: The skill is designed for storing and retrieving sensitive information (passwords, API keys, connection strings). It includes examples of managing secret properties, expiration dates, and tags, which are aligned with security best practices for credential rotation and lifecycle management.\n- [Local File Access]: The backup and restore functionality includes examples of writing secret data to local files (e.g.,secret-backup.blob). This is a standard feature of the SDK for disaster recovery; users should ensure that any local files containing secret backups are protected with appropriate file system permissions.\n- [Network Operations]: The skill performs network requests to Azure's Key Vault service (*.vault.azure.net). These operations are necessary for the skill's functionality and target well-known cloud infrastructure managed by the service provider.
Audit Metadata