Nansen General Search
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a straightforward Nansen search helper, with the main considerations being the required Nansen API key, the external CLI install, and a broad allowance to run Nansen CLI commands.
Before installing, confirm you trust the `nansen-cli` package and are comfortable giving the agent access to a Nansen API key. Use it for the documented search commands, and prefer a limited or dedicated API key if available.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may be able to invoke broader Nansen CLI functionality than just the documented search examples, using the configured API key.
The agent is allowed to run any command under the `nansen` binary, while the skill’s examples only show `nansen research search` usage.
allowed-tools: Bash(nansen:*)
Use the skill for the documented search workflows and consider narrowing the allowed command pattern if only search is intended.
Queries made through this skill may consume the user’s Nansen API access and operate under their account credentials.
The skill requires a Nansen API key, which gives the CLI access to the user’s Nansen account/API quota for the intended service.
requires:
env:
- NANSEN_API_KEY
primaryEnv: NANSEN_API_KEYUse an appropriately scoped Nansen API key where possible, and monitor usage if API quotas or billing matter.
Installing the skill depends on trust in the external `nansen-cli` package distribution.
The skill depends on installing an external Node package to provide the `nansen` binary; the provided artifacts do not show a pinned version or verified source details.
node | package: nansen-cli | creates binaries: nansen
Install from a trusted package source and prefer pinned or verified versions when available.
