Scan Report
0 /100
vite
Configure and optimize Vite 7 for React projects. Covers build tooling, dev server, plugins, HMR, chunk splitting, Environment API, and Rolldown integration.
This is a pure documentation-only skill containing markdown guidance for Vite 7 build configuration with no executable code, scripts, or network interactions of any kind.
Safe to install
No action needed. This skill is safe to use as it contains only documentation and no executable content.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations found — purely markdown documentation |
| Network | NONE | NONE | — | No network requests — only external documentation URLs in markdown |
| Shell | NONE | NONE | — | No shell scripts or subprocess calls present |
| Environment | NONE | NONE | — | No environment variable access — only discusses VITE_ prefix conventions |
| Skill Invoke | NONE | NONE | — | No skill invocation capabilities declared or implemented |
| Clipboard | NONE | NONE | — | No clipboard operations |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database operations |
9 findings
Medium External URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 Medium External URL 外部 URL
https://vite.dev/guide/ SKILL.md:434 Medium External URL 外部 URL
https://vite.dev/blog/announcing-vite7 SKILL.md:435 Medium External URL 外部 URL
https://vite.dev/guide/migration SKILL.md:436 Medium External URL 外部 URL
https://vite.dev/config/build-options SKILL.md:437 Medium External URL 外部 URL
https://vite.dev/config/server-options SKILL.md:438 Medium External URL 外部 URL
https://vite.dev/guide/env-and-mode SKILL.md:439 Medium External URL 外部 URL
https://voidzero.dev/posts/announcing-rolldown-vite SKILL.md:440 Medium External URL 外部 URL
https://developers.cloudflare.com/workers/vite-plugin/ SKILL.md:441 File Tree
3 files · 31.0 KB · 1022 lines Markdown 2f · 860L
Text 1f · 162L
├─
▾
references
│ └─
build-optimization.md
Markdown
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Security Positives
✓ No executable scripts or code files present — entirely markdown documentation
✓ No dependencies to install, eliminating supply chain risk
✓ No credential harvesting or sensitive data access
✓ No network egress calls or data exfiltration vectors
✓ No shell execution, subprocess, or base64-encoded payloads
✓ All external URLs point to official Vite documentation (vite.dev)
✓ Clear and accurate documentation describing legitimate Vite 7 configuration patterns