Auto

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for helping users write scripts and scheduled jobs, with a small but expected persistence risk because it teaches cron and Task Scheduler usage.

This skill appears safe to install as an instruction-only automation helper. Use caution when applying its cron, Task Scheduler, deployment, or script examples: verify the command, schedule, paths, permissions, and rollback/removal steps before enabling recurring automation.

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.

What this means

A scheduled job could keep running after setup, so mistakes may repeat until the user disables the task.

Why it was flagged

The skill teaches users how to create scheduled jobs that can keep running in the future, which is a form of persistence. This is directly aligned with the automation purpose and is presented as user-directed guidance.

Skill content
定时执行某任务(每天、每小时、开机后等) ... Windows ... schtasks /create ... Linux / macOS ... crontab -e
Recommendation

Before creating a cron or Task Scheduler job, review the exact command, schedule, working directory, logs, and how to disable or remove it.