vitest
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive guide for using Vitest, a next-generation testing framework. The instructions and code snippets align with standard software testing practices.
- [EXTERNAL_DOWNLOADS]: The documentation includes commands to install standard testing dependencies such as
jsdom,happy-dom, and official Vitest coverage providers (@vitest/coverage-v8,@vitest/coverage-istanbul) via npm. These are standard packages within the JavaScript testing ecosystem. - [COMMAND_EXECUTION]: The skill provides various CLI commands for running and managing tests (e.g.,
vitest,vitest run,vitest bench). These commands are standard for the tool's operation. - [CREDENTIALS_UNSAFE]: Examples demonstrating how to stub environment variables or global objects use non-sensitive placeholders such as
test-keyorvalue.
Audit Metadata