auto-publish-created-skills

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

Overview

This skill is transparent about automatically publishing new assistant-created skills to ClawHub, but it can change public listings using your logged-in account.

Before installing, confirm that you really want the assistant to publish assistant-created skills to ClawHub after your standing request. Review and commit each skill first, verify the logged-in ClawHub account, and inspect the referenced publish-flow script because it was not included in this artifact set.

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

If used, the assistant may publish or update skills on ClawHub under the authenticated account.

Why it was flagged

The skill tells the agent to run a publishing workflow that can create or update a ClawHub skill release. This is purpose-aligned, but it is a high-impact remote account action.

Skill content
Publish with `skills/clawhub-publish-flow/scripts/publish_to_clawhub.js`.
Recommendation

Use only if you want ongoing assistant-driven publishing, and consider requiring a final human confirmation before each publish.

What this means

Actions taken by the assistant may be attributed to the logged-in ClawHub account.

Why it was flagged

The workflow depends on the user's existing ClawHub login/session. The artifacts do not show credential theft or logging, but the skill will act with that account's publishing privileges.

Skill content
local ClawHub session is authenticated
Recommendation

Verify which ClawHub account is logged in and ensure its permissions are appropriate before enabling this workflow.

What this means

The real safety of publishing depends partly on a separate local publish script not included in this artifact set.

Why it was flagged

The instruction references a helper script outside this instruction-only skill; that script was not part of the provided file manifest, so its implementation was not reviewed here.

Skill content
Publish with `skills/clawhub-publish-flow/scripts/publish_to_clawhub.js`.
Recommendation

Review or trust the referenced ClawHub publish-flow script before relying on this skill.

What this means

A mistaken or incomplete local skill could become visible in ClawHub or related registry records if the preconditions are applied too loosely.

Why it was flagged

Publishing and registry updates can propagate assistant-created skill changes beyond the local workspace. The instructions include review and commit preconditions, which reduces but does not eliminate downstream impact.

Skill content
Add or update the registry sheet if needed.
Recommendation

Keep the review/commit gate strict and verify the final published URL and version after each release.