cronlint
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
CronLint is a legitimate static analysis tool for detecting anti-patterns in scheduled tasks and cron jobs. The core logic in `scripts/analyzer.sh` and `scripts/patterns.sh` uses local regex-based scanning to identify risks like overlapping execution and timezone errors without exfiltrating data. The license validation system in `scripts/license.sh` performs offline JWT decoding and field extraction using standard utilities (python3, node, or jq) and explicitly avoids network calls. The skill's integration with `lefthook` for git hooks and its reporting features are consistent with its stated purpose as a developer productivity and code quality tool.
