Skip to main content

tooling-setup

Configures Vite, TypeScript, Biome, and Vitest for React 19 projects, ensuring optimal build and testing setups.

Install this skill

or
90/100

Security score

The tooling-setup skill was audited on May 15, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 86

Access to .env file

SourceSKILL.md
86- Read via `import.meta.env`
low line 92

Access to .env file

SourceSKILL.md
92const apiUrl = import.meta.env.VITE_API_URL
low line 93

Access to .env file

SourceSKILL.md
93const isDev = import.meta.env.DEV
low line 94

Access to .env file

SourceSKILL.md
94const isProd = import.meta.env.PROD
low line 96

Access to .env file

SourceSKILL.md
96// .env.local (not committed)
low line 97

External URL reference

SourceSKILL.md
97VITE_API_URL=https://api.example.com
Scanned on May 15, 2026
View Security Dashboard