Desktop Sorter
Security checks across malware telemetry and agentic risk
Overview
The skill's files and instructions are consistent with a simple desktop file-organizer: it moves files on the user's Desktop into extension-based folders and does not request credentials, install software, or contact external networks.
This skill appears to do exactly what it says — move files from your Desktop into folders by extension. Before installing or running it: 1) back up important desktop files (the script moves files, which can overwrite duplicates in target folders); 2) test it in a safe folder (copy some sample files into a temporary folder and run the script there) to confirm behavior on your OS and localized Desktop path; 3) be aware the script uses the USERPROFILE environment variable on Windows (falling back to the shell home on other OSes) — this is just to find the Desktop, not to transmit data; and 4) if you want to avoid possible overwrites, modify the script to copy instead of move or to handle filename collisions. If you want extra assurance, review the small Python script line-by-line (it is short and self-contained).
SkillSpector
SkillSpector findings are pending for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
