Automatically update OpenClaw and selected skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
77
66%
Does it follow best practices?
Impact
98%
2.00xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./clawdbot/auto-updater/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill's update workflow (references/agent-guide.md and the optional auto-update script in SKILL.md) runs commands that fetch packages from public sources (clawdhub update --all, npm/pnpm/bun updates) and captures SKILL_OUTPUT for the agent to parse and report, meaning untrusted third-party package/content and their textual output from public registries/ClawHub are ingested and can influence subsequent agent behavior.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 0.90). This skill instructs creating system cron jobs, running global package updates (npm -g), and restarting services (openclaw gateway), all of which modify the machine's state and may require elevated privileges, so it can compromise the host.
6768672
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.