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
| 176 | email: `test-${Date.now()}@example.com`, |
medium line 346
Template literal with variable interpolation in command context
SourceSKILL.md
| 346 | return cy.get(`[data-cy="${value}"]`); |
low line 77
Access to .env file
SourceSKILL.md
| 77 | forbidOnly: !!process.env.CI, |
low line 78
Access to .env file
SourceSKILL.md
| 78 | retries: process.env.CI ? 2 : 0, |
low line 79
Access to .env file
SourceSKILL.md
| 79 | workers: process.env.CI ? 1 : undefined, |
low line 190
Access to .env file
SourceSKILL.md
| 190 | password: process.env.ADMIN_PASSWORD!, |
low line 82
External URL reference
SourceSKILL.md
| 82 | baseURL: "http://localhost:3000", |
low line 305
External URL reference
SourceSKILL.md
| 305 | baseUrl: "http://localhost:3000", |
Scanned on Mar 8, 2026
View Security DashboardGitHub Stars 30.6K
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
openclawtestingqa-engineerfrontend-developerbackend-developerdevops-sreproduct-managerplaywrightdevelopmentproduct
developer-essentialswshobson/agents