Wangwei Mkdir

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 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.