Description
Lua scripts can run inside PHP with resource controls and sandbox boundaries. It is a PHP extension used by applications such as MediaWiki to execute user- or administrator-provided Lua code more safely. Sandboxing reduces risk but does not remove the need to validate scripts, limits, and exposed APIs.