Scan Report
0 /100
pptx-extract
Extract content from PowerPoint (.pptx) presentations to Markdown using MinerU
Pure documentation skill providing instructions for using the legitimate MinerU open-source PPTX extraction CLI tool; no executable code present.
Safe to install
No action required. Skill is safe to use as it only provides documentation for a known open-source tool.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md - instructs AI to read .pptx input files |
| Network | READ | READ | ✓ Aligned | SKILL.md line 21 - supports extraction from URLs |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md - instructs AI to run mineru-open-api CLI commands |
| Environment | NONE | NONE | — | Optional MINERU_TOKEN usage documented |
| Skill Invoke | NONE | NONE | — | No skill chaining |
| Clipboard | NONE | NONE | — | Not used |
| Browser | NONE | NONE | — | Not used |
| Database | NONE | NONE | — | Not used |
2 findings
Medium External URL 外部 URL
https://mineru.net SKILL.md:4 Medium External URL 外部 URL
https://mineru.net/apiManage/token SKILL.md:48 File Tree
1 files · 3.1 KB · 65 lines Markdown 1f · 65L
└─
SKILL.md
Markdown
Security Positives
✓ Uses established open-source tool (MinerU) from OpenDataLab/Shanghai AI Lab
✓ All external URLs (mineru.net) are declared and relevant to functionality
✓ No executable code - purely documentation
✓ No credential harvesting or exfiltration
✓ No base64, eval, or obfuscated payloads
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Tool versions are pinned (go install with @latest)