clicd-virtualization-panel

Fail

Audited by Snyk on Jun 13, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt includes plaintext passwords in CLI examples (e.g., --password "SecurePass123"), environment variables for admin passwords, and code that prints or sets bearer tokens in Authorization headers, so an agent following it may be required to handle and output secrets verbatim.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). The set is suspicious because it includes a direct raw.githubusercontent.com link to an install.sh from an unfamiliar GitHub user (which encourages piping a remote shell script to sh) — a high-risk distribution pattern; the other URLs (localhost, your-server-ip) are local endpoints and ara.so appears benign, but the remote install script makes the overall set risky.

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 instructs installing and managing a system service and virtualization stack using sudo (curl | sudo sh), editing system files (/etc/clicd/config.yaml, /etc/sysctl.conf, /etc/default/grub), running systemctl and iptables/sysctl commands, and other root-level operations that modify the host system 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
Jun 13, 2026, 10:04 AM
Issues
4
Security Audit — snyk — clicd-virtualization-panel