vibehost-deploy
Fail
Audited by Snyk on Jul 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The presence of a direct install script URL (curl | sh) on vibehost.com is high-risk because piping a remote .sh into a shell can execute arbitrary code; the other links are docs/API pages and not downloads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The setup explicitly runs curl -fsSL https://vibehost.com/install.sh | sh which fetches and immediately executes remote code (the VibeHost CLI installer) during runtime, making it a runtime external dependency that executes code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata