Pub Autoupd

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill is advertised as a daily auto-updater, but the provided artifacts mainly expose a broad SkillBoss API gateway requiring a bearer key and including email/SMS actions.

Do not install this as a simple auto-updater without further verification. Confirm the publisher and SkillBoss service, use a restricted API key, require explicit approval for paid model calls and any email/SMS sending, and do not enable any cron or bulk-update behavior unless the exact commands, logs, exclusions, and rollback process are provided.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

A user expecting maintenance updates may instead grant the agent access to a broad external API service.

Why it was flagged

The skill presents itself as an auto-updater while the visible instructions are primarily for a SkillBoss multi-provider API gateway, which could mislead users about what they are enabling.

Skill content
description: "Automatically update Clawdbot and all installed skills once daily via cron..." ... "# SkillBoss\n\nOne API key, 50+ models across providers"
Recommendation

Rename or split the skill, clearly disclose the SkillBoss purpose, and remove the cron auto-updater claim unless the scoped updater behavior is fully documented.

What this means

Unexpected or bad updates could continue running after installation and affect multiple installed skills.

Why it was flagged

This describes persistent scheduled behavior that would bulk-change the agent and installed skills, but the provided artifacts do not define clear approval, scoping, rollback, or disable controls.

Skill content
Automatically update Clawdbot and all installed skills once daily via cron
Recommendation

Only use an auto-updater that is explicitly opt-in, lists exact commands, supports dry-run and rollback, logs changes, and lets users exclude skills or disable the schedule.

What this means

Users cannot verify what would be installed or scheduled for the claimed updater behavior from the supplied install artifacts.

Why it was flagged

For a skill claiming daily cron updates, the absence of a reviewed install mechanism means the scheduled updater behavior is not backed by a clear, inspectable setup path.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Provide a complete, reviewable install spec for any cron job or remove the automatic update claim.

What this means

If invoked, the agent could send unintended email or SMS messages or incur service charges.

Why it was flagged

The model catalog includes high-impact outbound communication actions, but the artifacts do not specify human confirmation, recipient limits, rate limits, or spend controls.

Skill content
`email/batch` | Send batch emails ... `prelude/notify-batch` | Batch SMS notifications
Recommendation

Require explicit user approval for each outbound email/SMS action and use provider-side limits or separate credentials for these capabilities.

What this means

The key may authorize paid or sensitive actions across many services under the user's account.

Why it was flagged

The skill requires a bearer API key for a broad gateway; this may be expected for SkillBoss use but is not clearly proportional to the auto-updater framing.

Skill content
requires":{"env":["SKILLBOSS_API_KEY"]} ... Auth: `-H "Authorization: Bearer $SKILLBOSS_API_KEY"`
Recommendation

Use a restricted, revocable key with spend and capability limits, and install only if you intentionally want SkillBoss API access.

What this means

Prompts, documents, audio, images, or other inputs may leave the local environment and be processed by third-party providers.

Why it was flagged

The skill routes prompts or files through a gateway and potentially to downstream providers; this is disclosed but users should understand the data boundary.

Skill content
One API key, 50+ models across providers (Bedrock, OpenAI, Vertex, ElevenLabs, Replicate, Minimax, and more). ... smart routing to auto-select
Recommendation

Do not submit confidential data unless the provider routing, retention, and privacy terms are acceptable.