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.
As a process B 67/100 · Nearly there — weak spots: result and completion, consistency
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- 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-shellreferences/install-flags.md:26Downloads 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-shellreferences/install-flags.md:32Downloads 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-shellSKILL.md:55Downloads 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-shellSKILL.md:67Downloads 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-shellSKILL.md:73Downloads 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-shellreferences/install-flags.md:3Downloads 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-privilegereferences/install-flags.md:3Privilege escalation / world-writable permissions (detector / deny-list definition)Source: `curl -sSL https://get.mobazha.org/standalone | sudo bash [options]`
detector -
low Dangerous commands
cmd-privilegereferences/install-flags.md:26Privilege escalation / world-writable permissions (detector / deny-list definition)curl -sSL https://get.mobazha.org/standalone | sudo bash
detector -
low Dangerous commands
cmd-pipe-to-shellreferences/install-flags.md:29Downloads 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-privilegereferences/install-flags.md:29Privilege 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-privilegereferences/install-flags.md:32Privilege 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-shellreferences/install-flags.md:35Downloads 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-privilegereferences/install-flags.md:35Privilege 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-privilegeSKILL.md:55Privilege escalation / world-writable permissions (detector / deny-list definition)curl -sSL https://get.mobazha.org/standalone | sudo bash
detector -
low Dangerous commands
cmd-pipe-to-shellSKILL.md:61Downloads 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-privilegeSKILL.md:61Privilege 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-privilegeSKILL.md:67Privilege 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-privilegeSKILL.md:73Privilege 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-shellSKILL.md:79Downloads 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-privilegeSKILL.md:79Privilege 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-keyunknown frontmatter key "requires_credentials" - note
frontmatter-keyunknown 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.