AntiPattern
Unvalidated State Gets Used
unvalidated-state-flow
State derived from parsing or resumption (URL params, resumed_priv, or converted tensors) flows into control logic like execvp('sh','-c',...) or pointer use without validation, causing parsing/tension bugs and crashes or unsafe command execution.