visual-regression-test-setup
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install well-known testing frameworks and utilities from the official npm registry. These include
@percy/cli,chromatic,playwright, andbackstopjs, which are industry-standard tools for UI testing. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to initialize testing environments and run test suites. The commands provided (e.g.,npm install,npx playwright test) are standard development workflows for the stated purpose of the skill. - [CREDENTIALS_UNSAFE]: The skill correctly handles sensitive information by instructing users to use GitHub Secrets (e.g.,
${{ secrets.PERCY_TOKEN }}) or environment variables rather than hardcoding API keys or project tokens in the configuration files.
Audit Metadata