Game vulnerable to infinite loops
Most programs would auto-break on an infinite loop. I suggest CC should too. While normal Lua needs a main while loop to run, embedded does not. It uses the game for that.
while true do print("DONGS"); end
That'll freeze the game FOREVER.