testing-strategy
Guides users in implementing comprehensive testing strategies using modern frameworks like Vitest, Jest, and Playwright.
Install this skill
or
68/100
Security score
The testing-strategy skill was audited on Feb 28, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 425
Template literal with variable interpolation in command context
SourceSKILL.md
| 425 | authorization: `Bearer ${testUser.token}`, |
medium line 450
Template literal with variable interpolation in command context
SourceSKILL.md
| 450 | headers: { authorization: `Bearer ${testUser.token}` }, |
medium line 492
Template literal with variable interpolation in command context
SourceSKILL.md
| 492 | email: `test-${Date.now()}@example.com`, |
medium line 713
Template literal with variable interpolation in command context
SourceSKILL.md
| 713 | hashPassword: vi.fn((password: string) => `hashed_${password}`), |
medium line 715
Template literal with variable interpolation in command context
SourceSKILL.md
| 715 | return hash === `hashed_${password}`; |
low line 531
Access to .env file
SourceSKILL.md
| 531 | forbidOnly: !!process.env.CI, |
low line 532
Access to .env file
SourceSKILL.md
| 532 | retries: process.env.CI ? 2 : 0, |
low line 533
Access to .env file
SourceSKILL.md
| 533 | workers: process.env.CI ? 1 : undefined, |
low line 557
Access to .env file
SourceSKILL.md
| 557 | reuseExistingServer: !process.env.CI, |
low line 872
Access to .env file
SourceSKILL.md
| 872 | workers: process.env.CI ? 1 : 4, // Limit parallelism in CI |
low line 536
External URL reference
SourceSKILL.md
| 536 | baseURL: 'http://localhost:3000', |
low line 556
External URL reference
SourceSKILL.md
| 556 | url: 'http://localhost:3000', |
Scanned on Feb 28, 2026
View Security DashboardGitHub Stars 4
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
openclawtestingqa-engineerfrontend-developerbackend-developerfullstack-developerproduct-managerplaywrightdevelopmentproduct
mgd34msu/goodvibes-plugin