vibehost-deploy
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user to download and execute a shell script directly from a remote URL using a 'pipe to shell' pattern. This method bypasses local inspection of the script's contents before execution.
- Evidence:
curl -fsSL https://vibehost.com/install.sh | shin SKILL.md. - [EXTERNAL_DOWNLOADS]: The skill fetches installation scripts and potentially binary executables from the
vibehost.comdomain. - Evidence: References to
https://vibehost.com/install.shand the CLI download. - [COMMAND_EXECUTION]: The skill relies on several shell commands for its core functionality, including account authentication and site deployment.
- Evidence: Use of
vibehost login,vibehost whoami, andvibehost deploycommands. - [CREDENTIALS_UNSAFE]: The skill describes methods for managing authentication tokens, including reading from a local configuration file and using environment variables. While standard for CLI tools, it involves the handling of sensitive credentials.
- Evidence: Reference to
~/.config/vibehost/config.jsonand theVIBEHOST_TOKENenvironment variable.
Recommendations
- HIGH: Downloads and executes remote code from: https://vibehost.com/install.sh - DO NOT USE without thorough review
Audit Metadata