Missing User Warnings
Medium
- Confidence
- 96% confidence
- Finding
- The skill instructs the agent to directly modify source files in-place using commands like `sed -i` and temporary backup/restore operations, but it provides no explicit warning, confirmation step, or safer isolation mechanism. This is dangerous because it can unintentionally alter a user's working tree, break builds, overwrite local changes, or leave mutated code behind if the process is interrupted or restoration fails.
