Low Risk — Risk Score 10/100
Last scan:2 days ago Rescan
10 /100
pptx-to-html
Convert PowerPoint (.pptx) presentations to HTML using MinerU
Documentation-only skill that wraps an external CLI tool (mineru-open-api) for PPTX-to-HTML conversion with all capabilities properly declared.
Skill Namepptx-to-html
Duration19.5s
Enginepi
Safe to install
Skill is safe to use. No code execution occurs through the skill itself; all work is delegated to the documented mineru-open-api CLI.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned SKILL.md:21 - reads .pptx files
Network READ READ ✓ Aligned SKILL.md:22 - 'From URL' example shows network fetch
Shell WRITE WRITE ✓ Aligned SKILL.md:19 - executes mineru-open-api CLI
Environment READ READ ✓ Aligned SKILL.md:29 - reads MINERU_TOKEN env var
2 findings
🔗
Medium External URL 外部 URL
https://mineru.net
SKILL.md:4
🔗
Medium External URL 外部 URL
https://mineru.net/apiManage/token
SKILL.md:39

File Tree

1 files · 2.6 KB · 55 lines
Markdown 1f · 55L
└─ 📝 SKILL.md Markdown 55L · 2.6 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
mineru-open-api latest npm/go No External CLI tool - user installs directly via standard package managers

Security Positives

✓ Documentation-only skill with no executable code
✓ All capabilities (filesystem read, network fetch, shell execution) are properly declared in SKILL.md
✓ Uses standard package managers (npm/go) for external tool installation
✓ No hidden functionality or suspicious patterns detected
✓ No credential harvesting beyond the declared MINERU_TOKEN
✓ Open-source tool (MinerU by OpenDataLab) with verifiable provenance
✓ No base64 encoding, eval, or other obfuscation techniques