扫描报告
0 /100
web-search-minimax
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索
Clean web search skill with no security issues - all functionality declared and matches implementation.
可以安装
Skill is safe for use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:36 - API Key 从环境变量读取 |
| 网络访问 | READ | READ | ✓ 一致 | scripts/search.cjs:39 - POST to api.minimaxi.com |
| 文件系统 | NONE | NONE | — | No filesystem operations performed |
1 项发现
中危 外部 URL 外部 URL
https://api.minimaxi.com SKILL.md:34 目录结构
2 文件 · 3.5 KB · 146 行 JavaScript 1f · 98L
Markdown 1f · 48L
├─
▾
scripts
│ └─
search.cjs
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ 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