media-organizer
Audited by Socket on Mar 1, 2026
1 alert found:
MalwareThe media-organizer skill aligns with its stated purpose and does not exhibit network communication, credential harvesting, or obvious malicious behavior. The primary security concern is operational: the use of powerful filesystem commands (mv and especially rm -rf) combined with acceptance of arbitrary user paths could lead to accidental or malicious data loss if confirmations are bypassed or if path handling is unsafe. Mitigations (dry-run, path validation, per-batch approvals, avoidance of shell interpolation, backup/quarantine instead of immediate deletion) reduce risk. No evidence of malware or exfiltration in the provided artifact, but the destructive-file-operation surface warrants a moderate security risk rating and careful runtime safeguards.