Cache Migration

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The skill bundle provides tools for migrating application caches and data directories using NTFS Junctions on Windows, which requires administrative privileges. Key scripts such as migrate-any.ps1 and migrate-vscode.ps1 perform high-risk operations, including the recursive deletion of user data directories (Remove-Item -Recurse -Force) and the modification of executable startup scripts (e.g., code.cmd) to inject path arguments. While these behaviors are plausibly aligned with the stated purpose of freeing disk space, the combination of high-privilege requirements, potential for data loss if interrupted, and modification of application binaries fits the criteria for a suspicious classification.