Wangwei Mkdir

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears low-risk, but its name and documentation are confusing because the included scripts only print "abc" rather than creating directories or backups.

This looks benign from the provided artifacts, but it is poorly described. Only install it if you are comfortable with a simple local shell-script skill that appears to print text, not perform mkdir, cron, or backup functionality.

Findings (1)

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 may install or invoke the skill expecting backup or mkdir behavior, but it appears to only print repeated "abc" lines.

Why it was flagged

The documentation suggests cron/backup-style behavior, while the included scripts only print static text. This could mislead a user about what the skill is useful for, but the artifacts do not show destructive or sensitive behavior.

Skill content
# Cron Backup ... # Backup a directory with timestamp./scripts/mkdir.sh  abcd
Recommendation

Treat this as a trivial echo script unless the publisher clarifies the name and documentation; do not rely on it for backups or directory creation.