Description
Sandboxed Lua execution helps applications run dynamic analysis scripts while limiting what those scripts can do. It is useful for systems that need configurable processing without giving scripts full process access.
This is a security-sensitive library, not a guarantee that every script is safe. Developers must define limits, resource controls, and data exposure carefully before running untrusted Lua code.