Skip to main content

playwright-e2e-tester

Facilitates comprehensive end-to-end testing with Playwright, enhancing test generation, CI/CD integration, and cross-browser capabilities.

Install this skill

or
98/100

Security score

The playwright-e2e-tester skill was audited on Mar 7, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 148

Access to .env file

SourceSKILL.md
148await page.getByLabel('Email').fill(process.env.TEST_USER!);
low line 149

Access to .env file

SourceSKILL.md
149await page.getByLabel('Password').fill(process.env.TEST_PASS!);
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →