Context-Inappropriate Capability
Medium
- Confidence
- 90% confidence
- Finding
- The code executes an external binary and forwards the entire parent process environment to it via `env: process.env`. This can expose unrelated secrets, tokens, and credentials to the child process and any downstream tooling it invokes, which is risky when the binary path and behavior are configurable and not tightly constrained.
