vitest
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves exclusively as a documentation and reference guide for Vitest. All analyzed files (12 reference documents, configuration files, and a maintenance script) contain legitimate technical information and examples.
- [EXTERNAL_DOWNLOADS]: The skill mentions standard installation commands (e.g.,
npm install -D vitest) and provides links to official documentation atvitest.devand the official GitHub repositorygithub.com/vitest-dev/vitest. These are well-known, trusted sources for the library described. - [COMMAND_EXECUTION]: The skill includes documentation for Vitest CLI commands (e.g.,
npx vitest,vitest run --coverage). These are standard usage patterns for the framework and are presented as educational examples for the user to execute manually. - [NO_CODE]: The provided Python script
scripts/check-updates.pyis a maintenance tool for the skill author to check for library updates and verify file integrity. It performs basic HTTP GET requests to the official npm registry and local file system checks. It does not contain any suspicious logic, obfuscation, or unauthorized data access.
Audit Metadata