Schedule Task
PassAudited by VirusTotal on May 2, 2026.
Findings (1)
The skill provides a utility to manage system crontabs via 'scripts/scheduler.py'. It is classified as suspicious because the 'rebuild_crontab' function is destructive; it overwrites the user's entire crontab using only the tasks stored in its local JSON file, which would result in the loss of any pre-existing cron jobs not managed by this tool. While the ability to schedule arbitrary commands is the stated purpose, the lack of input validation and the potential for unintended system configuration loss represent significant security and reliability risks.
