Scan Report
0 /100
html-to-text
Convert HTML to plain readable text using MinerU
Pure documentation skill wrapping an open-source CLI tool (MinerU) with all capabilities clearly declared.
Safe to install
This skill is safe to use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md - No file operations declared; CLI may write output as documented |
| Network | READ | READ | ✓ Aligned | SKILL.md:28 - 'mineru-open-api crawl https://example.com/article' |
| Shell | NONE | NONE | — | SKILL.md - No shell execution; only documents CLI tool usage |
| Environment | READ | READ | ✓ Aligned | SKILL.md:38 - 'export MINERU_TOKEN=your-token' |
2 findings
Medium External URL 外部 URL
https://mineru.net SKILL.md:4 Medium External URL 外部 URL
https://mineru.net/apiManage/token SKILL.md:42 File Tree
1 files · 3.0 KB · 58 lines Markdown 1f · 58L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - pure documentation skill
✓ All capabilities clearly declared in SKILL.md
✓ Uses open-source, well-known tool (MinerU by OpenDataLab)
✓ Authentication requirement (MINERU_TOKEN) is documented
✓ External URLs point to legitimate service (mineru.net)
✓ No credential harvesting or exfiltration behavior
✓ No hidden functionality or embedded scripts
✓ Standard CLI tool invocation - no shell injection vectors