e2e-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for end-to-end testing. It provides standard configuration files and code patterns for Playwright and Cypress.
- [DATA_EXPOSURE]: No hardcoded credentials were detected. The documentation correctly demonstrates the use of environment variables (
process.env.ADMIN_PASSWORD) for handling secrets in test fixtures. - [EXTERNAL_DOWNLOADS]: The skill references industry-standard tools and libraries such as
@axe-core/playwrightfor accessibility testing, which is a well-known and reputable package. - [COMMAND_EXECUTION]: The provided commands (e.g.,
npx playwright test) are standard development operations for running test suites and do not involve unsafe injection of untrusted input.
Audit Metadata