oura
Warn
Audited by Socket on Apr 3, 2026
1 alert found:
SecuritySecurityscripts/node_modules/powershell-utils/index.js
MEDIUMSecurityMEDIUM
scripts/node_modules/powershell-utils/index.js
This module provides a Windows PowerShell execution primitive: it spawns powershell.exe with '-ExecutionPolicy Bypass' and '-EncodedCommand', where the payload is derived directly from a caller-supplied command string (and an optional caller-chosen executable path). While the snippet alone shows no explicit malware behavior like exfiltration, it significantly increases execution capability and is high risk in contexts where the command or powerShellPath can be influenced by an attacker or untrusted input. Upstream strict validation/allowlisting and strong control over inputs are required to reduce risk.
Confidence: 74%Severity: 70%
Audit Metadata