AI From Scratch/Phase 19/Lesson 26/~90 minutes

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...

Loading lesson page...