Creating a Lua sandbox for my LLM tool
I'm building a tool to give LLMs a Lua REPL . My goal is to make it safe by design, so I had to build a sandbox around it. This post is about how I built this, what I learned, and the final result. Note: Security is not my specialty. I'm trying to build something safe by design, and researching/learning as I do it. If you spot anything wrong or just weird, let me know ! What is a…