CF haolvshi-legal-skill
好律狮法律技能包。只要用户提出具体法律问题,或要求计算赔偿、费用、社会保险待遇或养老保险待遇(包括企业职工养老保险、基础养老金、个人账户养老金、过渡性养老金和退休待遇),审核合同、生成起诉状或生成答辩状,就应使用本技能调用好律狮专业法律服务接口完成流程;典型表达包括“离婚财产如何分割”“帮我算养老保险”“退休后每月能领多少养老金”“帮我审核这份合同”“生成离婚起诉状”。支持多轮问答、结构化表单、附件上传、多个当事人、在线报告查看和法律文书直接下载。
好律狮法律技能包。只要用户提出具体法律问题,或要求计算赔偿、费用、社会保险待遇或养老保险待遇(包括企业职工养老保险、基础养老金、个人账户养老金、过渡性养老金和退休待遇),审核合同、生成起诉状或生成答辩状,就应使用本技能调用好律狮专业法律服务接口完成流程;典型表达包括“离婚财产如何分割”“帮我算养老保险”“退休后每月能…
As a process F 40/100 · Will not run — References files that are not bundled: 链接地址
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.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 7
✓ No critical or high findings
Medium and low: 7
-
medium Dangerous commands
cmd-execpolicy-bypassINSTALL.md:52Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
-
medium Dangerous commands
cmd-execpolicy-bypassINSTALL.md:53Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/run.ps1 health
-
medium Dangerous commands
cmd-execpolicy-bypassREADME.md:73Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
-
medium Dangerous commands
cmd-execpolicy-bypassREADME.md:74Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/run.ps1 health
-
medium Dangerous commands
cmd-execpolicy-bypassREADME.md:182Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/run.ps1 <命令> --json '<JSON>'
-
medium Dangerous commands
cmd-execpolicy-bypassSKILL.md:52Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
-
medium Dangerous commands
cmd-execpolicy-bypassSKILL.md:68Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File scripts/run.ps1 <命令>
Files scanned: 39. 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: 链接地址 - note
frontmatter-keyunknown frontmatter key "display_name" - note
frontmatter-keyunknown frontmatter key "display_name_en" - note
frontmatter-keyunknown frontmatter key "description_zh" - note
frontmatter-keyunknown frontmatter key "description_en"
Process rating: all ten parameters 40/100
- 0Tools and files. 1 referenced file(s) missing: 链接地址
- 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
- 100Steps. 21 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 925 tokens
- 100Running it twice. No mutating operations
- medium 38 test cases, all positive: not one "should refuse" or "should ask first"
- low No test case covers injection arriving through data
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
- -317 of 21 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +5Description quotes 5 example trigger phrases
- +3Description length 226: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 21 items
- +4Has examples (5 code blocks)
- +4Reference files are cited in the instructions (7 of 7)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.