DF seo-content-generator
工业 B2B 海外 SEO **网页结构化 JSON** 生成(非通用写稿):按各子目录 schemas/output.json 输出 引流页矩阵 / Blog SEO 包 / 外链 SEO 包(TDK、模块字段、密度自检等)。 仅当用户明确要 SEO landing page JSON、批量引流页 schema、官网 Blog 结构化上线包、 guest post JSON、TDK+output.json 交付时使用;先加载 siluzan-cso 做 RAG,再 Read 本子 Skill 路由。 **不是** siluzan-cso 替代:口播/公众号/短视频/平台运营文案/无 schema 的普通写稿 → 只用 siluzan-cso。
工业 B2B 海外 SEO 网页结构化 JSON 生成(非通用写稿):按各子目录 schemas/output.json 输出 引流页矩阵 / Blog SEO 包 / 外链 SEO 包(TDK、模块字段、密度自检等)。 仅当用户明确要 SEO landing page JSON、批量引流页 schema、官网…
As a process F 28/100 · Will not run — References files that are not bundled: README.md
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 skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
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.
- 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 · 5
-
high Dangerous commands
cmd-pipe-to-shellreferences/setup.md:9Downloads and executes remote code from an unrecognised host (pipe to shell)bash <(curl -fsSL https://unpkg.com/siluzan-seo-cli@latest/dist/skill/scripts/install.sh)
-
high Dangerous commands
cmd-pipe-to-shellscripts/install.sh:61Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL https://install-node.vercel.app/lts | bash -s -- --yes
-
high Dangerous commands
cmd-pipe-to-shellscripts/install.sh:75Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL https://install-node.vercel.app/lts | bash -s -- --yes
-
high Dangerous commands
cmd-pipe-to-shellSKILL.md:23Downloads and executes remote code from an unrecognised host (pipe to shell)bash <(curl -fsSL https://unpkg.com/siluzan-seo-cli@latest/dist/skill/scripts/install.sh)
Medium and low: 1
-
low Dangerous commands
cmd-pipe-to-shellscripts/install.ps1:91Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment; quoted — discussed, not commanded)# (`bash <(curl -fsSL .../install.sh)`) when the PowerShell channel misbehaves.
commentquoted
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: README.md
Process rating: all ten parameters 28/100
- 0Tools and files. 1 referenced file(s) missing: README.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. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (seo-content-generator) differs from the folder (siluzan-seo)
- 100Steps. 18 steps
- 100Execution cost. Instruction body is 1036 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 326: enough signal without eating the budget
- +4Structure: 10 headings
- +3Step-by-step instructions: 18 items
- +4Has examples (4 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +3All 2 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.