azure-identity-ts
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the '@azure/identity' package. This is an official library provided by Microsoft (a well-known, trusted service) for authenticating with Azure services.
- [CREDENTIALS_UNSAFE]: The documentation mentions various authentication secrets (Client Secrets, Certificates, Tokens). However, it correctly uses placeholders (e.g., '', '') and explicitly advises users to use environment variables or managed identities instead of hardcoding credentials, aligning with security best practices.
Audit Metadata