Back to skill
Skillv1.0.0

ClawScan security

Skylv Cron Parser · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignApr 20, 2026, 5:54 AM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's instructions and requirements are internally consistent for a cron-expression parser: it contains only documentation and validation rules and requests no installs, credentials, or system access.
Guidance
This skill appears safe and coherent: it only documents cron syntax and validation rules and requests no access to your system or secrets. Before installing, consider whether you want the agent to be able to edit or install cron jobs on your system — if you do, that would require additional permissions that this skill does not request. If a future version adds network access, file paths (e.g., /etc/crontab), or environment variables for system credentials, treat those changes as higher risk and re-evaluate.

Review Dimensions

Purpose & Capability
okName and description match the SKILL.md content (parsing/validation/explanation of cron expressions). No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
okSKILL.md contains only cron format, examples, and validation rules; it does not instruct the agent to read files, access environment variables, call external endpoints, or perform any privileged operations.
Install Mechanism
okNo install spec or code files are present; this is an instruction-only skill so nothing is written to disk or fetched at install time.
Credentials
okThe skill requires no credentials, config paths, or environment variables — appropriate for a local parser/explainer.
Persistence & Privilege
okalways is false and the skill does not request persistent/privileged presence or modify other skills or system settings.