Skip to main content

test-infrastructure

Establishes core test infrastructure patterns for Vitest in monorepos, enhancing test configuration and mocking standards.

Install this skill

or
95/100

Security score

The test-infrastructure skill was audited on Feb 25, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 65

Access to .env file

SourceSKILL.md
65CODE::"const isIntegrationTest=process.env.VITEST_INTEGRATION==='true'; if(!isIntegrationTest){vi.mock('@workspace/shared/client',...)}",
Scanned on Feb 25, 2026
View Security Dashboard