Wangwei Mkdir

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: wangwei-mkdir Version: 1.0.0 The skill bundle consists of three shell scripts (mkdir.sh, mkdir1.sh, and mkdir2.sh) that perform repetitive echo operations. While the documentation in SKILL.md is inconsistent—referencing directory backups while the scripts only output the string 'abc'—there is no evidence of malicious intent, data exfiltration, or harmful execution logic.

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.