vitest
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Vitest, documenting standard APIs for testing, mocking, and configuration. No malicious patterns or security risks were identified.
- [EXTERNAL_DOWNLOADS]: The documentation references installation of standard development dependencies like
jsdom,happy-dom, and official Vitest coverage providers (@vitest/coverage-v8,@vitest/coverage-istanbul). These are well-known services and packages used for web development and testing. - [COMMAND_EXECUTION]: Provides examples of standard CLI commands for the Vitest tool (e.g.,
vitest,vitest run --coverage). These commands are intended for local development and CI/CD environments. - [DATA_EXFILTRATION]: No evidence of unauthorized data access or exfiltration. Environment variable and global stubbing examples (
vi.stubEnv,vi.stubGlobal) are standard testing techniques for isolating tests from the real environment.
Audit Metadata