Scan Report
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.
Safe to install
No action needed. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:18 - reads .docx files as input |
| Network | READ | READ | ✓ Aligned | SKILL.md:22 - .docx can be passed as URL, requiring network access |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:17-18 - invokes CLI tool mineru-open-api via shell |
2 findings
Medium External URL 外部 URL
https://mineru.net SKILL.md:4 Medium External URL 外部 URL
https://mineru.net/apiManage/token SKILL.md:45 File Tree
1 files · 3.0 KB · 60 lines Markdown 1f · 60L
└─
SKILL.md
Markdown
Security Positives
✓ 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