| Hi HN, I built a lightweight Windows tool to organize files by relocating them while maintaining their accessibility through symbolic links. The idea came from needing to tidy up my cluttered file system without breaking file paths used by other applications. NeatShift solves this by automating symbolic link creation whenever files or folders are moved. Key Features: - Relocate files without breaking existing references. - Automatic system restore points for added safety. - Modern Windows 11-style UI with drag-and-drop support. - Manage and validate symbolic links easily. It’s free, open source, and still evolving, so I’d love to hear your feedback, suggestions, or contributions! GitHub: [https://github.com/BytexGrid/NeatShift](https://github.com/B... Thanks for checking it out—I’m happy to answer any questions or hear ideas for improvement! |
Further exploration of this repo makes me think this is even sketchier. The wiki tells the user that they can trust the app because, "All our releases are signed using Sigstore for authenticity."[0] This text was added in a commit titled "refactor: remove Sigstore and update license to GPL 3.0."[1] And I don't see evidence that the app has ever used Sigstore at all.
Further, the LICENSE file includes the beginning of the GPLv3 and abruptly cuts it off 20 lines in with "[... rest of GPL 3.0 text ...]."[2]
A low-effort probably AI-generated Windows app that requires Admin privileges and makes false security claims: seems like malware.
[0] https://github.com/BytexGrid/NeatShift/blob/aac860504f093bb1...
[1] https://github.com/BytexGrid/NeatShift/commit/aac860504f093b...
[2] https://github.com/BytexGrid/NeatShift/blob/51a264cf5d5619ee...