Skip to main content

e2e-testing-patterns

Enables mastery of end-to-end testing with Playwright and Cypress for reliable test suites that enhance deployment confidence.

Install this skill

or
84/100

Security score

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

Categories Tested

Security Issues

medium line 176

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
77forbidOnly: !!process.env.CI,
low line 78

Access to .env file

SourceSKILL.md
78retries: process.env.CI ? 2 : 0,
low line 79

Access to .env file

SourceSKILL.md
79workers: process.env.CI ? 1 : undefined,
low line 190

Access to .env file

SourceSKILL.md
190password: process.env.ADMIN_PASSWORD!,
low line 82

External URL reference

SourceSKILL.md
82baseURL: "http://localhost:3000",
low line 305

External URL reference

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