BF publish-on-qutke
将文件和文件夹即时发布到网络。支持 HTML 站点、图片、PDF 及任何文件类型的静态托管。 当用户要求"发布这个"、"托管这个"、"部署这个"、"分享到网上"、"做一个网站"、 "放到线上"、"上传到网络"、"创建网页"、"分享链接"、"搭建站点"或"生成 URL"时使用。 输出一个可访问的 URL,格式为 {slug}.on.qutke.cn。
As a process F 38/100 · Will not run — References files that are not bundled: references/REFERENCE.zh.md
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 2
✓ No critical or high findings
Medium and low: 2
-
low Dangerous commands
cmd-pipe-to-shellscripts/publish.sh:50Downloads and executes remote code from an unrecognised host (pipe to shell) (string literal in code, not executed; the skill's own vendor host)die "requires jq (run: curl -fsSL https://on.qutke.cn/install.sh | bash)"
code literalvendor-host -
low Exfiltration
net-credential-usescripts/publish.sh:88Credential used in a network call (verify the destination is the intended service) (detector / deny-list definition; the skill's own vendor host)if [[ -n "$API_KEY" && "$BASE_URL" != "https://on.qutke.cn" && "$ALLOW_NON_ONQUTKE_BASE_URL" -ne 1 ]]; then
detectorvendor-host
Files scanned: 4. 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
missing-refreference to a missing file: references/REFERENCE.zh.md
Process rating: all ten parameters 38/100
Will not run. References files that are not bundled: references/REFERENCE.zh.md
- 0Tools and files. 1 referenced file(s) missing: references/REFERENCE.zh.md
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 5 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 100Steps. 26 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1692 tokens
- low 15 top-level sections: this looks like several domains in one skill
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
- -41 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 175: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 26 items
- +4Has examples (16 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 65.
External checks
ClawHub: clean
This skill does what it says: it publishes user-selected files to Qutke, but users should treat publishing targets, claim tokens, and saved API keys as sensitive.
LLM: benign (medium) · VirusTotal: · 29 May 2026