clicd-virtualization-panel
Fail
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to download a shell script from a remote URL and pipe it directly into a root shell (sudo sh), which allows for arbitrary code execution on the host system.
- Evidence:
curl -fsSL https://raw.githubusercontent.com/MengMengCode/CLICD/main/install.sh | sudo shinSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill fetches installation and uninstallation scripts from a third-party GitHub repository that is not associated with a trusted organization or the skill's author.
- Evidence:
https://raw.githubusercontent.com/MengMengCode/CLICD/main/install.sh. - [COMMAND_EXECUTION]: The skill relies on extensive use of administrative privileges to perform operations such as modifying kernel parameters, managing systemd services, and configuring firewall rules.
- Evidence: Commands such as
sudo systemctl,sudo journalctl,sudo sysctl, andsudo iptablesare used throughout the documentation.
Recommendations
- AI detected serious security threats
Audit Metadata