Skip to main content

vite

Facilitates the setup of Vite projects with features like dev server, HMR, and build configuration for modern frontend development.

Install this skill

or
94/100

Security score

The vite skill was audited on Mar 21, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 27

Access to .env file

SourceSKILL.md
27| Features | `import.meta.glob`, asset queries (`?raw`, `?url`), `import.meta.env`, HMR API | [core-features](references/core-features.md) |
low line 62

External URL reference

SourceSKILL.md
62server: { port: 3000, proxy: { '/api': 'http://localhost:8080' } },
Scanned on Mar 21, 2026
View Security Dashboard