Scan Report
0 /100
web-search-minimax
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索
Clean web search skill with no security issues - all functionality declared and matches implementation.
Safe to install
Skill is safe for use. No action required.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Environment | READ | READ | ✓ Aligned | SKILL.md:36 - API Key 从环境变量读取 |
| Network | READ | READ | ✓ Aligned | scripts/search.cjs:39 - POST to api.minimaxi.com |
| Filesystem | NONE | NONE | — | No filesystem operations performed |
1 findings
Medium External URL 外部 URL
https://api.minimaxi.com SKILL.md:34 File Tree
2 files · 3.5 KB · 146 lines JavaScript 1f · 98L
Markdown 1f · 48L
├─
▾
scripts
│ └─
search.cjs
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ Documentation accurately describes all functionality
✓ Only accesses MINIMAX_API_KEY environment variable - necessary and declared
✓ Makes POST request only to documented endpoint https://api.minimaxi.com
✓ Uses standard Node.js fetch API with no shell execution
✓ No obfuscation, no base64, no suspicious patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env files)
✓ No credential exfiltration or data theft
✓ Clean, readable code with no hidden functionality