waydroid
Fail
Audited by Snyk on May 6, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Most links are to legitimate projects (GitHub, Arch Wiki, openSUSE, LineageOS, AUR), but the set includes lesser‑known domains (ota.waydro.id, repo.waydro.id, docs.waydro.id) and explicit instructions to curl a remote script and pipe it to sudo bash or download/flash system/vendor images — a high‑risk pattern because executing remote scripts or images from non‑well‑vetted domains can deliver malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's installation explicitly runs remote code via "curl https://repo.waydro.id | sudo bash", which fetches and executes code at runtime from https://repo.waydro.id and is required for installation, so it is a high-risk external dependency.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill contains many instructions that require elevated privileges and modify system state or system files (e.g., curl | sudo bash, package installs, systemctl enable/start, editing /etc/fstab, modprobe, sudo rm -rf /var/lib/waydroid), so it directly pushes the agent to change and potentially compromise the host system.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata