SKILLEMALL.ai

CF haolvshi-legal-skill

好律狮法律技能包。只要用户提出具体法律问题,或要求计算赔偿、费用、社会保险待遇或养老保险待遇(包括企业职工养老保险、基础养老金、个人账户养老金、过渡性养老金和退休待遇),审核合同、生成起诉状或生成答辩状,就应使用本技能调用好律狮专业法律服务接口完成流程;典型表达包括“离婚财产如何分割”“帮我算养老保险”“退休后每月能领多少养老金”“帮我审核这份合同”“生成离婚起诉状”。支持多轮问答、结构化表单、附件上传、多个当事人、在线报告查看和法律文书直接下载。

ClawHub Agent Skills author: ctolane v1.15.0 MIT-0 54 files · 4 scripts body ≈ 925 tokens Open the sourceclawhub.ai analyzed 3 d ago

好律狮法律技能包。只要用户提出具体法律问题,或要求计算赔偿、费用、社会保险待遇或养老保险待遇(包括企业职工养老保险、基础养老金、个人账户养老金、过渡性养老金和退休待遇),审核合同、生成起诉状或生成答辩状,就应使用本技能调用好律狮专业法律服务接口完成流程;典型表达包括“离婚财产如何分割”“帮我算养老保险”“退休后每月能…

As a process F 40/100 · Will not run — References files that are not bundled: 链接地址

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
67/100
safety, quality, tests
Safety 60%
65
Quality 40%
70
Run on models
none yet
Process rating
F
40/100
Will not run
References files that are not bundled: 链接地址
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

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.

For the author

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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The text references files that are not there: add them or drop the references.
For the model run — optional
  • 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-bypass INSTALL.md:52
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
  • medium Dangerous commands cmd-execpolicy-bypass INSTALL.md:53
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/run.ps1 health
  • medium Dangerous commands cmd-execpolicy-bypass README.md:73
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
  • medium Dangerous commands cmd-execpolicy-bypass README.md:74
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/run.ps1 health
  • medium Dangerous commands cmd-execpolicy-bypass README.md:182
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/run.ps1 <命令> --json '<JSON>'
  • medium Dangerous commands cmd-execpolicy-bypass SKILL.md:52
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/boot…ps1 -Ensure
  • medium Dangerous commands cmd-execpolicy-bypass SKILL.md:68
    Runs PowerShell with execution policy bypassed
    powershell -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-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: 链接地址
  • note frontmatter-key unknown frontmatter key "display_name"
  • note frontmatter-key unknown frontmatter key "display_name_en"
  • note frontmatter-key unknown frontmatter key "description_zh"
  • note frontmatter-key unknown frontmatter key "description_en"

Process rating: all ten parameters 40/100

Will not run. References files that are not bundled: 链接地址
  • 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.

External checks

ClawHub: suspicious
The skill largely matches its legal-assistant purpose, but it handles sensitive legal materials through external APIs and local task files with a cleanup claim that is not fully backed by the code.
LLM: suspicious (medium) · 4 Sept 2026