ray-vpsinit

Fail

Audited by Snyk on Jul 20, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill explicitly shows a CLI command that embeds a panel password as a command-line argument ("/usr/local/x-ui/x-ui setting -username -password ..."), which would force an LLM to handle or emit the secret value verbatim in generated commands — a clear exfiltration risk.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). This is a raw.githubusercontent.com link to a third‑party install.sh that the skill pipes to bash — executing unverified remote shell scripts from an external GitHub user is high-risk and can deliver malware.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs modifying system files (/etc/ssh/sshd_config, /etc/sysctl.d, /etc/fstab), installing packages, creating swap, altering firewall rules, and restarting services (via apt, systemctl, iptables/ufw, ssh-copy-id, curl|bash), all of which change the machine state and require elevated privileges.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 20, 2026, 04:54 PM
Issues
4
Security Audit — snyk — ray-vpsinit