扫描报告
5 /100
md2docx
Markdown to Word document converter with Chinese font optimization
A legitimate Markdown-to-Word document converter using Pandoc and python-docx with no malicious behavior detected.
可以安装
No action required. The skill performs as documented.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Test imports non-existent class 文档欺骗 | test_md2docx.py:18 |
| 低危 | Unpinned python-docx dependency 供应链 | tools/md2docx.py:9 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | tools/md2docx.py:183 - writes output files and temp files |
| 命令执行 | WRITE | WRITE | ✓ 一致 | tools/md2docx.py:176 - subprocess.run() for pandoc CLI |
| 网络访问 | NONE | NONE | — | No network calls found |
| 环境变量 | NONE | NONE | — | No environment variable access |
6 项发现
中危 外部 URL 外部 URL
https://clawhub.com/skills/md2docx PROJECT_INFO.md:15 中危 外部 URL 外部 URL
https://img.shields.io/badge/ClawHub-Skill-blue README.md:3 中危 外部 URL 外部 URL
https://clawhub.com README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/version-1.0.6-green README.md:4 中危 外部 URL 外部 URL
https://pandoc.org/installing.html README.md:180 中危 外部 URL 外部 URL
http://schemas.openxmlformats.org/wordprocessingml/2006/main tools/md2docx.py:100 目录结构
7 文件 · 33.9 KB · 1135 行 Python 4f · 731L
Markdown 3f · 404L
├─
▾
tools
│ ├─
create_songti_template.py
Python
│ ├─
md2docx.py
Python
│ └─
test_md2docx.py
Python
├─
PROJECT_INFO.md
Markdown
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
test_md2docx.py
Python
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
pandoc | >=2.0 | external CLI | 否 | System dependency, must be installed separately |
python-docx | >=1.2.0 (unpinned) | pip | 否 | Version not pinned in any manifest file |
安全亮点
✓ No credential harvesting or environment variable access
✓ No network requests to external servers
✓ No obfuscation techniques (base64, eval, etc.)
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ No remote code execution vectors
✓ No hidden instructions in comments or HTML
✓ subprocess usage is limited to documented CLI tool (pandoc)
✓ Clean, well-documented code with proper error handling