SKILLEMALL.ai

FF hifleet-skills

HiFleet 综合技能:船位、档案、事故事件、制裁、海事处罚、轨迹/航程/航次、PSC、区域通航、港口、公开船货盘、港距排序、班轮船期、航线、气象、船队、AIS。Position, track, voyage, casualty, sanction, maritime penalty, PSC, port, public tonnage, liner schedule, fleet, weather, AIS.

Not recommendedlow grade F
ClawHub Agent Skills author: charleiWang v0.3.21 MIT-0 73 files body ≈ 5 884 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process F 31/100 · Will not run — References files that are not bundled: INSTALL.md

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
F
22/100
safety, quality, tests
Safety 60%
5
Quality 40%
48
Run on models
none yet
Process rating
F
31/100
Will not run
References files that are not bundled: INSTALL.md
Tools and files w 18
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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  3. The text references files that are not there: add them or drop the references.
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 · 19

✓ No critical or high findings

Medium and low: 19
  • medium Exfiltration net-credential-use references/account_api.md:188
    Credential used in a network call (verify the destination is the intended service)
    curl -s "{base}/openclaw/account/summary" -H "x-api-key: $HIFLEET_API_KEY"
  • medium Exfiltration net-credential-use references/account_onboarding_api.md:372
    Credential used in a network call (verify the destination is the intended service)
    curl -s "{base}/openclaw/account/summary" -H "x-api-key: $HIFLEET_API_KEY"
  • medium Exfiltration net-credential-use references/account_onboarding_api.md:417
    Credential used in a network call (verify the destination is the intended service)
    curl -s "{base}/openclaw/account/summary" -H "x-api-key: $HIFLEET_API_KEY"
  • medium Exfiltration net-credential-use references/billing_api.md:399
    Credential used in a network call (verify the destination is the intended service)
    curl -s "{base}/openclaw/account/summary" -H "x-api-key: $HIFLEET_API_KEY"
  • medium Exfiltration net-credential-use references/billing_api.md:400
    Credential used in a network call (verify the destination is the intended service)
    curl -s -G "{base}/openclaw/account/transactions" -H "x-api-key: $HIFLEET_API_KEY" --data-urlencode "limit=5"
  • medium Exfiltration net-redirectable-api-key scripts/get_archive.py:23
    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 scripts/get_area_traffic.py:30
    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 scripts/get_areas.py:23
    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 scripts/get_avoidredsea_traffic.py:26
    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 scripts/get_casualty.py:30
    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 scripts/get_maritime_penalty.py:32
    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 scripts/get_port.py:31
    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 scripts/get_position.py:24
    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 scripts/get_psc_anomalies.py:33
    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 scripts/get_psc_openclaw_stats.py:24
    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 scripts/get_psc.py:26
    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 scripts/get_sanction.py:29
    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 scripts/get_strait_traffic.py:26
    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 scripts/open_console.py:29
    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

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 5884 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: INSTALL.md
  • note frontmatter-key unknown frontmatter key "requiredEnv"
  • note frontmatter-key unknown frontmatter key "homepage"
  • note frontmatter-key unknown frontmatter key "source"

Process rating: all ten parameters 31/100

Will not run. References files that are not bundled: INSTALL.md
  • 0Tools and files. 1 referenced file(s) missing: INSTALL.md
  • 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
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 1 mutating operations with no state check
  • 70Execution cost. Instruction body is 5884 tokens
  • 100Steps. 104 steps
  • 100Consistency. Name and required fields are in place

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
  • +4No input/output examples
  • -213 emoji in the instructions: noise for the model
  • -32 of 16 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 208: enough signal without eating the budget
  • +4Structure: 29 headings
  • +3Step-by-step instructions: 104 items
  • +4Reference files are cited in the instructions (22 of 24)

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

External checks

ClawHub: suspicious
This appears to be a legitimate HiFleet integration, but it needs Review because it uses an API key for account, billing, console login, and contact-detail flows that are not fully reflected in its security claims.
LLM: suspicious (high) · 23 Jul 2026