playwright-test
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill serves as a reference guide for Playwright Test. It provides templates for configuration and best practices for writing end-to-end tests.
- [COMMAND_EXECUTION]: The provided GitHub Actions examples include commands such as
sudo apt-get installfor system font installation andnpx playwright install. These are standard requirements for setting up a testing environment in CI, specifically for handling Japanese/CJK character rendering in screenshots. - [EXTERNAL_DOWNLOADS]: The skill references official and well-known services including the npm registry and GitHub Actions from the official 'actions' organization (e.g.,
actions/checkout@v4). These references are necessary for dependency management and workflow execution in a standard development lifecycle.
Audit Metadata