BD zhihu-automation
知乎自动化 Skill(双通道)。发布文章(专栏)、发布想法、回答问题、提问、 互动(点赞/评论/关注)、数据提取(热榜/搜索/用户/问题)。使用 Playwright 浏览器自动化 + HTTP API 双通道,Cookie 持久化登录。 Trigger phrases: - "帮我发一篇知乎文章" / "写知乎文章" - "发布知乎想法" / "发一条想法" - "回答知乎问题" / "写回答" - "知乎提问" / "问一个问题" - "点赞" / "评论" / "关注"(知乎内容) - "查看知乎热榜" / "知乎热搜" - "搜索知乎" / "查一下知乎上的" - "知乎数据" / "提取知乎信息"
As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 15
✓ No critical or high findings
Medium and low: 15
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:62High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha512-we+NuQo2DHhSl+DP6j…bSU+VTcp…8a0+gbZ7ChLpgg==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:84High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GLw+xYSd…cqA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:101High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Rog+eW3ph+GYCbj+rK+uYyR…tPn+QJlKFvWP/1PYp…nFn+A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:131High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…WGy+zo5r…H7s/RU2o…CRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:151High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…uWm+fFRcIOgKBMiOBP+eXiy…9ab+DDKA==",
quoted -
low Dangerous commands
cmd-privilegescripts/zhihu-core.js:221Privilege escalation / world-writable permissions (string literal in code, not executed)'--disable-setuid-sandbox',
code literal -
low Secrets in code
secret-high-entropy-tokenscripts/zhihu-signature.js:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)this._signKey = '6xLd…1tU';
quoted -
low Exfiltration
net-credential-usezhihu-profile-check-v2.js:83Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}?include=…vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check-v2.js:144Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/answers?limit=5&sort_by=… {vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check-v2.js:173Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/articles?limit=5`, {vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check-v2.js:200Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/following-topic-contributions?limit=20`, {vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check.js:139Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}?include=…vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check.js:202Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/answers?limit=5&sort_by=… {vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check.js:235Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/articles?limit=5`, {vendor-host -
low Exfiltration
net-credential-usezhihu-profile-check.js:267Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://www.zhihu.com/api/v4/members/${token}/following-topic-contributions?limit=20`, {vendor-host
Files scanned: 49. 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 49/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
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (zhihu-automation) differs from the folder (zhihu-auto-skill)
- 100Tools and files. No external tools needed
- 100Steps. 8 steps
- 100Execution cost. Instruction body is 1034 tokens
- 100Running it twice. No mutating operations
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -35 of 12 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 6 example trigger phrases
- +3Description length 309: enough signal without eating the budget
- +4Structure: 19 headings
- +3Step-by-step instructions: 8 items
- +4Has examples (19 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.