aws/internal/os_process
Run an external command and capture its stdout + exit status. Used by the credential-process provider; not a general-purpose subprocess library. Arguments are passed as an explicit list (no shell), so there is no shell-injection surface on the call side.