SKILLEMALL.ai

BC wemol-cli-official

Use when a task may involve Wemol, a drug-discovery computing platform that integrates many biology, AI, and chemistry modules for workflows such as biologics design, small-molecule discovery, molecular simulation, ADMET prediction, virtual screening, structure prediction, antibody engineering, and immunogenicity analysis. This skill is the operating manual for the Wemol CLI client.

Not recommendedcritical or high security findings
ClawHub Agent Skills author: wecomput v1.0.0 MIT-0 15 files body ≈ 3 213 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 61/100 · Has gaps — weak spots: inputs and preconditions, consistency, running it twice

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
67
Quality 40%
95
Run on models
none yet
Process rating
C
61/100
Has gaps
Inputs and preconditions w 11
0
Progress reporting w 2
0
Running it twice w 4
30
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.
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-pipe-to-shell references/install.md:40
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -LsSf https://wemol.wecomput.com/static/wemol-cli/latest/install.sh | sh
Medium and low: 3
  • medium Dangerous commands cmd-execpolicy-bypass references/install.md:95
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy ByPass -c "irm https://wemol.wecomput.com/static/wemol-cli/latest/install.ps1 | iex"
  • medium Dangerous commands cmd-execpolicy-bypass references/install.md:102
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy ByPass -c "irm https://wemol.wecomput.com/static/wemol-cli/latest/install.ps1 | iex"
  • medium Dangerous commands cmd-execpolicy-bypass references/install.md:108
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy ByPass -c "& ([scriptblock]::Create((irm https://wemol.wecomput.com/static/wemol-cli/latest/install.ps1))) -Version v1.0.0"

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

Against the Agent Skills spec

✓ No remarks against the Agent Skills spec

Process rating: all ten parameters 61/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 4 mutating operations with no state check
  • 40Consistency. Frontmatter name (wemol-cli-official) differs from the folder (wemol-cli)
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 100Steps. 129 steps
  • 100Failures and branches. 11 branches, has a failure section
  • 100Execution cost. Instruction body is 3213 tokens
  • 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 (11 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
  • +1No license
  • +2Single-language instructions
  • +4Description says when NOT to use the skill
  • +3Description length 385: enough signal without eating the budget
  • +4Structure: 22 headings
  • +3Step-by-step instructions: 129 items
  • +3Output format is stated explicitly
  • +4Has examples (12 code blocks)
  • +4Reference files are cited in the instructions (6 of 6)

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

External checks

ClawHub: suspicious
This appears to be a legitimate Wemol CLI operating guide, but it needs Review because it normalizes risky installer and credential-handling patterns.
LLM: suspicious (high) · VirusTotal: · 29 May 2026