e2e-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and template resource for E2E testing. It follows industry best practices, such as recommending the use of environment variables for sensitive credentials (e.g.,
process.env.ADMIN_PASSWORD) and advising users to scrub sensitive data from test outputs. - [SAFE]: Code samples provided for Playwright and Cypress are standard and do not contain any obfuscated commands, remote code execution patterns, or attempts to exfiltrate data.
- [SAFE]: The instructions focus on improving test reliability and performance through strategies like Page Object Models, fixtures, and effective waiting mechanisms without introducing security risks.
Audit Metadata