web-testing-playwright-e2e
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves its primary purpose of teaching end-to-end testing patterns. All instructional content and code examples align with industry best practices for the Playwright automation framework.
- [COMMAND_EXECUTION]: The configuration examples include the standard use of the
webServercommand (e.g.,npm run dev) to launch local development environments during testing sessions. This is expected behavior for E2E testing tools. - [EXTERNAL_DOWNLOADS]: The skill demonstrates network interaction for API mocking and database seeding. These operations target relative API paths or placeholders like
localhostandexample.com, which are safe and typical for testing environments. - [CREDENTIALS_UNSAFE]: Examples involving authentication and payment flows correctly utilize clearly marked placeholders and test data (e.g.,
user@example.com,SecurePassword123!, Stripe test cards) rather than actual sensitive secrets.
Audit Metadata