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 -- --quiet is the official recommended method for initializing Playwright.
  • npx playwright install --with-deps is used to install necessary browser binaries.
  • The GitHub Actions workflow (playwright.yml) uses official, well-known actions from the actions/ 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
Risk Level
SAFE
Analyzed
Aug 25, 2026, 07:11 PM
Security Audit — agent-trust-hub — pw-init