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_keys and azure_identity crates, which are official libraries maintained by the Azure SDK team.
  • Secure Authentication Practices: Examples demonstrate using DeveloperToolsCredential for local development and explicitly recommend ManagedIdentityCredential for 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
Risk Level
SAFE
Analyzed
May 27, 2026, 10:54 AM
Security Audit — agent-trust-hub — azure-keyvault-keys-rust