vite
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of the Vite CLI (e.g.,
vite,vite build) and its JavaScript API (e.g.,createServer,build,preview). These are standard operations for frontend development and build automation. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of Vite and its official plugins (such as
@vitejs/plugin-vueand@vitejs/plugin-react) via package managers. These references point to well-known packages in the JavaScript ecosystem. - [DATA_EXFILTRATION]: The skill explains how to use
loadEnvto manage environment variables. It explicitly notes the security measure that only variables prefixed withVITE_are exposed to the client, which is a standard safety feature of the Vite framework to prevent accidental credential exposure. - [SAFE]: No patterns of prompt injection, obfuscation, or unauthorized data access were found. The skill serves as an educational and technical reference for the Vite build tool.
Audit Metadata