FF hifleet-skills
HiFleet 综合技能:船位、档案、事故事件、制裁、海事处罚、轨迹/航程/航次、PSC、区域通航、港口、公开船货盘、港距排序、班轮船期、航线、气象、船队、AIS。Position, track, voyage, casualty, sanction, maritime penalty, PSC, port, public tonnage, liner schedule, fleet, weather, AIS.
As a process F 31/100 · Will not run — References files that are not bundled: INSTALL.md
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 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".
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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-usereferences/account_api.md:188Credential 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-usereferences/account_onboarding_api.md:372Credential 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-usereferences/account_onboarding_api.md:417Credential 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-usereferences/billing_api.md:399Credential 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-usereferences/billing_api.md:400Credential 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-keyscripts/get_archive.py:23Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_area_traffic.py:30Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_areas.py:23Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_avoidredsea_traffic.py:26Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_casualty.py:30Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_maritime_penalty.py:32Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_port.py:31Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_position.py:24Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_psc_anomalies.py:33Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_psc_openclaw_stats.py:24Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_psc.py:26Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_sanction.py:29Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/get_strait_traffic.py:26Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/open_console.py:29Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI 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-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 5884 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: INSTALL.md - note
frontmatter-keyunknown frontmatter key "requiredEnv" - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "source"
Process rating: all ten parameters 31/100
- 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.