Small library for running Lua code in a sandbox
$ luarocks install sandbox
Loads each chunk in a separate environment with a restricted subset of the Lua library. Pure Lua implementation. It doesn't implement memory/execution time restrictions.
root