Scan Report
0 /100
understand-image-minimax
图片理解技能,使用 Minimax Coding Plan VLM API 分析图片
A legitimate image understanding skill that properly declares all resource usage and performs only image analysis via the Minimax API.
Safe to install
This skill is safe to use. All capabilities (filesystem read, network read, environment variable access) are declared and necessary for the stated image analysis functionality.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | scripts/understand.cjs:61 - fs.readFileSync(resolvedPath) |
| Network | READ | READ | ✓ Aligned | scripts/understand.cjs:76 - fetch(imageUrl), scripts/understand.cjs:104 - fetch(… |
| Environment | READ | READ | ✓ Aligned | scripts/understand.cjs:22 - process.env.MINIMAX_API_KEY |
1 findings
Medium External URL 外部 URL
https://api.minimaxi.com SKILL.md:36 File Tree
2 files · 5.3 KB · 193 lines JavaScript 1f · 144L
Markdown 1f · 49L
├─
▾
scripts
│ └─
understand.cjs
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ All resource access is explicitly declared in SKILL.md
✓ API key is used only for local authentication with the declared Minimax API
✓ No credential exfiltration - keys never leave the local environment
✓ No obfuscation techniques (base64 piped to bash, eval, etc.)
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env files)
✓ No remote script execution (curl|bash, wget|sh)
✓ No supply chain risks - only uses Node.js built-in modules (fs, path)
✓ No suspicious network destinations beyond the declared API endpoint