FB bbc-skill
Fetch Bilibili (哔哩哔哩) video comments for UP主 self-analysis. Use when the user asks to collect, download, export, or analyze comments on a Bilibili video (BV号 / URL / UID). Produces JSONL + summary.json suitable for further Claude Code analysis (sentiment, keywords, audience trends). Read-only; does not post/edit/delete.
As a process B 69/100 · Nearly there — weak spots: result and completion, running it twice
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
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
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- For Hermes the description must be one sentence under 60 characters; move the conditions to a "When to Use" section.
- 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 · 12
-
high Exfiltration
intent-browser-credential-storeREADME_CN.md:126Accesses a browser credential / cookie store**推荐方式**:Chrome 插件 [**Get cookies.txt LOCALLY**](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)(开源、完全本地、不上传任何数据)。
-
high Exfiltration
intent-browser-credential-storeREADME.md:144Accesses a browser credential / cookie store[**Get cookies.txt LOCALLY**](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
-
high Exfiltration
intent-browser-credential-storeREADME.md:147Accesses a browser credential / cookie store1. Install **Get cookies.txt LOCALLY** from the Chrome Web Store.
-
high Exfiltration
intent-browser-credential-storereferences/cookie-extraction.md:18Accesses a browser credential / cookie store[**Get cookies.txt LOCALLY**](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
-
high Exfiltration
intent-browser-credential-storeSKILL.md:48Accesses a browser credential / cookie store[**Get cookies.txt LOCALLY**](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc)
Medium and low: 7
-
medium Exfiltration
intent-browser-credential-storeagents/openai.yaml:25Accesses a browser credential / cookie store (quoted — discussed, not commanded)"Get cookies.txt LOCALLY" Chrome/Edge extension
quoted -
medium Exfiltration
intent-browser-credential-storedocs/index.html:255Accesses a browser credential / cookie store (quoted — discussed, not commanded)<h3>Install the "Get cookies.txt LOCALLY" Chrome extension</h3>
quoted -
medium Exfiltration
intent-browser-credential-storereferences/cookie-extraction.md:41Accesses a browser credential / cookie store (quoted — discussed, not commanded)1. Firefox — `cookies.sqlite` via stdlib `sqlite3`, unencrypted
quoted -
medium Exfiltration
intent-browser-credential-storereferences/cookie-extraction.md:51Accesses a browser credential / cookie store (quoted — discussed, not commanded)1. Cookie DB: `~/Library/Application Support/Google/Chrome/<profile>/Cookies`
quoted -
medium Exfiltration
intent-browser-credential-storereferences/cookie-extraction.md:65Accesses a browser credential / cookie store (detector / deny-list definition)On all OSes Firefox stores cookies in `cookies.sqlite` with values in
detector -
medium Exfiltration
intent-browser-credential-storesrc/bbc/cookie/firefox.py:32Accesses a browser credential / cookie store (quoted — discussed, not commanded)if (path / "cookies.sqlite").exists():
quoted -
medium Exfiltration
intent-browser-credential-storesrc/bbc/cookie/firefox.py:39Accesses a browser credential / cookie store (quoted — discussed, not commanded)db = profile / "cookies.sqlite"
quoted
Files scanned: 26. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-long-hermesdescription is 321 chars; the Hermes authoring standard requires ≤ 60 (one sentence, ending with a period) - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 69/100
- 0Result and completion. Does not say what the result is
- 30Running it twice. 2 mutating operations with no state check
- 60Tools and files. Uses tools (web, git, python) that frontmatter does not declare
- 60Consistency. The Hermes dialect needs category and tags
- 70When it triggers. States when to use, but not when not to
- 100Steps. 31 steps
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 3 branches, has a failure section
- 100Execution cost. Instruction body is 1503 tokens
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 10 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (5 tags): a typed call is more reliable
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)
- +2Single-language instructions
- +3Description length 321: enough signal without eating the budget
- +4Structure: 16 headings
- +3Step-by-step instructions: 31 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 85.