Expand description
sh.* — Shell command execution.
§Security
Currently no restrictions on command execution — Lua scripts can run
arbitrary shell commands via sh -c. This is intentional during
development; the trust boundary is the Lua script author.
A proper security model (sandboxing, allowlists, capability-based policies, etc.) will be designed separately before production use.