Loading lesson page...
Capstone Lesson 26: Sandbox Runner with Denylist and Path Jail
BuildPython (stdlib)The verification gate decides whether a tool call should run. The sandbox decides what happens when it does. This lesson ships a subprocess runner that refuses dangerous executables, refuses dangerous argv shapes, jails every file path to...