Todo Manager

AdvisoryAudited by VirusTotal on Apr 17, 2026.

Overview

Type: OpenClaw Skill Name: xiaoming-todo-manager Version: 1.0.0 The skill bundle consists of metadata and documentation for a standard todo management tool. It lacks any executable code, network requests, or suspicious instructions, focusing entirely on task listing, prioritization, and reminders in SKILL.md and README.md.

Findings (0)

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 following the README would run the current latest ClawHub installer rather than a pinned version.

Why it was flagged

The installation example is user-directed and purpose-aligned, but `@latest` is mutable, so the exact installer code can change over time.

Skill content
npx clawhub@latest install todo-manager
Recommendation

Install only from a trusted ClawHub/npm source, and prefer a pinned or official installer version if reproducibility is important.

What this means

The skill may appear to require a network-capable utility even though no reviewed instruction shows why it is needed.

Why it was flagged

The skill is otherwise instruction-only and the visible usage examples do not mention curl, so this dependency declaration is not explained by the provided artifacts.

Skill content
"requires":{"bins":["curl"]}
Recommendation

The publisher should remove the curl requirement if unused, or document exactly why it is needed.