Skip to main content

init

Sets up a production-ready Playwright testing environment, generating configuration, folder structure, and example tests.

Install this skill

or
86/100

Security score

The init skill was audited on Jun 3, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127```yaml
low line 51

Access to .env file

SourceSKILL.md
51forbidOnly: !!process.env.CI,
low line 52

Access to .env file

SourceSKILL.md
52retries: process.env.CI ? 2 : 0,
low line 53

Access to .env file

SourceSKILL.md
53workers: process.env.CI ? 1 : undefined,
low line 71

Access to .env file

SourceSKILL.md
71reuseExistingServer: !process.env.CI,
low line 59

External URL reference

SourceSKILL.md
59baseURL: 'http://localhost:3000',
low line 70

External URL reference

SourceSKILL.md
70url: 'http://localhost:3000',
low line 77

External URL reference

SourceSKILL.md
77- Change `baseURL` to `http://localhost:5173`
low line 81

External URL reference

SourceSKILL.md
81- Change `baseURL` to `http://localhost:3000`
low line 85

External URL reference

SourceSKILL.md
85- Change `baseURL` to `http://localhost:4200`
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →