Cron Helper
PassAudited by ClawScan on Feb 24, 2026.
Overview
The skill's files, instructions, and requirements are consistent with a local cron-expression helper; it doesn't request credentials, external network access, or unusual installs.
This skill appears coherent and local-only: it parses and explains cron expressions and prints or saves results. Before running, note: 1) create_cron.py can save a file with a user-provided filename — avoid choosing paths that could overwrite important files; 2) test scripts use subprocess.run(..., shell=True) to invoke the included Python scripts — those test commands are hard-coded and reasonable, but avoid running tests if you don't trust the environment or if you've modified inputs to include shell metacharacters; 3) time calculations are simplified (the code suggests installing croniter for accurate results) — if you need precise next-run times, install croniter; 4) review the scripts locally if you want to be extra cautious. Overall the skill is coherent with its description and doesn't request suspicious permissions or external access.
