quality-visual-testing
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation, workflow guidelines, and configuration templates for visual testing. It does not contain executable code beyond standard development scripts.
- [COMMAND_EXECUTION]: Provides standard instructions for installing and running testing frameworks (e.g.,
npm install @percy/cli,npx chromatic). These commands are necessary for the skill's primary purpose and target well-known, reputable packages. - [EXTERNAL_DOWNLOADS]: References official documentation and services from established providers such as Percy (BrowserStack), Chromatic, and Applitools. It also utilizes official GitHub Actions, which are recognized as trusted sources.
- [CREDENTIALS_UNSAFE]: Correctly demonstrates best practices for handling API tokens by using environment variables and CI secrets (e.g.,
${{ secrets.PERCY_TOKEN }}) instead of hardcoding values. - [DATA_EXFILTRATION]: No suspicious data exfiltration patterns were identified. Network activity is limited to standard interactions with configured visual testing service providers.
Audit Metadata