qa-regression
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs 'playwright' and '@playwright/test' from the official NPM registry and downloads browser binaries via the standard 'npx playwright install' command.
- [COMMAND_EXECUTION]: Documentation includes standard shell commands for project initialization and test execution. These are transparent and consistent with the skill's stated purpose of automating web testing.
- [CREDENTIALS_UNSAFE]: Code examples correctly demonstrate the use of environment variables (e.g., 'process.env.TEST_PASSWORD') and GitHub Secrets for handling credentials, explicitly advising against hardcoding sensitive data.
Audit Metadata