e2e-bugfix
Provides a comprehensive bugfix workflow for E2E tests, focusing on debugging Playwright and Cypress failures with effective strategies.
Install this skill
or
84/100
Security score
The e2e-bugfix skill was audited on Feb 9, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 267
Template literal with variable interpolation in command context
SourceSKILL.md
| 267 | await page.screenshot({ path: `screenshots/${testInfo.title}.png` }); |
low line 187
Access to .env file
SourceSKILL.md
| 187 | reuseExistingServer: !process.env.CI, |
low line 286
Access to .env file
SourceSKILL.md
| 286 | retries: process.env.CI ? 2 : 0, |
low line 400
Access to .env file
SourceSKILL.md
| 400 | forbidOnly: !!process.env.CI, |
low line 401
Access to .env file
SourceSKILL.md
| 401 | retries: process.env.CI ? 2 : 0, |
low line 402
Access to .env file
SourceSKILL.md
| 402 | workers: process.env.CI ? 1 : undefined, |
low line 417
Access to .env file
SourceSKILL.md
| 417 | reuseExistingServer: !process.env.CI, |
low line 155
External URL reference
SourceSKILL.md
| 155 | await page.goto('http://localhost:3000/login'); |
low line 186
External URL reference
SourceSKILL.md
| 186 | url: 'http://localhost:3000', |
low line 191
External URL reference
SourceSKILL.md
| 191 | baseURL: 'http://localhost:3000', |
low line 405
External URL reference
SourceSKILL.md
| 405 | baseURL: 'http://localhost:3000', |
low line 416
External URL reference
SourceSKILL.md
| 416 | url: 'http://localhost:3000', |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry