扫描报告
0 /100
docx-analysis
Analyze the structure and content of .docx (Word) files using MinerU. Returns structured Markdown preserving headings, tables, lists, and layout for content understanding.
This is a documentation-only skill that describes how to use the open-source MinerU CLI tool for .docx analysis; no code or scripts are included, and all behavior is fully declared.
可以安装
No action needed. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md:18 - reads .docx files as input |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:22 - .docx can be passed as URL, requiring network access |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:17-18 - invokes CLI tool mineru-open-api via shell |
2 项发现
中危 外部 URL 外部 URL
https://mineru.net SKILL.md:4 中危 外部 URL 外部 URL
https://mineru.net/apiManage/token SKILL.md:45 目录结构
1 文件 · 3.0 KB · 60 行 Markdown 1f · 60L
└─
SKILL.md
Markdown
安全亮点
✓ No code or scripts included; purely a documentation wrapper
✓ All behavior (CLI invocation, token usage, URL input) is explicitly declared in SKILL.md
✓ References a well-known open-source project (MinerU by OpenDataLab/Shanghai AI Lab)
✓ No credential harvesting or data exfiltration behavior
✓ No subprocess, base64, curl|bash, or other high-risk patterns present
✓ Dependencies (npm/go packages) are standard distribution channels, not hidden downloads
✓ Token is user-supplied and only used for the optional `extract` command, not exfiltrated