Workspace Sandboxing
All file and shell operations are restricted to the workspace directory:Default Blocked Commands
The shell toolkit blocks dangerous commands by default:rm -rf /andrm -rf /*(destructive patterns):(){:|:&};:(fork bomb)mkfs(filesystem formatting)dd if=/dev/zero(disk overwrite)
sudo via the blocked_commands parameter.

