Description
Provides cross-platform Ruby helpers for starting, monitoring, and stopping child processes. It is useful for test harnesses, automation tools, browser drivers, and applications that need to control external programs.
Child processes can execute untrusted commands and inherit environment data. Validate command arguments and avoid leaking secrets through environment variables or process output.