skills/louyunxi/skills/vite/Gen Agent Trust Hub

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 loadEnv and .env files. It correctly highlights the safety mechanism where only variables prefixed with VITE_ are exposed to the client-side code, preventing accidental leakage of server-side secrets like DB_PASSWORD.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 16, 2026, 10:09 AM