azure-keyvault-keys-rust
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- Official Dependency Usage: The skill references the
azure_security_keyvault_keysandazure_identitycrates, which are official libraries maintained by the Azure SDK team. - Secure Authentication Practices: Examples demonstrate using
DeveloperToolsCredentialfor local development and explicitly recommendManagedIdentityCredentialfor production environments to avoid hardcoding secrets. - Environment-Based Configuration: The skill suggests using environment variables (e.g.,
AZURE_KEYVAULT_URL) rather than static strings for service configuration. - Cryptographic Best Practices: Documentation highlights server-side operations (wrap/unwrap) where private keys remain protected within Hardware Security Modules (HSMs).
Audit Metadata