azure-identity-rust
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is strictly instructional, providing guidance on using the
azure_identityRust library for authentication with Microsoft Entra ID. - [EXTERNAL_DOWNLOADS]: References the official
azure_identitycrate on crates.io and the official Azure SDK for Rust repository on GitHub. These are well-known, trusted sources. - [CREDENTIALS_UNSAFE]: Lists standard Azure environment variables (e.g.,
AZURE_CLIENT_SECRET,AZURE_TENANT_ID) using safe placeholders. No actual secrets or sensitive credentials are hardcoded. - [COMMAND_EXECUTION]: Contains standard installation commands like
cargo add azure_identity, which is the expected method for managing dependencies in Rust projects.
Audit Metadata