playwright-e2e-testing
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides defensive coding practices for tests, such as using Valibot or Zod for schema validation of API responses and blocking external network requests using
page.routeto ensure test isolation. - [SAFE]: Standard browser automation features like
page.addInitScriptandpage.routeare used strictly for their intended purpose of initializing test states and mocking backend responses. - [SAFE]: CI configuration guidelines include industry-standard safety checks, such as using
forbidOnlyto prevent the accidental inclusion of focused tests in production environments and configuring appropriate timeouts for build processes.
Audit Metadata