Auto

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

NoteHigh Confidence
ASI10: Rogue Agents
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.