Missing User Warnings
Medium
- Confidence
- 89% confidence
- Finding
- The skill provides a bulk deletion command (`find ... | xargs sed -i '/console\.log/d'`) that can modify many source files, yet the warning is minimal and the command is error-prone. In a code-modifying assistant context, encouraging one-command destructive edits without strong safeguards can cause accidental source corruption, unintended deletions, or unsafe use in the wrong path/shell environment.
