Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The spawned process inherits the full parent environment via env: process.env, which can expose sensitive secrets such as API keys, tokens, cloud credentials, and internal configuration to whatever executable is named in the payload. In this proxy, targetCommand is externally supplied through decoded input, so forwarding all environment variables materially increases the blast radius if an unexpected or compromised child process is launched.
