Skip to main content

playwright-testing

Enables writing and maintaining end-to-end tests with Playwright, covering setup, authentication, and CI integration.

Install this skill

or
92/100

Security score

The playwright-testing skill was audited on May 15, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 46

Access to .env file

SourceSKILL.md
46forbidOnly: !!process.env.CI,
low line 47

Access to .env file

SourceSKILL.md
47retries: process.env.CI ? 2 : 0,
low line 48

Access to .env file

SourceSKILL.md
48workers: process.env.CI ? 1 : undefined,
low line 51

Access to .env file

SourceSKILL.md
51baseURL: process.env.BASE_URL || 'http://localhost:3000',
low line 64

Access to .env file

SourceSKILL.md
64reuseExistingServer: !process.env.CI,
low line 51

External URL reference

SourceSKILL.md
51baseURL: process.env.BASE_URL || 'http://localhost:3000',
low line 63

External URL reference

SourceSKILL.md
63url: 'http://localhost:3000',
low line 231

External URL reference

SourceSKILL.md
231npx playwright codegen http://localhost:3000 # Record actions
Scanned on May 15, 2026
View Security Dashboard
Installation guide →