AntiPattern
Command Injection via Shell
shell-command-injection-via-sh-c
User-controlled strings get embedded into shell-spawn paths (e.g., execvp sh -c, popen /bin/sh -c, BASH_CMDS hashing) so restricted shell checks and build-time command execution are bypassed, leading to arbitrary command execution.