Don't allow `find` commands to run amok
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
This may have been reported before, but given the large number of requests, I can't find it.
When Claude Code wants to execute find requests, it asks me. That's good. But the second option is almost always asking me to always allow find requests. Because find can execute code, this is very, very dangerous and I shouldn't be given this option unless I pass --allow-dangerously-skip-permissions on the command line.
Proposed Solution
Don't allow find commands to always be run without human oversight unless --allow-dangerously-skip-permissions is passed.
Alternative Solutions
Don't allow the option to always accept find commands if --allow-dangerously-skip-permissions isn't passed.
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗