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/test via NPM and utilizes npx playwright install to 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.json to handle authentication across tests. The examples use placeholder credentials (e.g., 'testuser', 'password123') and encourage standard security practices for managing session state.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 08:20 AM
Security Audit — agent-trust-hub — playwright