e2e-playwright
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for using the Playwright testing framework. It does not perform any suspicious network operations, file access, or command executions outside of its stated purpose of browser testing.
- [SAFE]: Sensitive information (test credentials) is handled via environment variables (
process.env.TEST_USER,process.env.TEST_PASS), which is a standard and secure practice for managing test secrets. - [SAFE]: The code examples utilize standard APIs from the well-known
@playwright/testlibrary and do not involve any obfuscation or remote code execution.
Audit Metadata