vite
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for Vite configuration and development. All code examples represent standard, documented usage of the Vite API.
- [COMMAND_EXECUTION]: Describes standard CLI commands (
vite,vite build) and JavaScript APIs (createServer,build) used for frontend development. These are the primary functions of the tool and do not involve unauthorized execution. - [EXTERNAL_DOWNLOADS]: References installation of standard Node.js packages (
vite,rolldown-vite) and official plugins (e.g.,@vitejs/plugin-vue) from the npm registry. These are well-known, trusted dependencies in the JavaScript ecosystem. - [DATA_EXPOSURE]: Provides guidance on using
loadEnvand.envfiles. It correctly highlights the safety mechanism where only variables prefixed withVITE_are exposed to the client-side code, preventing accidental leakage of server-side secrets likeDB_PASSWORD.
Audit Metadata