Cron Health Check

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill is a read-only cron health checker; it reads local OpenClaw cron logs and can be scheduled, but those behaviors are disclosed and match its purpose.

This appears appropriate for monitoring OpenClaw cron health. Before using it, be aware that it reads local OpenClaw cron history and may print job error details; only enable the sample recurring schedule if you want periodic monitoring.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

What this means

Cron job names, status, and error messages from local OpenClaw state may be surfaced in the skill's output.

Why it was flagged

The script reads persistent OpenClaw cron configuration and run-history files from the user's local OpenClaw home directory.

Skill content
self.jobs_file = self.cron_dir / "jobs.json"
self.runs_dir = self.cron_dir / "runs"
Recommendation

Use this only for the intended OpenClaw home directory, and review output before sharing it because error messages can contain operational details.

What this means

If installed as shown, the health check may run on a recurring schedule and announce results.

Why it was flagged

The documentation provides an optional recurring cron schedule that would invoke the agent periodically if the user configures it.

Skill content
This skill can run periodically to monitor cron job health
Recommendation

Only create the scheduled job if you want ongoing monitoring, choose an appropriate cadence, and disable it when no longer needed.