BF wechat-toolkit
微信公众号一站式工具包 — 集成文章搜索、文章下载、AI洗稿改写、公众号发布四大功能。当用户需要搜索/下载/改写/发布微信公众号文章时使用。
As a process F 33/100 · Will not run — References files that are not bundled: /Users/minruiqing/photos/image.jpg, images/photo.jpg, 绝对路径
ProcedureAI and agentsWriting and documentsMedia and videotype and topics are labelled automatically from the skill text
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 · 6
✓ No critical or high findings
Medium and low: 6
-
low Dangerous commands
cmd-privilegescripts/downloader/download.js:178Privilege escalation / world-writable permissions (string literal in code, not executed)'--disable-setuid-sandbox',
code literal -
low Exfiltration
exfil-secret-in-urlscripts/publisher/publish_with_video.js:175Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://api.weixin.qq.com/cgi-bin/token?grant_type=…&appid=…&secret=…
placeholder -
low Exfiltration
exfil-secret-in-urlscripts/publisher/publish_with_video.js:195Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=…&type=…
placeholder -
low Exfiltration
exfil-secret-in-urlscripts/publisher/publish_with_video.js:209Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const listUrl = `https://api.weixin.qq.com/cgi-bin/material/batchget_material?access_token=…
placeholder -
low Exfiltration
exfil-secret-in-urlscripts/publisher/publish_with_video.js:365Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const url = `https://api.weixin.qq.com/cgi-bin/draft/get?access_token=…
placeholder -
low Exfiltration
exfil-secret-in-urlscripts/publisher/publish_with_video.js:398Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const updateUrl = `https://api.weixin.qq.com/cgi-bin/draft/update?access_token=…
placeholder
Files scanned: 14. 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: /Users/minruiqing/photos/image.jpg - warning
missing-refreference to a missing file: images/photo.jpg - warning
missing-refreference to a missing file: 绝对路径 - warning
missing-refreference to a missing file: media/video.mp4
Process rating: all ten parameters 33/100
Will not run. References files that are not bundled: /Users/minruiqing/photos/image.jpg, images/photo.jpg, 绝对路径
- 0Tools and files. 4 referenced file(s) missing: /Users/minruiqing/photos/image.jpg, images/photo.jpg, 绝对路径
- 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. 3 mutating operations with no state check
- 100Steps. 65 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1863 tokens
- low 19 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)
- +3Description length 70: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -4Absolute local paths (C:\Users, /home/…): not portable
- -220 emoji in the instructions: noise for the model
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +2Single-language instructions
- +4Structure: 39 headings
- +3Step-by-step instructions: 65 items
- +4Has examples (17 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 48.
External checks
ClawHub: suspicious
The skill's code mostly matches its advertised functions (search/download/rewrites/publish), but the package metadata omits important runtime requirements and the scripts perform filesystem, network, and global-install actions that are not declared — this mismatch warrants caution.
LLM: suspicious (high) · VirusTotal: suspicious · 29 Mar 2026