vercel-xhttp-relay
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the user to install the Xray proxy software using an installation script fetched directly from its official GitHub repository and executed via bash.
- Evidence:
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ installfound inSKILL.md. - [REMOTE_CODE_EXECUTION]: The skill utilizes a piped shell command to install the acme.sh certificate management tool from its official installation domain.
- Evidence:
curl https://get.acme.sh | shfound inSKILL.md. - [COMMAND_EXECUTION]: The deployment workflow involves the global installation and execution of the Vercel CLI to manage environment variables and project deployment.
- Evidence:
npm i -g vercel,vercel env add, andvercel --prodcommands inSKILL.md.
Audit Metadata