testing-strategy
Guides users in implementing comprehensive testing strategies using modern frameworks like Vitest, Jest, and Playwright.
Install this skill
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
Template literal with variable interpolation in command context
| 425 | authorization: `Bearer ${testUser.token}`, |
Template literal with variable interpolation in command context
| 450 | headers: { authorization: `Bearer ${testUser.token}` }, |
Template literal with variable interpolation in command context
| 492 | email: `test-${Date.now()}@example.com`, |
Template literal with variable interpolation in command context
| 713 | hashPassword: vi.fn((password: string) => `hashed_${password}`), |
Template literal with variable interpolation in command context
| 715 | return hash === `hashed_${password}`; |
Access to .env file
| 531 | forbidOnly: !!process.env.CI, |
Access to .env file
| 532 | retries: process.env.CI ? 2 : 0, |
Access to .env file
| 533 | workers: process.env.CI ? 1 : undefined, |
Access to .env file
| 557 | reuseExistingServer: !process.env.CI, |
Access to .env file
| 872 | workers: process.env.CI ? 1 : 4, // Limit parallelism in CI |
External URL reference
| 536 | baseURL: 'http://localhost:3000', |
External URL reference
| 556 | url: 'http://localhost:3000', |
Install this skill with one command
/learn @mgd34msu/testing-strategy