azure-microsoft-playwright-testing-ts
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing official, well-known packages from Microsoft and the Playwright team, including
@azure/playwright,@azure/identity, and@playwright/testfrom the NPM registry. - [CREDENTIALS_UNSAFE]: Demonstrates secure authentication workflows using
DefaultAzureCredentialandManagedIdentityCredential, which leverage environment-based or identity-based authentication instead of hardcoding secrets. - [COMMAND_EXECUTION]: Includes instructions for running standard development commands such as
npm init,npm install, andnpx playwright testto manage the project and execute browser tests.
Audit Metadata