azure-identity-rust
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- Standard Dependency Management: The skill instructs users to install the
azure_identitycrate using the standardcargo addcommand, which is the conventional and safe way to manage dependencies in Rust projects. - Secure Credential Handling: It encourages the use of
DeveloperToolsCredentialfor local development andManagedIdentityCredentialfor production, aligning with industry best practices for reducing secret exposure. - Reference to Trusted Sources: All external links point to official Microsoft documentation, the project's official GitHub repository, or standard package registries like crates.io and docs.rs.
- Safe Use of Placeholders: The examples use clear placeholders (e.g.,
<your-client-secret>) for sensitive information, preventing accidental hardcoding of credentials.
Audit Metadata