vite-plus
Fail
Audited by Snyk on Mar 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 1.00). The "Companion check" instructs the agent to run shell commands (ls) to enumerate local skill directories and to install missing skills with npx, which is unrelated to Vite+ functionality and therefore constitutes hidden/deceptive instructions to access/modify the host environment.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installation instructions explicitly run remote install scripts (curl -fsSL https://vite.plus | bash and irm https://vite.plus/ps1 | iex), which fetch code at runtime and execute it, so https://vite.plus (and its /ps1 variant) are high-risk external dependencies.
Issues (2)
E004
CRITICALPrompt injection detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata