BF dlt-probability-analyzer
大乐透一站看:全网专家观点 + 娱乐选号 + 开奖即时核对中奖 + 胆拖省钱计算;免费、不卖号、不忽悠,把"为什么中不了"讲明白。当用户说"给我这期大乐透的娱乐组合 / 看看这期大乐透专家推荐 / 帮我核对开奖中没中 / 大乐透选号推荐"时直接使用。内置随机性检验、选号套路打假、真实联网数据、22 项自检护栏;数学上任何选号思路都不优于随机,仅供娱乐、须量力而行,绝不作为收益依据。
大乐透一站看:全网专家观点 + 娱乐选号 + 开奖即时核对中奖 + 胆拖省钱计算;免费、不卖号、不忽悠,把"为什么中不了"讲明白。当用户说"给我这期大乐透的娱乐组合 / 看看这期大乐透专家推荐 / 帮我核对开奖中没中 / 大乐透选号推荐"时直接使用。内置随机性检验、选号套路打假、真实联网数据、22…
As a process F 39/100 · Will not run — References files that are not bundled: scripts/lib/REPORT_PATH.txt, scripts/lib/dlt_error_log.txt
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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
- 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 · 3
✓ No critical or high findings
Medium and low: 3
-
medium Dangerous commands
cmd-persistencereferences/operations.md:110Persistence mechanism (cron / launchd / scheduled task / autorun registry) (quoted — discussed, not commanded)- 任务名 `DLT_…art`:`schtasks /create /tn DLT_…art /tr "绝对路径\dlt_…bat" /sc weekly /d MON,WED,SAT /st 20:10 /ru SYSTEM /rl highest`
quoted -
medium Dangerous commands
cmd-persistencescripts/lib/dlt_restore.py:8Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)1. 还原 Windows 排程任务 DLT_…art (schtasks /create /xml, 需管理员)
code literal -
medium Dangerous commands
cmd-persistencescripts/lib/dlt_restore.py:71Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)print(f" (dry) 将执行: schtasks /create /tn {TASK_NAME} /xml {xml} /f")code literal
Files scanned: 72. 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: scripts/lib/REPORT_PATH.txt - warning
missing-refreference to a missing file: scripts/lib/dlt_error_log.txt - note
frontmatter-keyunknown frontmatter key "slug" - note
frontmatter-keyunknown frontmatter key "displayName" - note
frontmatter-keyunknown frontmatter key "summary" - note
frontmatter-keyunknown frontmatter key "agent_created"
Process rating: all ten parameters 39/100
- 0Tools and files. 2 referenced file(s) missing: scripts/lib/REPORT_PATH.txt, scripts/lib/dlt_error_log.txt
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 70Execution cost. Instruction body is 4903 tokens
- 100Steps. 104 steps
- 100Consistency. Name and required fields are in place
- 100Running it twice. No mutating operations
- low 13 top-level sections: this looks like several domains in one skill
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
- -4Absolute local paths (C:\Users, /home/…): not portable
- -221 emoji in the instructions: noise for the model
- +2Single-language instructions
- +5Description quotes 2 example trigger phrases
- +3Description length 192: enough signal without eating the budget
- +4Structure: 29 headings
- +3Step-by-step instructions: 104 items
- +4Has examples (2 code blocks)
- +4Reference files are cited in the instructions (6 of 6)
- +3All 1 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 67.