BC daily-poster
Generate two fixed poster variants from minimal JSON with Python: `daily` for "摸鱼日报" and `baidu_hot` for "百度热点/百度热搜", with SVG output and optional PNG/JPG/JPEG/WEBP export. Use when Codex needs to map user wording to the correct poster type, render either variant, infer image export requirements from Chinese prompts, or update the corresponding JSON examples and commands.
As a process C 55/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, failures and branches
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 · 10
✓ No critical or high findings
Medium and low: 10
-
low Obfuscation
obf-base64-blobscripts/render_baidu_hot.py:32Long base64-looking blob (quoted — discussed, not commanded)"iVBO…l3v/JFDB…6et"
quoted -
low Obfuscation
obf-base64-blobscripts/render_baidu_hot.py:33Long base64-looking blob (quoted — discussed, not commanded)"YtUW+/BVrf…p8F+4lIq/ZZf6…kX7+myV6…AhX/t175…lDs/wr1zzpkzM+fOmZ…YMt"
quoted -
low Obfuscation
obf-base64-blobscripts/render_baidu_hot.py:34Long base64-looking blob (quoted — discussed, not commanded)"AVsC…K8a+X166…5aH+yA8ooZ9HIy+M"
quoted -
low Obfuscation
obf-base64-blobscripts/render_baidu_hot.py:35Long base64-looking blob (quoted — discussed, not commanded)"J4TQ…Cj5/z5gY…kpf"
quoted -
low Obfuscation
obf-base64-blobscripts/render_baidu_hot.py:36Long base64-looking blob (detector / deny-list definition)"LiSO…0Sh/FlHW…iCT/mDEx…EKV+/mooYYOxGrn"
detector -
low Secrets in code
secret-high-entropy-tokenscripts/render_baidu_hot.py:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"BjBl…OAy++zAHA…MrU"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/render_baidu_hot.py:40High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"UbQ4q60pPEe/X60o…YUY/lYwo…7pf+wVGi…LF4"
detector -
low Secrets in code
secret-high-entropy-tokenscripts/render_baidu_hot.py:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"3j09…hCK+sVWF…t9n/MYyU…pm2+X2Uq…J56"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/render_baidu_hot.py:53High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"eVS2QHD9o7y/X9XQ…1b3+cU39…qnB++3kfD…6fD"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/render_baidu_hot.py:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"a/Cq2c…CER+K4Zo+nhip…xyv+wz1u…cjE/A5l0…r5W"
quoted
Files scanned: 16. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
frontmatter-yamlSKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Generate two fixed poster variants from minimal JSON with Python: … ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value
Process rating: all ten parameters 55/100
- 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
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 30 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 719 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
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- -41 reference files, but SKILL.md never points to them: the model will not open them
- -34 of 8 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 374: enough signal without eating the budget
- +4Structure: 7 headings
- +3Step-by-step instructions: 30 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.