AntiPattern

Lua Sandbox Escape

lua-sandbox-global-nulling-escape

A recurring sandbox-escape motif where nulling standard globals (os/io/package/debug) is assumed to block execution, but remaining loaders (load/require/debug) still enable arbitrary code execution and module access.