BC pinboard-manager
Use this skill for ALL Pinboard bookmark management tasks — this is the go-to skill whenever Pinboard (pinboard.in) is involved. Invoke immediately when the user wants to: audit or reorganize messy tags, check for broken/dead links, identify stale or outdated bookmarks, clean up their bookmark collection, or manage their Pinboard account in any way. Also use when the user says 整理书签, 检查死链, 整理 tag, 书签管理, pinboard cleanup, bookmark audit, tag consistency, timeliness check, pinboard 过时检测. Do NOT trigger for: browser bookmark management, Raindrop.io, or general URL checking without Pinboard context.
As a process C 58/100 · Has gaps — weak spots: result and completion, consistency, running it twice
How to improve
- 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 · 22
✓ No critical or high findings
Medium and low: 22
-
low Exfiltration
exfil-secret-in-urlreferences/dead-link.md:62Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
placeholder -
low Exfiltration
net-credential-usereferences/dead-link.md:62Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlreferences/tag-audit.md:10Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
placeholder -
low Exfiltration
net-credential-usereferences/tag-audit.md:10Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlreferences/tag-audit.md:56Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&toread=O
placeholder -
low Exfiltration
net-credential-usereferences/tag-audit.md:56Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&toread=O
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlreferences/timeliness.md:14Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
placeholder -
low Exfiltration
net-credential-usereferences/timeliness.md:14Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json" > /tmp/pinboard_all.json
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlreferences/timeliness.md:124Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
placeholder -
low Exfiltration
net-credential-usereferences/timeliness.md:124Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlreferences/timeliness.md:132Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…
placeholder -
low Exfiltration
net-credential-usereferences/timeliness.md:132Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:65Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json"
placeholder -
low Exfiltration
net-credential-useSKILL.md:65Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json"
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:68Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json&toread=yes"
placeholder -
low Exfiltration
net-credential-useSKILL.md:68Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/all?auth_token=…&format=json&toread=yes"
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:71Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/get?auth_token=…&format=json&url=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:71Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/get?auth_token=…&format=json&url=…"
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:79Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&tore
placeholder -
low Exfiltration
net-credential-useSKILL.md:79Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/add?auth_token=…&format=json&url=…&description=…&extended=…&tags=…&shared=…&tore
security skillvendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:95Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:95Credential used in a network call (verify the destination is the intended service) (documentation of a security skill; the skill's own vendor host)curl -s "https://api.pinboard.in/v1/posts/delete?auth_token=…&format=json&url=…"
security skillvendor-host
Files scanned: 7. 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 58/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 4 mutating operations with no state check
- 40Consistency. Frontmatter name (pinboard-manager) differs from the folder (nini-pinboard-manager)
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Failures and branches. 2 branches
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 17 steps
- 100Execution cost. Instruction body is 1285 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
- +1No license
- +2Single-language instructions
- +3Description length 601: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 17 items
- +4Has examples (3 code blocks)
- +4Reference files are cited in the instructions (5 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 88.