ui-visual-validator
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing well-known development tools and libraries from the official npm registry, including Playwright (maintained by Microsoft), Chromatic, and Percy (maintained by BrowserStack). These are recognized industry-standard services.
- [COMMAND_EXECUTION]: Includes standard bash commands for package installation and execution of test runners (e.g.,
npx playwright install,backstop test). These commands are typical for the skill's stated purpose of CI/CD configuration. - [CREDENTIALS_UNSAFE]: Demonstrates secure handling of authentication tokens by using placeholders (
<token>) and referring to environment secrets (${{ secrets.CHROMATIC_PROJECT_TOKEN }}) for CI/CD workflows, rather than hardcoding sensitive data.
Audit Metadata