Scan Report
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.
Safe to install
This skill is safe to use. No additional review needed.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations declared or observed |
| Network | READ | READ | ✓ Aligned | Web search via Serper API uses HTTP GET/POST (implicit in nansen tool) |
| Shell | WRITE | WRITE | ✓ Aligned | allowed-tools: Bash(nansen:*) scoped to nansen CLI only |
File Tree
1 files · 1.3 KB · 39 lines Markdown 1f · 39L
└─
SKILL.md
Markdown
Security Positives
✓ 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