virtualmin-backup
Fail
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
sudoextensively across all scripts to executevirtualminCLI tools. This represents a high-privilege execution environment where any vulnerability in the scripts or the underlying platform could lead to full system compromise. - [COMMAND_EXECUTION]: In
scripts/modify-scheduled-backup.sh, the script collects arbitrary arguments into anEXTRA_ARGSarray and passes them directly to asudo virtualmincommand. While the script usesset -euo pipefailand array expansion, passing unvalidated user input directly to administrative commands is a potential command injection vector if the underlying CLI tool does not safely handle its own arguments. - [COMMAND_EXECUTION]: The
scripts/backup-domain.shandscripts/schedule-backup.shscripts usemkdir -pandlson user-provided destination paths with administrative privileges. This could be abused to interact with sensitive filesystem locations.
Recommendations
- AI detected serious security threats
Audit Metadata