virtualbox
Warn
Audited by Socket on Feb 26, 2026
1 alert found:
AnomalyAnomalyscripts/virtualbox-utils.ts
LOWAnomalyLOW
scripts/virtualbox-utils.ts
This module is not overtly malicious — it provides legitimate VirtualBox management functionality — but it contains a significant command-injection risk because it constructs shell command strings from untrusted inputs and executes them with child_process.exec. Additionally, several functions can perform destructive filesystem/VM operations. Do not expose these APIs to untrusted inputs; prefer execFile/spawn with argument arrays or robust escaping/validation of all string inputs.
Confidence: 90%Severity: 60%
Audit Metadata