Nansen Token Transfer Analysis
Analysis
This is a straightforward Nansen CLI skill for token transfer analysis, with expected notes about installing the CLI and using a Nansen API key.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
allowed-tools: Bash(nansen:*)
The agent is allowed to invoke the nansen CLI. This is aligned with the skill's purpose, but the permission covers all nansen subcommands rather than only the listed token analysis commands.
node | package: nansen-cli | creates binaries: nansen
The skill depends on installing an external Node package that provides the nansen binary. This is expected for the skill, but the supplied artifacts do not include a pinned package version or homepage.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires:\n env:\n - NANSEN_API_KEY\n primaryEnv: NANSEN_API_KEY
The skill needs a Nansen API key to access Nansen data. This credential use is disclosed and expected for the integration.
