SKILLEMALL.ai

DC hummingbot-developer

Developer skill for running Hummingbot and Gateway from source, building wheel and Docker images, and testing against Hummingbot API running from source. Use this skill when a developer wants to build, run, or test Hummingbot components locally.

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: Michael Feng v1.0.0 13 files · 10 scripts body ≈ 5 441 tokens Open the sourceclawhub.ai analyzed 3 d ago

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

IntegrationDockerInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
45/100
safety, quality, tests
Safety 60%
25
Quality 40%
74
Run on models
none yet
Process rating
C
60/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
When it triggers w 12
50
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
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. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. 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 · 8

  • high Dangerous commands cmd-install-from-url SKILL.md:388
    Installs a package from an untrusted URL / archive
    pip install dist/hummingbot-*.whl --force-reinstall --no-deps
  • high Dangerous commands cmd-install-from-url SKILL.md:607
    Installs a package from an untrusted URL / archive
    conda run -n hummingbot-api pip install <HUMMINGBOT_DIR>/dist/hummingbot-*.whl --force-reinstall --no-deps
  • high Dangerous commands cmd-install-from-url SKILL.md:855
    Installs a package from an untrusted URL / archive
    conda run -n hummingbot-api pip install dist/hummingbot-*.whl --force-reinstall --no-deps
Medium and low: 5
  • medium Dangerous commands cmd-pipe-to-shell-known-host scripts/install_deps.sh:178
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
  • medium Dangerous commands cmd-pipe-to-shell scripts/install_deps.sh:261
    Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
    curl -fsSL https://get.docker.com | sh
    vendor-host
  • medium Dangerous commands cmd-shell-rc scripts/install_deps.sh:308
    Writes to a shell startup file
    echo "  Restart your terminal (or run: source ~/.zshrc) to apply PATH changes."
  • medium Exfiltration net-credential-use scripts/verify_build.sh:262
    Credential used in a network call (verify the destination is the intended service)
    GW_STATUS=$(curl -s --max-time 5 -u "$API_USER:$API_PASS" "$API_URL/gateway/status" 2>/dev/null)
  • low Dangerous commands cmd-background-process scripts/run_dev_stack.sh:97
    Starts a background / autostarted process
    nohup node dist/index.js --passphrase="$PASSPHRASE" --dev > "$GW_LOG" 2>&1 &

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

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 5441 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "commands"

Process rating: all ten parameters 60/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs 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, python, node) that frontmatter does not declare
  • 70Execution cost. Instruction body is 5441 tokens
  • 100Steps. 38 steps
  • 100Failures and branches. 1 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
  • low 19 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (3 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
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +3Description length 245: enough signal without eating the budget
  • +4Structure: 63 headings
  • +3Step-by-step instructions: 38 items
  • +4Has examples (67 code blocks)
  • +3All 11 scripts are documented

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

External checks

ClawHub: suspicious
This appears to be a legitimate Hummingbot developer setup skill, but it uses insecure local defaults and powerful install/service actions that should be reviewed before running.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026