BD content-collector
个人内容收藏与知识管理系统。收藏、整理、检索、二创。 Use when: (1) 用户说"收藏"/"存一下"/"记录下来"/"save"/"bookmark"/"clip", (2) 用户要求搜索之前收藏的内容, (3) 用户要求基于收藏内容生成社交媒体文案(二创), (4) 用户提到"之前看过一个..."/"上次收藏的..."等回忆性检索。 已支持来源:博客、X/Twitter、网页、B站/YouTube/抖音/小红书视频。 NOT for: 纯个人笔记(直接写文件)、长文写作(用 internal-comms/docx)、 公众号发布(用 wemp-ops)、小红书发布(用 xiaohongshu-ops)。
As a process D 47/100 · Unfinished process — weak spots: result and completion, inputs and preconditions, failures and branches
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
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 4
✓ No critical or high findings
Medium and low: 4
-
medium Exfiltration
intent-browser-credential-storescripts/video_transcribe.sh:188Accesses a browser credential / cookie store (quoted — discussed, not commanded)ytdlp_cmd="$ytdlp_cmd --cookies-from-browser chrome"
quoted -
medium Exfiltration
intent-browser-credential-storescripts/video_transcribe.sh:220Accesses a browser credential / cookie store (quoted — discussed, not commanded)download_cmd="$download_cmd --cookies-from-browser chrome"
quoted -
medium Exfiltration
intent-browser-credential-storescripts/video_transcribe.sh:320Accesses a browser credential / cookie store (quoted — discussed, not commanded)ytdlp_cmd="$ytdlp_cmd --cookies-from-browser chrome"
quoted -
medium Exfiltration
intent-browser-credential-storescripts/video_transcribe.sh:327Accesses a browser credential / cookie store (quoted — discussed, not commanded)ytdlp_cmd="$ytdlp_cmd --cookies-from-browser chrome"
quoted
Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 47/100
- 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
- 30Running it twice. 1 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 100Steps. 33 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1118 tokens
- low 10 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (19 tags): a typed call is more reliable
- medium 3 test cases, all positive: not one "should refuse" or "should ask first"
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
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 3 example trigger phrases
- +4Description says when NOT to use the skill
- +3Description length 310: enough signal without eating the budget
- +4Structure: 19 headings
- +3Step-by-step instructions: 33 items
- +4Has examples (2 code blocks)
- +4Reference files are cited in the instructions (7 of 8)
- +3All 4 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 100.