Trusted — Risk Score 5/100
Last scan:22 hr ago Rescan
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.
Skill Namenansen-web-searcher
Duration24.4s
Enginepi
Safe to install
This skill is safe to use. No additional review needed.
ResourceDeclaredInferredStatusEvidence
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 39L · 1.3 KB

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