Nansen Mpp Payment
Analysis
The skill matches its paid Nansen API purpose, but it uses a funded Tempo wallet, broad payment-capable CLI access, and a remote installer without clear spending or approval limits.
Findings (5)
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(tempo:*), Bash(nansen:*)
The skill grants broad CLI access to both Tempo and Nansen even though the described workflow mainly needs paid `tempo request` calls and limited `nansen schema` lookup; combined with payment-capable commands, this lacks clear approval and spending boundaries.
curl -fsSL https://tempo.xyz/install | bash
The skill recommends installing a required external CLI by piping a remote script directly into a shell, with no pinned version, checksum, signature verification, or managed install spec.
curl -fsSL https://tempo.xyz/install | bash
This is an install-to-run flow that executes downloaded shell code. It is purpose-related, but it executes code beyond the instruction-only skill itself and is not bounded by an integrity check.
Use when a user wants anonymous Nansen access without an API key and without managing their own Base/Solana wallet
The wording emphasizes anonymity, but the same instructions require Tempo wallet login and funding; the skill does not clarify what anonymity means or what account/payment metadata Tempo may observe.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
# 2. Log in (creates / unlocks the tempo wallet) tempo wallet login # 3. Fund it with USDC on the chain tempo selects for your environment tempo wallet fund
The setup requires access to a Tempo wallet and funding it with USDC, which is sensitive account and financial authority; the instructions do not define limits on who may authorize use, how much may be spent, or how the wallet should be protected.
