SKILLEMALL.ai

DD httpie

HTTPie - 人性化的 HTTP 命令行客户端

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: CN-big-cabbage v0.1.1 MIT-0 6 files body ≈ 639 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process D 41/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ReferenceInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
59/100
safety, quality, tests
Safety 60%
58
Quality 40%
61
Run on models
none yet
Process rating
D
41/100
Unfinished process
Result and completion w 14
0
When it triggers w 12
0
Inputs and preconditions w 11
0
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.

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. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 4

  • high Dangerous commands cmd-install-from-url guides/01-installation.md:319
    Installs a package from an untrusted URL / archive
    pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie
  • high Dangerous commands cmd-install-from-url guides/01-installation.md:322
    Installs a package from an untrusted URL / archive
    pip3 install -i https://mirrors.aliyun.com/pypi/simple/ httpie
Medium and low: 2
  • medium Dangerous commands cmd-shell-rc troubleshooting.md:44
    Writes to a shell startup file
    echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
  • low Exfiltration net-credential-use troubleshooting.md:287
    Credential used in a network call (verify the destination is the intended service) (security demo / example; quoted — discussed, not commanded)
    http -a "username:$API_PASS" https://api.example.com/protected
    demoquoted

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

Against the Agent Skills spec

  • warning description-short description under 40 chars: too little signal for triggering
  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 41/100

  • 0Result and completion. Does not say what the result is
  • 0When it triggers. No condition that starts the skill
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 3 mutating operations with no state check
  • 60Tools and files. Uses tools (web, python) that frontmatter does not declare
  • 100Steps. 37 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 639 tokens

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)
  • +3Description length 25: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 14 headings
  • +3Step-by-step instructions: 37 items
  • +4Has examples (4 code blocks)

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

External checks

ClawHub: suspicious
This HTTPie skill is mostly a coherent command-line API testing guide, but it gives agents broad permission to install software, run live network requests, persist sessions, and handle credentials without enough user-control or safety guidance.
LLM: suspicious (high) · VirusTotal: · 16 Jun 2026