vitest
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill consists of comprehensive instructional content and code examples for the Vitest testing framework. It covers core patterns such as test structure (describe/it/expect), lifecycle hooks, and parameterized testing, which are standard development practices.
- [EXTERNAL_DOWNLOADS]: The documentation and templates reference well-known, industry-standard testing libraries including vitest, msw, @testing-library/react, @testing-library/user-event, and @testing-library/jest-dom. These are trusted packages from the Node.js ecosystem and do not represent a supply chain risk in this context.
- [SAFE]: Mocking examples utilize built-in Vitest utilities like vi.mock, vi.fn, and vi.spyOn to isolate code units. These patterns are used according to best practices and do not perform unauthorized network or file system operations.
- [SAFE]: The provided vitest.config.ts template uses standard configuration options for test environments (jsdom, happy-dom), coverage reporting (v8/istanbul), and path aliasing. No suspicious shell commands or hidden execution triggers were found.
Audit Metadata