MoltMoon Crypto Launcher
Analysis
This skill is coherent for a crypto-launch/trading workflow, but it asks an agent to use a wallet private key and perform irreversible on-chain actions through an unpinned external SDK.
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.
Commands:\n- `launch` Launch token ... includes approval + create flow)\n- `buy` Approve USDC + buy in one flow\n- `sell` Approve token + sell in one flow\n...\n- `migrate` Migrate V1 tokens to V2 (approve + migrate flow)
The documented commands combine token approvals with live financial transactions, including launches, trades, rewards claims, and migration, without clearly bounded approval gates or maximum loss controls in the visible artifact.
npm install @moltmoon/sdk\n...\nnpx -y @moltmoon/sdk moltlaunch --help
The install/run instructions use an unpinned external npm package, including non-interactive npx execution, while the artifact set contains no SDK code for review and the package is expected to handle private keys and transactions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
MOLTMOON_PRIVATE_KEY=0x... # 32-byte hex key with 0x prefix
The skill instructs use of a raw wallet private key for write actions; that key can authorize irreversible blockchain transactions and is not declared in the registry credential requirements.
