Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
79
70%
Does it follow best practices?
Impact
96%
2.74xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./clawdbot/auto-updater/SKILL.mdThe canonical home for this skill is auto-updater in jdrhyne/agent-skills
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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 required workflow (SKILL.md "How Updates Work" and references/agent-guide.md Step 2) runs and captures the output of "clawdhub update --all" (and the auto-update script logs SKILL_OUTPUT), which fetches third-party skill packages from the public ClawdHub/registry and the agent parses that output to decide/report what changed—exposing it to untrusted, user-published code/content that can materially alter behavior.
f4ed46f
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.