Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The spawned OpenClaw process inherits nearly the entire parent environment via `{ ...process.env }`, only removing variables prefixed with `BAILING_`. That means unrelated secrets such as cloud credentials, API keys, database passwords, or CI tokens may be exposed to the child process and, indirectly, to any tools/prompts the child can invoke while processing untrusted jobs from the control plane.
