setup-playwright
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute standard package management and test suite commands (e.g.,
npm install,pytest,dotnet test,mvn test) within the context of the local repository to manage dependencies and validate setup. - [EXTERNAL_DOWNLOADS]: The skill initiates browser binary downloads through the official Playwright CLI, a well-known service. These downloads are essential for the tool's core functionality.
- [DATA_EXFILTRATION]: The skill instructs the agent to read local configuration files, such as
.env,package.json, and CI definitions, to extract metadata needed for the test harness configuration. This is a local read operation necessary for the primary setup task and does not involve unauthorized data transmission.
Audit Metadata