e2e-testing
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for E2E testing using Playwright, focusing on the Page Object Model (POM) and test automation best practices.
- [COMMAND_EXECUTION]: Code examples include standard Playwright and npm commands (e.g.,
npx playwright test,npm ci) within a controlled CI/CD context. These are intended for test automation and development workflows. - [EXTERNAL_DOWNLOADS]: The CI/CD example references official GitHub Actions (
actions/checkout@v4,actions/setup-node@v4,actions/upload-artifact@v4) which are provided by the trusted GitHub organization. - [CREDENTIALS_UNSAFE]: No hardcoded secrets were found. The skill demonstrates the use of environment variables (e.g.,
process.env.BASE_URL,${{ vars.STAGING_URL }}) for configuration, which is a recommended security practice for managing environment-specific settings.
Audit Metadata