Skip to main content

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs and improve deployment confidence.

Install this skill

or
84/100

Security score

The e2e-testing-patterns skill was audited on Mar 2, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180email: `test-${Date.now()}@example.com`,
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349return cy.get(`[data-cy="${value}"]`);
low line 81

Access to .env file

SourceSKILL.md
81forbidOnly: !!process.env.CI,
low line 82

Access to .env file

SourceSKILL.md
82retries: process.env.CI ? 2 : 0,
low line 83

Access to .env file

SourceSKILL.md
83workers: process.env.CI ? 1 : undefined,
low line 194

Access to .env file

SourceSKILL.md
194password: process.env.ADMIN_PASSWORD!,
low line 86

External URL reference

SourceSKILL.md
86baseURL: "http://localhost:3000",
low line 308

External URL reference

SourceSKILL.md
308baseUrl: "http://localhost:3000",
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →