Skip to main content

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
267await page.screenshot({ path: `screenshots/${testInfo.title}.png` });
low line 187

Access to .env file

SourceSKILL.md
187reuseExistingServer: !process.env.CI,
low line 286

Access to .env file

SourceSKILL.md
286retries: process.env.CI ? 2 : 0,
low line 400

Access to .env file

SourceSKILL.md
400forbidOnly: !!process.env.CI,
low line 401

Access to .env file

SourceSKILL.md
401retries: process.env.CI ? 2 : 0,
low line 402

Access to .env file

SourceSKILL.md
402workers: process.env.CI ? 1 : undefined,
low line 417

Access to .env file

SourceSKILL.md
417reuseExistingServer: !process.env.CI,
low line 155

External URL reference

SourceSKILL.md
155await page.goto('http://localhost:3000/login');
low line 186

External URL reference

SourceSKILL.md
186url: 'http://localhost:3000',
low line 191

External URL reference

SourceSKILL.md
191baseURL: 'http://localhost:3000',
low line 405

External URL reference

SourceSKILL.md
405baseURL: 'http://localhost:3000',
low line 416

External URL reference

SourceSKILL.md
416url: 'http://localhost:3000',
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →