vitest
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The helper scripts
scripts/run_vitest.pyandscripts/inspect_vitest.pyexecute Node.js and Vitest commands. These executions are secured by a sanitization layer inscripts/node_environment.pythat filters thePATHto exclude project-local directories and removes potentially hazardousnpm_*environment variables, ensuring that only trusted system binaries are used.\n- [SAFE]: The skill is built with a defense-in-depth security approach documented inSKILL.md. It implements strict checks on script auto-selection to prevent the execution of malicious command chains and includes filters to remove invisible Unicode characters and bidirectional control codepoints from its output, preventing terminal injection and display spoofing attacks.
Audit Metadata