This report was generated in Chinese. Some content may be in Chinese.
Trusted — Risk Score 5/100
Last scan:4 hr ago Rescan
5 /100
web-search-minimax
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索
这是一个功能简单、行为透明的 Minimax API 网络搜索工具,无任何未声明的敏感操作。
Skill Nameweb-search-minimax
Duration20.8s
Enginepi
ClawHub web-search-minimax v1.0.0 by xbos1314
📥 454 📦 1 ⭐ 2
ClawHub Verdict Suspicious env_credential_accessllm_suspicious
Safe to install
无需限制,可安全使用。
ResourceDeclaredInferredStatusEvidence
Network NONE WRITE ✓ Aligned scripts/search.cjs:47-54 POST请求
Environment NONE READ ✓ Aligned scripts/search.cjs:8 读取MINIMAX_API_KEY
Filesystem NONE READ ✓ Aligned scripts/search.cjs:4 加载fs和path模块
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 98L · 2.5 KB
└─ 📝 SKILL.md Markdown 48L · 1.1 KB

Security Positives

✓ 代码结构清晰,逻辑简单易懂
✓ 文档与实际行为完全一致
✓ API 端点硬编码为官方域名,无动态域名/IP
✓ 凭证仅用于访问声明的官方 API
✓ 无 shell 执行、文件写入、凭证外泄等敏感操作
✓ 错误处理完善,用户提示友好