Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### File System ``` rm -rf / rm -fr / rm -r -f / rm -f -r → "May recursively force-delete files" ``` ---
- Confidence
- 88% confidence
- Finding
- This duplicate finding refers to the same `rm -rf` destructive pattern. In the context of an agent skill for shell execution, allowing recursive forced deletion after only confirmation is insufficient because small parsing mistakes or malicious prompting can cause severe, irreversible filesystem damage.
