playwright-skill

Pass

Audited by Gen Agent Trust Hub on Feb 27, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The lambdatest-setup.ts file and the scaffold-project.sh script utilize shell commands to perform environmental checks and project initialization.
  • lambdatest-setup.ts runs npx playwright --version to synchronize the client version with the cloud environment.
  • scaffold-project.sh automates the creation of directories and files, and manages package installation via npm.
  • [EXTERNAL_DOWNLOADS]: The skill facilitates the download of essential development tools and browser binaries.
  • scaffold-project.sh installs the @playwright/test and typescript packages from the NPM registry.
  • The skill automates the installation of browser binaries using npx playwright install.
  • Cloud integration patterns connect to wss://cdp.lambdatest.com, the official endpoint for LambdaTest's remote browser grid.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 11:12 AM