azure-keyvault-certificates-rust
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- Use of official Azure SDK libraries: The skill correctly utilizes the
azure_security_keyvault_certificatesandazure_identitycrates, which are the standard, official libraries provided for Rust developers to interact with Azure services. - Authentication best practices: It demonstrates the use of
DeveloperToolsCredentialfor local development, which is a secure and recommended method for authenticating with Azure services without hardcoding credentials. - Secure credential handling: While the code examples include placeholders for vault URLs and optional passwords, these are standard documentation practices and do not involve the use of actual sensitive data or insecure storage methods.
- Verification of external sources: All provided reference links lead to official and well-known repositories, such as Microsoft's GitHub organization, the official Crates.io registry, and Docs.rs documentation, ensuring that developers are using trusted code sources.
Audit Metadata