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
| 46 | forbidOnly: !!process.env.CI, |
low line 47
Access to .env file
SourceSKILL.md
| 47 | retries: process.env.CI ? 2 : 0, |
low line 48
Access to .env file
SourceSKILL.md
| 48 | workers: process.env.CI ? 1 : undefined, |
low line 51
Access to .env file
SourceSKILL.md
| 51 | baseURL: process.env.BASE_URL || 'http://localhost:3000', |
low line 64
Access to .env file
SourceSKILL.md
| 64 | reuseExistingServer: !process.env.CI, |
low line 51
External URL reference
SourceSKILL.md
| 51 | baseURL: process.env.BASE_URL || 'http://localhost:3000', |
low line 63
External URL reference
SourceSKILL.md
| 63 | url: 'http://localhost:3000', |
low line 231
External URL reference
SourceSKILL.md
| 231 | npx playwright codegen http://localhost:3000 # Record actions |
Scanned on May 15, 2026
View Security DashboardGitHub Stars 17
Rate this skill
Categorydevelopment
UpdatedMay 31, 2026
jaem1n207/synchronize-tab-scrolling