Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- Include exact next command only when additional user action is required. ## Safety Rules - Avoid destructive commands by default (`rm -rf`, force resets, broad chmod/chown) unless explicitly requested. - Never assume network, permissions, or package managers are available; test first. - Prefer scoped operations (specific files/paths/services) over global changes. - Keep secrets out of command output and logs.
- Confidence
- 85% confidence
- Finding
- rm -rf`, force resets, broad chmod/
