virtualmin-other
Warn
Audited by Snyk on Jul 6, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). scripts/install-plugin.sh accepts an arbitrary --source URL at runtime (e.g. https://example.com/plugin.tar.gz) and passes it to "virtualmin install-plugin", which will fetch and install plugin code from that external URL and thus can execute remote code on the host.
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 running scripts with sudo and includes commands that add reverse proxies, modify Apache logging, manage shared IPs, create cron jobs, and install plugins — all actions that change system configuration and require elevated privileges.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata