BF xiaohongshu
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNYUAN_SECRET_ID+KEY)。
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINIAPIKEY 或 IMGAPIKEY 或…
As a process F 28/100 · Will not run — References files that are not bundled: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.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 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 · 8
✓ No critical or high findings
Medium and low: 8
-
medium Exfiltration
net-redirectable-api-keyscripts/cover.sh:59Helper 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-credential-usescripts/cover.sh:302Credential used in a network call (verify the destination is the intended service)curl -s -X POST "${GEMINI_API_URL}?key=${GEMINI_API_KEY}" \ -
low Dangerous commands
cmd-background-processcheck_env.sh:48Starts a background / autostarted processcd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
-
low Dangerous commands
cmd-background-processSKILL.md:331Starts a background / autostarted processcd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > login.log 2>&1 &
-
low Dangerous commands
cmd-background-processSKILL.md:370Starts a background / autostarted processcd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
-
low Dangerous commands
cmd-background-processSKILL.md:432Starts a background / autostarted processcd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
-
low Dangerous commands
cmd-background-processSKILL.md:488Starts a background / autostarted processsudo systemctl enable xvfb && sudo systemctl start xvfb
-
low Dangerous commands
cmd-background-processSKILL.md:528Starts a background / autostarted processsudo systemctl enable xhs-mcp && sudo systemctl start xhs-mcp
Files scanned: 7. 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: {baseDir}/references/title-guide.md - warning
missing-refreference to a missing file: {baseDir}/references/content-guide.md - warning
missing-refreference to a missing file: {baseDir}/references/cover-guide.md
Process rating: all ten parameters 28/100
- 0Tools and files. 3 referenced file(s) missing: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.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. 3 mutating operations with no state check
- 40Consistency. Frontmatter name (xiaohongshu) differs from the folder (xhs)
- 100Steps. 78 steps
- 100Execution cost. Instruction body is 3641 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)
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +3Description length 176: enough signal without eating the budget
- +4Structure: 58 headings
- +3Step-by-step instructions: 78 items
- +4Has examples (25 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +3All 2 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 65.