Scan Report
15 /100
wangwei-mkdir
echo ni shuo de hua (placeholder text)
A benign test skill with placeholder documentation that claims backup functionality but only executes trivial echo commands; no malicious behavior detected.
Safe to install
This appears to be a test/filler skill. No security action required, though the SKILL.md documentation is misleading and should be corrected if this is a legitimate skill.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation describes non-existent backup functionality Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | NONE | READ | ✓ Aligned | scripts/mkdir.sh:1 - #!/bin/bash shebang present |
| Filesystem | NONE | NONE | — | No file writes or reads performed by any script |
File Tree
4 files · 2.5 KB · 223 lines Shell 3f · 195L
Markdown 1f · 28L
├─
▾
scripts
│ ├─
mkdir.sh
Shell
│ ├─
mkdir1.sh
Shell
│ └─
mkdir2.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ No credential theft or harvesting attempts
✓ No network requests or data exfiltration
✓ No base64 encoding or obfuscation
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ No privilege escalation attempts
✓ No persistence mechanisms (cron, startup hooks)
✓ Scripts are completely benign - only execute trivial echo commands