Auto Updater Andy27725
Analysis
This skill is clear about creating daily auto-updates, but it would let a scheduled job change Clawdbot and every installed skill without reviewing each update.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Then run: clawdbot doctor --yes ... Run: clawdhub update --all
The recommended cron message directs the agent to run high-impact update and migration commands automatically, including an all-skills update and a yes flag.
npm update -g clawdbot@latest ... clawdhub update --all
The skill recommends unpinned latest/global updates and update-all behavior from external package or skill registries without artifact-shown verification, changelog review, or rollback.
clawdbot cron add ... --cron "0 4 * * *" ... --session isolated ... --wake now ... --deliver
The skill creates a persistent scheduled job that wakes an isolated session and delivers results daily; this continues until removed.
