AntiPattern
Script Invocation Security Boundary
dynamic-code-execution-boundary-crossing
Untrusted script inputs cross a security boundary during dynamic invocation (e.g., Function/load or shell-like execution), so code that was expected to be non-executed still enables compilation, shell behavior, or interpreter access. Outcomes range from unexpected side effects to access via debug/function loaders.