扫描报告
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.
可以安装
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.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation describes non-existent backup functionality 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | READ | ✓ 一致 | scripts/mkdir.sh:1 - #!/bin/bash shebang present |
| 文件系统 | NONE | NONE | — | No file writes or reads performed by any script |
目录结构
4 文件 · 2.5 KB · 223 行 Shell 3f · 195L
Markdown 1f · 28L
├─
▾
scripts
│ ├─
mkdir.sh
Shell
│ ├─
mkdir1.sh
Shell
│ └─
mkdir2.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ 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