ask-ui
Warn
Audited by Socket on Aug 17, 2026
1 alert found:
AnomalyAnomalyscripts/adapters/process-utils.mjs
LOWAnomalyLOW
scripts/adapters/process-utils.mjs
This code fragment is a generic but security-sensitive process execution helper. It can execute external binaries/scripts supplied or indirectly influenced by callers/environment, and on Windows it explicitly runs PowerShell scripts with '-ExecutionPolicy Bypass' and may use shell execution for '.cmd' targets. No overt malware behaviors (exfiltration/persistence) are present in this fragment, but the execution capabilities warrant strict input validation and hardening in any calling code to prevent unintended command/script execution.
Confidence: 68%Severity: 60%
Audit Metadata