Boiling Point
Analysis
This skill is coherent with its stated token launch/trading purpose, but it can use a funded wallet API key to submit real on-chain transactions and does not clearly require per-trade confirmation or spending limits.
Findings (2)
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.
`/trade-token` | POST | Buy/sell (returns tx[]) ... `/send-transaction` | POST | Execute tx on-chain ... For each tx in array: POST /send-transaction
The skill documents a flow where API calls create buy/sell transactions and then submit each returned transaction on-chain. This is a high-impact financial action, and the explicit approval guidance is only stated for token creation, not for every trade or send-transaction.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`Auth`: `Authorization: Bearer $TOKENLAYER_API_KEY` ... `Fund wallet`: Send ETH (gas) + USDC (trading) to your agent wallet address from `/me`
The bearer API key is used with a wallet that the user is expected to fund for gas and trading. That gives the integration authority over real financial assets.
