AntiPattern
Shell Command Injection via Wrappers
shell-command-wrapper-injection
User-controlled strings get interpolated into shell-invoked helpers (popen/execvp/sh -c) or shell command tables, so the program ends up executing unintended commands or binaries through /bin/sh -c and related wrapper paths.