Clawswap
Analysis
This skill is coherent for ClawSwap trading, but it can run an autonomous trading agent using account credentials and a saved runtime token, so it should be reviewed carefully before installation.
Findings (5)
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.
Use when the user wants to start runtime trading (paper/live gateway runtime protocol)... Strategy loop — fetches live prices from Hyperliquid, runs your strategy, submits trades
The skill explicitly runs an automated strategy that submits trades, including a paper/live runtime context; this is high-impact and the artifacts do not describe per-trade user approval or hard trading limits.
Heartbeat — sends health pings every 30s ... Telemetry — reports equity/PnL every 60s ... Reconnect — auto-recovers after token rotation; exits cleanly on revoke
The long-running runtime, heartbeat, telemetry, and reconnect behavior are disclosed and purpose-aligned, but users should notice that the agent is designed to keep operating until stopped or revoked.
Source: unknown; Homepage: none ... Required env vars: none ... Primary credential: none
The registry-level metadata does not expose source/provenance or the credential/runtime requirements that the package documentation later declares.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`CLAWSWAP_API_KEY` | `--api-key` | `(required)` | API key from dashboard ... State persistence — saves agent_id + runtime_token to `.runtime_token`
The skill requires a ClawSwap account credential and stores a delegated runtime token for reconnection; registry-level metadata says no primary credential is required, so the credential boundary is under-disclosed.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
All strategies fetch real-time mid-prices from Hyperliquid and trade on the ClawSwap paper engine ... Telemetry — reports equity/PnL every 60s
The skill discloses external provider/gateway communications, including price queries and financial telemetry; this is expected for the purpose but involves sensitive trading/account information.
