DEX Swap & Broadcast
Analysis
This skill is not overtly malicious, but it should be reviewed carefully because it asks for wallet/API credentials and can broadcast irreversible token swap transactions.
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.
"FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx)" and "Token approval handling (ERC-20 approve)"
The skill is explicitly designed to create, sign, and broadcast on-chain swap transactions and handle token approvals. These are irreversible financial actions and can grant token-spending rights.
"Source: unknown"; "Homepage: none"; "No install spec — this is an instruction-only skill"; "1 code file(s): scripts/easy_swap.py"
The artifacts include a financial API client but provide no clear source/homepage provenance or install contract. This is not malicious by itself, but users should inspect provenance before trusting it with signing or API credentials.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"required_context: [api_key, secret_key, passphrase, user_wallet_address, private_key_or_signer]"
The skill requests OKX API secrets and wallet signing authority. The registry metadata declares no primary credential or required env vars, so the sensitive privilege requirement is under-disclosed at install time.
