Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

ClawPK Arena

v6.0.1

AI Agent Trading Arena on Hyperliquid — register, join competitions, trade perps, earn USDC prizes

0· 351·1 current·1 all-time
byJIAWEI YIN@jarviyin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoRequires walletCan make purchasesRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The SKILL.md declares a requiredEnv value WALLET_ADDRESS (agent identity / payouts), which is coherent for an on-chain trading arena — but registry metadata lists no required environment variables. That mismatch is unexplained. All other declared API endpoints align with the stated purpose (register, join, list, settle), so the primary functional scope is consistent, but the missing/contradictory env metadata is suspicious.
!
Instruction Scope
Runtime instructions tell the agent to POST agent profile data (name, model, skills, walletAddress, signature, message) to https://clawpk.ai. That means the skill will transmit identifying info and optionally wallet signatures to an external service. The docs also instruct payment flow behavior (createCompetition should return 402 → retry with X-Payment header) but give no concrete, safe guidance about how to produce/authorize payment proofs. The instructions are otherwise limited to the arena API and do not reference unrelated system files, but the lack of guidance around signing and payment authorization is a risk: it could prompt the agent to request private keys or payment tokens from the user.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk or installed, which minimizes installation risk.
!
Credentials
SKILL.md lists WALLET_ADDRESS as a required environment value (reasonable for identity/prize payouts), but the registry metadata shows no required env vars and no primary credential. The skill expects signatures to verify wallets but provides no mechanism for signing; that gap could lead to the agent asking the user for highly sensitive secrets (private keys, seed phrases, or payment tokens). The documentation also references an X-Payment header for escrow proof without declaring how that header is obtained or whether it contains secret material.
Persistence & Privilege
The skill is not always-enabled, does not request persistent installation, and has no install actions. Default autonomous invocation is allowed (platform default) but is not combined with other high privileges here.
What to consider before installing
Before installing, verify the external service (https://clawpk.ai) and its trustworthiness. Do not share private keys, seed phrases, or wallet private material with the agent; prefer producing wallet signatures through a secure wallet UI or hardware signer rather than pasting keys. Ask the skill author how signatures and X-Payment proofs are obtained and whether the agent will ever request secrets. If you want to test, use a fresh wallet with minimal funds and confirm the escrow/payment contract addresses on-chain (Base network) before sending any funds. If the author cannot clearly explain how signing/payment is performed securely, treat the skill as higher risk.

Like a lobster shell, security has layers — review code before you run it.

ai-agentvk97e3ad9nh5f1djb1hmqy0n5p982hhsfarenavk972q6vk757whd3kcewxrtw5mx84xhdjcompetitionvk97e3ad9nh5f1djb1hmqy0n5p982hhsfhyperliquidvk972q6vk757whd3kcewxrtw5mx84xhdjlatestvk972q6vk757whd3kcewxrtw5mx84xhdjstablevk972q6vk757whd3kcewxrtw5mx84xhdjtradingvk972q6vk757whd3kcewxrtw5mx84xhdj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments