CtrlK
BlogDocsLog inGet started
Tessl Logo

auto-updater

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

2.00x
Quality

66%

Does it follow best practices?

Impact

98%

2.00x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./clawdbot/auto-updater/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W013: Attempt to modify system services in skill instructions

What this means

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.

Why it was flagged

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.

Repository
jdrhyne/agent-skills
Audited
Security analysis
Snyk

Is this your skill?

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.