azure-identity-ts
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for the
@azure/identitylibrary, which is a standard package provided by Microsoft for handling authentication to Azure services. - [EXTERNAL_DOWNLOADS]: Includes instructions to install the
@azure/identitypackage via npm, which is an official and widely-used library for Azure development. - [CREDENTIALS_UNSAFE]: References standard Azure authentication environment variables (e.g.,
AZURE_CLIENT_SECRET) and certificate paths. All examples use placeholders (like<client-secret>) and follow best practices for secret management by recommending environment variables or managed identities rather than hardcoding credentials. - [DATA_EXFILTRATION]: Contains references to legitimate Azure service endpoints (e.g.,
blob.core.windows.net) for use with the SDK. There is no evidence of data being sent to unauthorized external domains.
Audit Metadata