Trusted — Risk Score 0/100
Last scan:23 hr ago Rescan
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 Nameweb-search-minimax
Duration18.2s
Enginepi
Safe to install
Skill is safe for use. No action required.
ResourceDeclaredInferredStatusEvidence
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 98L · 2.5 KB
└─ 📝 SKILL.md Markdown 48L · 1.1 KB

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