Launch a Token
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
If the agent proceeds after gathering launch details, mistakes in supply, allocation, timing, or destination wallet could become costly and hard to undo.
The skill directs use of transaction-capable Genesis tools through finalization, but does not define explicit confirmation, transaction preview, network checks, or spending limits before irreversible on-chain changes.
Step 1: genesis_create_launch ... Step 5: genesis_finalize_launch ... Finalize ... locks configuration, launch goes live
Require explicit user approval before each transaction, especially finalization, and show wallet, network, fees, token supply, allocations, timing, and irreversibility before proceeding.
The skill may operate with the user's default Solana wallet, which could expose real funds to transaction fees, uploads, and launch-related costs.
A Solana keypair is a private wallet credential with authority to sign transactions and spend SOL; the skill does not bound which wallet or network should be used.
The plugin needs a Solana keypair... Environment variable: `SOLANA_KEYPAIR_PATH`... Default: `~/.config/solana/id.json`.
Use a dedicated low-balance launch wallet, avoid default hot wallets, declare the credential requirement clearly, and require wallet/network confirmation before signing.
Users must trust the external Genesis plugin, not just this SKILL.md, for key handling and blockchain transaction behavior.
The instruction-only skill depends on a separately enabled Genesis plugin for the actual transaction tools, so the tool implementation and provenance are outside the provided artifacts.
requires: config: - `plugins.entries.genesis.enabled`
Verify the Genesis plugin source, permissions, and transaction-confirmation behavior before enabling this skill with a funded wallet.
Incorrect metadata, timings, allocations, or images could become public and difficult or impossible to fully reverse.
Launch decisions propagate to external public systems, including Raydium and Arweave; this is expected for the purpose but makes errors persistent.
After deposit period, SOL flows to Raydium and a liquidity pool is created ... Metadata (image + JSON) is uploaded to Arweave via Irys
Carefully review public metadata and all launch parameters before finalizing, and test on a non-production network where possible.
