Pattern
Execution Context Isolation
execution-context-isolation
User-controlled code or commands get handled in “parse/compile/build” contexts rather than true runtime execution, so side effects don’t occur; the stake is assuming runtime/command execution happens when it actually doesn’t.