vite
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive reference for Vite. It contains standard configuration examples, project structures, and CLI command references that match official documentation.
- [COMMAND_EXECUTION]: Includes standard development commands such as
npm install,npm run dev, andvite build. These are routine operations for managing a Vite project and do not involve suspicious or high-privilege operations. - [EXTERNAL_DOWNLOADS]: Mentions standard npm packages from the official
@vitejsscope and references the official Vite documentation (cn.vitejs.dev). No unverified or dangerous remote code execution patterns were found. - [DATA_EXPOSURE]: Includes instructions for standard environment variable management (using
.envfiles with theVITE_prefix), which is a best practice for frontend development and does not expose system secrets.
Audit Metadata