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.tsfile and thescaffold-project.shscript utilize shell commands to perform environmental checks and project initialization. lambdatest-setup.tsrunsnpx playwright --versionto synchronize the client version with the cloud environment.scaffold-project.shautomates the creation of directories and files, and manages package installation vianpm.- [EXTERNAL_DOWNLOADS]: The skill facilitates the download of essential development tools and browser binaries.
scaffold-project.shinstalls the@playwright/testandtypescriptpackages 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