xray
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill executes a remote bash script directly from GitHub using a piped command. This allows for arbitrary code execution on the host machine during the installation phase.
- Evidence (SKILL.md):
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install - [EXTERNAL_DOWNLOADS]: The skill downloads an installation script and related software components from
github.com. While GitHub is a well-known service, the execution of unverified scripts at runtime carries security risks. - [COMMAND_EXECUTION]: The skill uses administrative commands such as
systemctlto manage background services andaptto install dependencies likecertbot. - Evidence (SKILL.md):
systemctl enable --now xrayandapt install -y certbot
Recommendations
- HIGH: Downloads and executes remote code from: https://github.com/XTLS/Xray-install/raw/main/install-release.sh - DO NOT USE without thorough review
Audit Metadata