SKILLEMALL.ai

CB standalone-setup

Deploy a self-hosted Mobazha store on any Linux VPS using Docker. Use when the user wants to set up a standalone store on a server.

ClawHub Agent Skills author: fengzie v0.2.0 MIT-0 3 files body ≈ 1 341 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process B 67/100 · Nearly there — weak spots: result and completion, consistency

ReferenceDockerInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
70/100
safety, quality, tests
Safety 60%
60
Quality 40%
84
Run on models
none yet
Process rating
B
67/100
Nearly there
Result and completion w 14
0
Consistency w 8
40
Tools and files w 18
60
the three weakest of ten parameters · all ten

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.

How to improve

    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 · 20

    ✓ No critical or high findings

    Medium and low: 20
    • medium Dangerous commands cmd-pipe-to-shell references/install-flags.md:26
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash
      vendor-host
    • medium Dangerous commands cmd-pipe-to-shell references/install-flags.md:32
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay tor
      vendor-host
    • medium Dangerous commands cmd-pipe-to-shell SKILL.md:55
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash
      vendor-host
    • medium Dangerous commands cmd-pipe-to-shell SKILL.md:67
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay tor
      vendor-host
    • medium Dangerous commands cmd-pipe-to-shell SKILL.md:73
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --testnet
      vendor-host
    • low Dangerous commands cmd-pipe-to-shell references/install-flags.md:3
      Downloads and executes remote code from an unrecognised host (pipe to shell) (detector / deny-list definition; the skill's own vendor host)
      Source: `curl -sSL https://get.mobazha.org/standalone | sudo bash [options]`
      detectorvendor-host
    • low Dangerous commands cmd-privilege references/install-flags.md:3
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      Source: `curl -sSL https://get.mobazha.org/standalone | sudo bash [options]`
      detector
    • low Dangerous commands cmd-privilege references/install-flags.md:26
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      curl -sSL https://get.mobazha.org/standalone | sudo bash
      detector
    • low Dangerous commands cmd-pipe-to-shell references/install-flags.md:29
      Downloads and executes remote code from an unrecognised host (pipe to shell) (security demo / example; the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com
      demovendor-host
    • low Dangerous commands cmd-privilege references/install-flags.md:29
      Privilege escalation / world-writable permissions (detector / deny-list definition; security demo / example)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com
      detectordemo
    • low Dangerous commands cmd-privilege references/install-flags.md:32
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay tor
      detector
    • low Dangerous commands cmd-pipe-to-shell references/install-flags.md:35
      Downloads and executes remote code from an unrecognised host (pipe to shell) (security demo / example; the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com --overlay tor --testnet
      demovendor-host
    • low Dangerous commands cmd-privilege references/install-flags.md:35
      Privilege escalation / world-writable permissions (detector / deny-list definition; security demo / example)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com --overlay tor --testnet
      detectordemo
    • low Dangerous commands cmd-privilege SKILL.md:55
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      curl -sSL https://get.mobazha.org/standalone | sudo bash
      detector
    • low Dangerous commands cmd-pipe-to-shell SKILL.md:61
      Downloads and executes remote code from an unrecognised host (pipe to shell) (security demo / example; the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com
      demovendor-host
    • low Dangerous commands cmd-privilege SKILL.md:61
      Privilege escalation / world-writable permissions (detector / deny-list definition; security demo / example)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com
      detectordemo
    • low Dangerous commands cmd-privilege SKILL.md:67
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --overlay tor
      detector
    • low Dangerous commands cmd-privilege SKILL.md:73
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --testnet
      detector
    • low Dangerous commands cmd-pipe-to-shell SKILL.md:79
      Downloads and executes remote code from an unrecognised host (pipe to shell) (security demo / example; the skill's own vendor host)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com --overlay tor --testnet
      demovendor-host
    • low Dangerous commands cmd-privilege SKILL.md:79
      Privilege escalation / world-writable permissions (detector / deny-list definition; security demo / example)
      curl -sSL https://get.mobazha.org/standalone | sudo bash -s -- --domain shop.example.com --overlay tor --testnet
      detectordemo

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

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "requires_credentials"
    • note frontmatter-key unknown frontmatter key "credential_types"

    Process rating: all ten parameters 67/100

    • 0Result and completion. Does not say what the result is
    • 40Consistency. Frontmatter name (standalone-setup) differs from the folder (mobazha-standalone-setup)
    • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 23 steps
    • 100Failures and branches. 4 branches, has a failure section
    • 100Execution cost. Instruction body is 1341 tokens
    • 100Running it twice. Mutating operations check current state
    • 100Progress reporting. Reports progress

    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 131: enough signal without eating the budget
    • +4Structure: 18 headings
    • +3Step-by-step instructions: 23 items
    • +4Has examples (14 code blocks)
    • +4Reference files are cited in the instructions (1 of 1)

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

    External checks

    ClawHub: clean
    This skill is a disclosed VPS setup helper for Mobazha; it is powerful because it uses SSH and a remote sudo installer, but that matches its stated purpose.
    LLM: benign (high) · VirusTotal: · 29 May 2026