visual-regression-tester
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard configuration and test scripts for Playwright and Chromatic, which are industry-standard tools for visual regression testing.
- [EXTERNAL_DOWNLOADS]: The skill installs legitimate development dependencies (
@playwright/test,chromatic) from the official npm registry. - [COMMAND_EXECUTION]: The provided scripts execute standard development commands such as
npm install,npx playwright install, andnpm run buildwithin a controlled CI/CD environment. - [CREDENTIALS_UNSAFE]: The GitHub Actions configuration correctly uses GitHub Secrets (
${{ secrets.CHROMATIC_PROJECT_TOKEN }}) for sensitive authentication tokens rather than hardcoding them.
Audit Metadata