playwright-expert
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a high-quality educational resource for Playwright browser automation. It focuses on maintainable testing patterns like the Page Object Model (POM) and resilient locators.
- [CREDENTIALS_UNSAFE]: Analysis of the configuration and authentication examples confirms that only generic placeholders (e.g.,
user@test.com,password123) are used. It correctly recommends the use of environment variables and.envfiles for managing actual secrets. - [EXTERNAL_DOWNLOADS]: The CI/CD configuration (
.github/workflows/playwright.yml) uses standard, official actions from GitHub (actions/checkout,actions/setup-node,actions/upload-artifact) and official Playwright installation commands, which are appropriate for the skill's purpose. - [COMMAND_EXECUTION]: Shell commands provided for debugging (e.g.,
npx playwright test --ui,PWDEBUG=1) are standard developer tools and do not pose a security risk in this context.
Audit Metadata