azure-microsoft-playwright-testing-ts
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing official packages from the
@azureand@playwrightnpm scopes. These represent well-known, trusted technology providers and official Microsoft libraries. - [COMMAND_EXECUTION]: Instructions include standard commands for project initialization (
npm init @azure/playwright@latest) and test execution (npx playwright test). These commands are essential to the skill's purpose of managing browser-based testing. - [CREDENTIALS_UNSAFE]: The documentation demonstrates secure authentication patterns, such as using
DefaultAzureCredentialand Azure CLI login. It correctly guides users to use environment variables and CI/CD secrets (e.g.,${{ secrets.AZURE_CLIENT_ID }}) rather than hardcoding sensitive information.
Audit Metadata