azure-identity-rust
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Supply Chain Safety: The skill includes explicit instructions to use official Microsoft crates while warning against deprecated or community versions. This acts as a security safeguard against dependency confusion or the accidental use of unverified packages.
- Credential Management: It encourages the use of Managed Identity and environment variables instead of hardcoded secrets. This follows the principle of least privilege and secure secret handling.
- External Dependencies: The skill references the installation of Rust crates such as
azure_identityandazure_core. These are standard libraries from the official repository and the trusted crate registry, used as intended for the skill's functionality.
Audit Metadata