playwright-e2e-testing
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and snippets for using Playwright, a well-known browser automation tool. It does not contain any malicious code, obfuscation, or unauthorized data access patterns.
- [EXTERNAL_DOWNLOADS]: The instructions include standard commands to install Playwright and its browser binaries (e.g.,
npx playwright install). These are fetched from trusted sources associated with Microsoft and the official NPM registry. - [COMMAND_EXECUTION]: The skill documents standard CLI commands for the Playwright test runner (e.g.,
npx playwright test,npx playwright codegen). These are intended for developer use within a testing context. - [CREDENTIALS_UNSAFE]: The skill correctly demonstrates using environment variables (
process.env.TEST_USER_EMAIL) for managing test credentials instead of hardcoding them, adhering to security best practices.
Audit Metadata