azure-identity-ts
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly handles the demonstration of authentication credentials. It uses environment variable access (
process.env) and placeholders (e.g.,<client-secret>) in all examples. Furthermore, it includes dedicated sections in both the main skill file and the acceptance criteria that explicitly warn against hardcoding secrets, identifying it as a security risk. - [EXTERNAL_DOWNLOADS] (SAFE): The skill references the official
@azure/identityand related packages. These are standard libraries provided by a trusted organization (Microsoft/Azure). The installation commandnpm install @azure/identityis appropriate for the skill's stated purpose. - [COMMAND_EXECUTION] (SAFE): The documentation mentions developer tool commands like
az loginandazd auth login. These are standard authentication procedures for the Azure CLI and Azure Developer CLI and do not represent malicious command execution or privilege escalation within the context of this skill.
Audit Metadata