扫描报告
5 /100
nansen-web-searcher
Search the web for one or more queries in parallel via the Serper API
A minimal, well-documented web search skill that only invokes the declared `nansen` CLI tool via Bash, with no hidden functionality or malicious indicators.
可以安装
This skill is safe to use. No additional review needed.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations declared or observed |
| 网络访问 | READ | READ | ✓ 一致 | Web search via Serper API uses HTTP GET/POST (implicit in nansen tool) |
| 命令执行 | WRITE | WRITE | ✓ 一致 | allowed-tools: Bash(nansen:*) scoped to nansen CLI only |
目录结构
1 文件 · 1.3 KB · 39 行 Markdown 1f · 39L
└─
SKILL.md
Markdown
安全亮点
✓ Skill is purely documentation (SKILL.md only) with no executable code
✓ All permissions (Bash with nansen:* scope) are explicitly declared in metadata
✓ No sensitive path access, credential harvesting, or data exfiltration
✓ API key (NANSEN_API_KEY) is a required input, not harvested
✓ No obfuscation, base64, eval, or suspicious patterns
✓ Clear documentation of tool behavior and output format