azure-identity-ts
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- Secure Credential Management: The skill provides patterns for managing Azure credentials securely, recommending the use of
DefaultAzureCredentialand Managed Identities to avoid handling secrets directly in production code. - Explicit Security Anti-Patterns: The acceptance criteria documentation specifically labels hardcoded secrets and access tokens as security risks, providing clear 'incorrect' vs 'correct' examples to guide safe development.
- Official Library Usage: The skill uses official Microsoft packages (
@azure/identity,@azure/core-auth, etc.) and links to official documentation (e.g.,aka.ms,microsoft.com), ensuring resources are sourced from trusted providers. - Environment Variable Guidance: It correctly demonstrates using environment variables for sensitive configuration, which is a standard industry practice for credential management.
Audit Metadata