Cron表达式解析器
PassAudited by ClawScan on May 2, 2026.
Overview
This skill appears to be a straightforward local Cron expression parser, with only a minor dependency/provenance note for the optional next-run feature.
This skill is safe to consider for local Cron expression parsing. Before using the --next feature, verify and install the croniter dependency from a trusted source; otherwise, the included code does not show suspicious behavior.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the user chooses to install croniter, they rely on the external package source and version selected at install time.
The optional next-run calculation depends on an external Python package installed via pip, without a pinned version in the artifact.
- Python 3.x - croniter (pip install croniter)
Install croniter from a trusted package index and consider pinning a known-good version if using this skill in a controlled environment.
