He does NOT use —dangerously-skip-permission, but does use /​permissions to pre-allow common bash commands he knows are safe.
Such as, from his screenshot, find. Which has an -exec flag which can execute arbitrary code.
find
-exec
Claude code with the Bash(find:*) permission is --dangerously-skip-permissions with extra steps.
Bash(find:*)
--dangerously-skip-permissions
Such as, from his screenshot,
find. Which has an-execflag which can execute arbitrary code.Claude code with the
Bash(find:*)permission is--dangerously-skip-permissionswith extra steps.