SKILLEMALL.ai

CC earn-hunter

Automatically monitors OKX Flash Earn, Fixed Earn and Flexible Earn opportunities, sends push notifications, and guides subscription. 自动监控 OKX 闪赚、定期和活期赚币机会,推送通知并引导申购。Use when user says: 有闪赚通知我, 监控赚币, monitor earn, notify me about earn, 定时检查理财, 执行 earn-hunter 扫描, earn-hunter scan, 活期年化高了通知我, 监控活期.

ClawHub Agent Skills author: searchworld v1.4.6 MIT-0 17 files · 1 script body ≈ 7 676 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 63/100 · Has gaps — weak spots: result and completion, inputs and preconditions

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
65/100
safety, quality, tests
Safety 60%
53
Quality 40%
82
Run on models
none yet
Process rating
C
63/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
30
When it triggers w 12
50
the three weakest of ten parameters · all ten
This is a copy of a skill from another catalog; the rating counts the canonical one: earn-hunter (ClawHub)

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 27

✓ No critical or high findings

Medium and low: 27
  • medium Dangerous commands cmd-persistence references/scheduler-setup.md:57
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "0 * * * * OKX_PROFILE=live ~/.okx/earn-hunter/scan.sh >> ~/.okx/earn-hunter/cron.log 2>&1") | crontab -
    security skill
  • medium Exfiltration intent-browser-credential-store skill-card.md:35
    Accesses a browser credential / cookie store (documentation of a security skill)
    Mitigation: Use restrictive file permissions, review generated configuration before unattended operation, and remove local state during uninstall if monitoring is no longer needed.
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:315
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "0 * * * * PATH=$CRON_PATH OKX_PROFILE=live ~/.okx/earn-hunter/scan.sh >> ~/.okx/earn-hunter/cron.log 2>&1") | crontab -
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:339
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    cat > ~/Library/LaunchAgents/com.okx.earn-hunter.plist << PLIST
    security skill
  • medium Dangerous commands cmd-persistence SKILL.md:372
    Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)
    launchctl load ~/Library/LaunchAgents/com.okx.earn-hunter.plist
    security skill
  • low Exfiltration exfil-webhook-url references/notify-channels.md:58
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s "https://api.telegram.org/bot${TOKEN}/sendMessage" \
    placeholder
  • low Exfiltration net-credential-use references/notify-channels.md:58
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s "https://api.telegram.org/bot${TOKEN}/sendMessage" \
    security skill
  • low Exfiltration exfil-webhook-url references/notify-channels.md:128
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getUpdates" | jq '.result[0].message.chat.id'
    placeholder
  • low Exfiltration net-credential-use references/notify-channels.md:128
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getUpdates" | jq '.result[0].message.chat.id'
    security skill
  • low Exfiltration exfil-webhook-url references/notify-channels.md:171
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getMe"
    placeholder
  • low Exfiltration net-credential-use references/notify-channels.md:171
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getMe"
    security skill
  • low Exfiltration exfil-webhook-url references/notify-channels.md:175
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getChat?chat_id=…"
    placeholder
  • low Exfiltration net-credential-use references/notify-channels.md:175
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getChat?chat_id=…"
    security skill
  • low Exfiltration exfil-webhook-url references/notify-channels.md:179
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
    placeholder
  • low Exfiltration net-credential-use references/notify-channels.md:179
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
    security skill
  • low Dangerous commands cmd-cron-mention references/scheduler-setup.md:57
    Mentions editing / listing crontab (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "0 * * * * OKX_PROFILE=live ~/.okx/earn-hunter/scan.sh >> ~/.okx/earn-hunter/cron.log 2>&1") | crontab -
    security skill
  • low Dangerous commands cmd-cron-mention references/scheduler-setup.md:76
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l                                           # list all cron jobs
    security skill
  • low Dangerous commands cmd-cron-mention references/scheduler-setup.md:77
    Mentions editing / listing crontab (documentation of a security skill)
    crontab -l | grep -v 'earn-hunter' | crontab -       # pause (remove entry)
    security skill
  • low Exfiltration exfil-webhook-url scripts/scan.sh:319
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    resp=$(curl -s "https://api.telegram.org/bot${TOKEN}/sendMessage" \
    placeholder
  • low Exfiltration net-credential-use scripts/scan.sh:319
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    resp=$(curl -s "https://api.telegram.org/bot${TOKEN}/sendMessage" \
    security skill
  • low Dangerous commands cmd-cron-mention SKILL.md:315
    Mentions editing / listing crontab (documentation of a security skill)
    (crontab -l 2>/dev/null; echo "0 * * * * PATH=$CRON_PATH OKX_PROFILE=live ~/.okx/earn-hunter/scan.sh >> ~/.okx/earn-hunter/cron.log 2>&1") | crontab -
    security skill

A further 6 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 7676 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 63/100

  • 0Result and completion. Does not say what the result is
  • 30Inputs and preconditions. Does not say what the process needs to start
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
  • 70Execution cost. Instruction body is 7676 tokens
  • 100Steps. 156 steps
  • 100Failures and branches. 19 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Running it twice. Mutating operations check current state
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 14 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (8 tags): a typed call is more reliable

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +2Single-language instructions
  • +3Description length 297: enough signal without eating the budget
  • +4Structure: 28 headings
  • +3Step-by-step instructions: 156 items
  • +4Has examples (12 code blocks)
  • +4Reference files are cited in the instructions (4 of 5)
  • +3All 1 scripts are documented
  • +1License stated

Quality base 70; lint remarks subtract, signals add up to 100. Result: 82.

External checks

ClawHub: suspicious
This skill has a legitimate OKX Earn monitoring purpose, but it also sets up persistent background execution and includes high-impact financial workflow instructions that need careful review.
LLM: suspicious (high) · 7 Sept 2026