vitest
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and guide for the Vitest testing framework. All provided code snippets follow standard development practices for unit testing, mocking, and benchmarking.
- [EXTERNAL_DOWNLOADS]: The skill references standard, well-known development dependencies including
memfsfor filesystem mocking andmswfor request mocking. These are retrieved from the official NPM registry viabun add, which is the expected behavior for a JavaScript-centric development tool. - [COMMAND_EXECUTION]: Command examples use the
bunruntime to executevitest. These commands are standard for running test suites, generating coverage reports, and performing type checks within a development environment.
Audit Metadata