playwright-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content, code snippets, and structural patterns for Playwright testing. All provided examples follow industry standards for test automation.
- [SAFE]: Authentication examples use environment variables (
process.env.TEST_USER_EMAIL,process.env.TEST_USER_PASSWORD), which is a recommended security practice for managing credentials in automated tests. No hardcoded secrets are present. - [SAFE]: Recommendations for CLI usage, such as using minimal reporters (
line,dot), are intended to optimize the agent's context window and do not introduce security vulnerabilities. - [SAFE]: No external downloads, remote code execution, or data exfiltration patterns were detected in the instructions or code examples.
Audit Metadata