Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The script claims it "NEVER deletes files" and "only moves them," but in execute mode with --yes it will call shutil.move even when the destination already exists. On many platforms this can overwrite or replace the destination file, causing silent data loss and violating the stated safety guarantee, which is especially risky for an automation tool that users may trust based on that wording.
