azure-security-keyvault-keys-java
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill serves as a guide for integrating with Microsoft Azure's cryptographic key management services using official SDKs.- [EXTERNAL_DOWNLOADS]: The skill references the official Maven dependency
com.azure:azure-security-keyvault-keys. This is a verified library provided by a well-known service (Microsoft) and is standard for the described functionality.- [CREDENTIALS_UNSAFE]: The code samples useDefaultAzureCredentialBuilder, which is the recommended secure method for Azure authentication as it avoids hardcoded secrets by pulling credentials from the execution environment (e.g., environment variables or managed identities).
Audit Metadata