playwright-e2e
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for end-to-end testing using Playwright. All provided patterns align with standard development practices.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install
@playwright/testvia npm and download browser binaries usingnpx playwright install. These are official, well-known tools from Microsoft's Playwright project. - [CREDENTIALS_SAFE]: In the authentication section, the skill explicitly warns to "Keep test creds/tokens in env vars (never commit them)" and uses
process.env.TEST_EMAILin examples, which is a recommended security practice for handling secrets in testing environments. - [COMMAND_EXECUTION]: The skill references standard CLI operations for Playwright, such as
npx playwright testandnpx playwright show-report, which are necessary for the skill's stated purpose of running and viewing test results.
Audit Metadata