playwright
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install
@playwright/testvia NPM and utilizesnpx playwright installto download necessary browser binaries (Chromium, Firefox, WebKit). These are standard installation procedures for the official Microsoft Playwright framework. - [COMMAND_EXECUTION]: The documentation includes standard CLI commands for running tests (
npx playwright test), debugging (npx playwright test --ui), and starting local development servers (npm run start). These commands are typical for a testing toolchain. - [CREDENTIALS_UNSAFE]: The documentation demonstrates the storage state pattern using
playwright/.auth/user.jsonto handle authentication across tests. The examples use placeholder credentials (e.g., 'testuser', 'password123') and encourage standard security practices for managing session state.
Audit Metadata