扫描报告
5 /100
html-to-html
Clean and restructure HTML documents using MinerU. Takes messy or complex HTML and produces clean, well-formatted HTML output.
This is a thin wrapper skill around the open-source MinerU CLI tool for HTML cleanup, with all capabilities declared in SKILL.md and no hidden functionality.
可以安装
No action needed. The skill is safe to use as documented.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: 'local .html file' / 'extract page.html' |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: '-o ./out/' for output directory |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: 'crawl https://example.com/article' for remote URLs |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md: 'export MINERU_TOKEN' for API token |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: invokes mineru-open-api CLI via npm/go |
2 项发现
中危 外部 URL 外部 URL
https://mineru.net SKILL.md:4 中危 外部 URL 外部 URL
https://mineru.net/apiManage/token SKILL.md:42 目录结构
1 文件 · 3.0 KB · 59 行 Markdown 1f · 59L
└─
SKILL.md
Markdown
安全亮点
✓ All capabilities are explicitly declared in SKILL.md
✓ No scripts or code files included — purely a documentation wrapper
✓ Uses a well-known open-source project (MinerU, OpenDataLab/Shanghai AI Lab)
✓ No credential exfiltration — MINERU_TOKEN is used only for the declared API
✓ No sensitive path access or hidden file operations
✓ No base64, eval, or obfuscated code
✓ No external IP hardcoding or C2 indicators