azure-identity-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- Secure Authentication Practices: The skill promotes the use of DefaultAzureCredential and ManagedIdentityCredential, which are secure-by-default methods for Azure authentication.
- Anti-Pattern Warnings: The documentation includes explicit warnings and code examples highlighting insecure practices to avoid, such as hardcoding secrets or access tokens.
- Official Library Usage: All installation commands and code samples refer to official Microsoft packages (Azure.Identity, Microsoft.Extensions.Azure) available via the NuGet gallery.
- Standard Credential Chains: The instructions correctly detail the use of credential chains for development and production environments, following established cloud security guidelines.
Audit Metadata