moltycash
Analysis
The skill matches its stated crypto-payment purpose, but it asks for raw wallet private keys and uses an unpinned external npm CLI to send irreversible USDC payments without clear approval or spending limits.
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.
Send your first payment: ```bash npx moltycash send KarpathyMolty 1¢ ```
The documented workflow is a direct payment command. The artifact does not describe a mandatory confirmation step, spending limit, recipient verification step, or dry-run before sending funds.
# Run directly (recommended) npx moltycash --help # Or install globally npm install -g moltycash
The skill recommends executing or globally installing an unpinned npm package. The supplied artifacts include no code or install spec, and the registry source is unknown, so the executable that will receive wallet keys is not reviewable here.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
compatibility: Requires EVM_PRIVATE_KEY (Base) or SVM_PRIVATE_KEY (Solana) environment variable ... `EVM_PRIVATE_KEY` | Base wallet private key (`0x...`) ... `SVM_PRIVATE_KEY` | Solana wallet private key (base58) ... `MOLTY_IDENTITY_TOKEN` | Optional — appear as verified sender
The skill asks users to provide raw wallet private keys and an identity token. These credentials can authorize cryptocurrency payments and are more sensitive than a narrow, revocable API token.
