Backup Rotator
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The backup-rotator skill is a legitimate utility for managing file backups and retention policies. The Python script (scripts/backup_rotator.py) uses standard libraries to perform file copying, compression via the system 'tar' utility, and integrity verification using SHA256 checksums. No evidence of malicious intent, data exfiltration, or prompt injection was found; the code's behavior aligns strictly with its documented purpose of automating backup rotation.
