SKILLEMALL.ai

BD ship

Static hosting via ShipStatic. Use when the user wants to deploy a website, upload files, manage deployments, set up domains, or publish static files to shipstatic.com.

ClawHub Agent Skills author: shipstatic-com v0.7.20 MIT-0 80 files body ≈ 424 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 37/100 · Unfinished process — weak spots: steps, result and completion, inputs and preconditions

ReferenceInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
77/100
safety, quality, tests
Safety 60%
74
Quality 40%
81
Run on models
none yet
Process rating
D
37/100
Unfinished process
Steps w 15
0
Result and completion w 14
0
Inputs and preconditions w 11
0
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.

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

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

    ✓ No critical or high findings

    Medium and low: 18
    • medium Exfiltration net-redirectable-api-key src/node/core/config.ts:111
      Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
      API key + configurable base URL from environment
    • medium Exfiltration net-redirectable-api-key tests/integration/authentication-flow.test.ts:237
      Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
      API key + configurable base URL from environment
    • low Secrets in code secret-high-entropy-token examples/auth-lifecycle-example.ts:32
      High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
      async function exam…als() {
      placeholder
    • low Secrets in code secret-high-entropy-token examples/auth-lifecycle-example.ts:74
      High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
      async function exam…ide() {
      placeholder
    • low Secrets in code secret-high-entropy-token examples/auth-lifecycle-example.ts:175
      High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
      exam…als,
      placeholder
    • low Secrets in code secret-high-entropy-token examples/auth-lifecycle-example.ts:177
      High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
      exam…ide,
      placeholder
    • low Secrets in code secret-labelled-token examples/node/index.js:7
      Labelled token / key literal (vendor format unknown — verify it is not a live credential) (test fixture / example file)
      apiKey: 'ship…160'
      fixture
    • low Secrets in code secret-password-literal examples/node/index.js:7
      Hard-coded password / key literal (may be an example) (test fixture / example file)
      apiKey: 'ship…160'
      fixture
    • low Secrets in code secret-high-entropy-token examples/node/pnpm-lock.yaml:21
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      resolution: {integrity: sha5…N4i+loJK…XRh+L1bd…QUL+rGqFg==}
      fixture
    • low Secrets in code secret-high-entropy-token examples/node/pnpm-lock.yaml:45
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      resolution: {integrity: sha5…vZS+VIDU…jX4+qx9M…saQ==}
      fixture
    • low Secrets in code secret-high-entropy-token examples/node/pnpm-lock.yaml:53
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      resolution: {integrity: sha5…gNv+nCpq…HaB+8Zxq5W6Q==}
      fixture
    • low Secrets in code secret-high-entropy-token examples/node/pnpm-lock.yaml:70
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      resolution: {integrity: sha5…Loy/Rxalv2kr+lqMlUnrDWV+3j4p…IHu+HtC7…g8A==}
      fixture
    • low Secrets in code secret-high-entropy-token examples/node/pnpm-lock.yaml:77
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      resolution: {integrity: sha5…cpK+HEbenA/HiEAkkUwcZIIB/tgWq…MDQ==}
      fixture
    • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:115
      High-entropy token-like string (may be an id, hash or a credential)
      resolution: {integrity: sha5…SzS+cfgl…B0A==}
    • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:127
      High-entropy token-like string (may be an id, hash or a credential)
      resolution: {integrity: sha5…CNV+7cXy…ufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
    • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:197
      High-entropy token-like string (may be an id, hash or a credential)
      resolution: {integrity: sha5…cAz+ivBu…Lvw==}
    • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:269
      High-entropy token-like string (may be an id, hash or a credential)
      resolution: {integrity: sha5…IxX/wd5n…MGF+pv6g…i2Z+Wnj9/KjGz…4Eg==}
    • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:281
      High-entropy token-like string (may be an id, hash or a credential)
      resolution: {integrity: sha5…BQM/qZ3R+9TEU…es4+qu1b…BFA==}

    Files scanned: 62. 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 37/100

    • 0Steps. Prose only: no discrete steps
    • 0Result and completion. Does not say what the result is
    • 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. 2 mutating operations with no state check
    • 40Consistency. Frontmatter name (ship) differs from the folder (shipstatic)
    • 70When it triggers. States when to use, but not when not to
    • 100Tools and files. No external tools needed
    • 100Execution cost. Instruction body is 424 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)
    • +3No numbered steps or checklist
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +3Description length 168: enough signal without eating the budget
    • +4Structure: 6 headings
    • +4Has examples (6 code blocks)

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

    External checks

    ClawHub: suspicious
    ShipStatic appears to be a real hosting tool, but it needs review because it includes under-disclosed credential, token, shell-profile, and live-resource mutation capabilities.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026