pw-init
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands to set up the testing environment.
npm init playwright@latest -- --quietis the official recommended method for initializing Playwright.npx playwright install --with-depsis used to install necessary browser binaries.- The GitHub Actions workflow (
playwright.yml) uses official, well-known actions from theactions/organization (e.g.,actions/checkout@v4,actions/setup-node@v4). - All commands are consistent with the skill's primary purpose of configuring a development environment.
Audit Metadata