vitest-skill
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of standard Vitest CLI commands via
npx, such asnpx vitest runandnpx vitest --ui. These are expected operations for a developer tool focused on testing. - [EXTERNAL_DOWNLOADS]: The skill references the execution of Vitest and related dependencies from the npm registry using the
npxutility. This is standard behavior for JavaScript development workflows. - [SAFE]: The provided configuration examples and test patterns (including mocking and snapshot testing) align with standard Vitest usage and do not contain malicious instructions, obfuscation, or data exfiltration logic.
Audit Metadata