Avoid security concerns. Must be compatible with current callers to avoid breakage. tests/e2e/lib/utils: ``` exec_cmd() { local cmd="$1" eval "$cmd" if_error_exit "Error: Command $cmd failed" info_message "PASS: Command $cmd successful" } ```