testing-frontend
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for frontend testing architectures and does not execute arbitrary code or perform unsafe operations. All provided code snippets are configurations or tests for well-known open-source frameworks.
- [EXTERNAL_DOWNLOADS]: The skill references standard development dependencies and official GitHub Actions (such as actions/checkout and chromaui/action) for CI/CD workflows. These are well-known services within the software development ecosystem.
- [CREDENTIALS_SAFE]: The skill demonstrates the correct method for handling sensitive tokens in CI/CD environments by using environment variable placeholders (e.g.,
${{ secrets.CHROMATIC_PROJECT_TOKEN }}) instead of hardcoding credentials.
Audit Metadata