playwright
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for downloading and installing the
@playwright/testpackage from the npm registry and browser binaries from Microsoft's distribution channels usingnpx playwright install. These operations target established and trusted services. - [COMMAND_EXECUTION]: The reference files include various shell commands for project setup, browser management, and test execution (e.g.,
npx playwright test). These are standard operational commands for the framework. - [REMOTE_CODE_EXECUTION]: The skill references project initialization via
npm init playwright@latest, which executes a remote setup script. Since this is an official tool from a trusted vendor, it is consistent with safe development practices.
Audit Metadata