LLM Wallet - x402 stabelcoin payments on Polygon
Analysis
This is openly a crypto wallet/payment skill, but it can handle private keys and real-money payments through an external npm package, so it deserves careful review before installation.
Findings (4)
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.
llm-wallet pay <url> [--method GET|POST] [--body <json>] **⚠️ IMPORTANT: Always ask user for approval before making payments!**
The payment command can send requests and initiate x402 payments to arbitrary URLs. This is central to the skill and the approval requirement is disclosed, but it is still a sensitive tool the user should notice.
[0] node | package: llm-wallet-mcp | creates binaries: llm-wallet-mcp
The executable wallet/payment behavior comes from an external npm package. The supplied artifacts also state the source is unknown and include no code files, so the implementation that would handle private keys and payments is not reviewable from these artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
llm-wallet import --private-key <key> [--label <name>] Import existing wallet from private key.
A crypto private key is a full spending credential for the wallet. The documented import path gives the installed tool and agent access to that authority, and passing the key as a command-line argument is a risky handling pattern for high-value secrets.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Storage directory (default: ~/.llm-wallet)
The skill keeps persistent local wallet state. The docs also describe transaction history and registered APIs, which are purpose-aligned but may reveal financial activity or influence future paid API calls.
