SKILLEMALL.ai

BC linux-disk-health-monitoring

磁盘健康/SMART/备份韧性。Use when 查硬盘健康、SMART监控、备份同盘风险、drill排查。

ClawHub Hermes author: peterliu-512 v1.0.0 MIT-0 4 files · 1 script body ≈ 829 tokens Open the sourceclawhub.ai analyzed 30 h ago

磁盘健康/SMART/备份韧性。Use when 查硬盘健康、SMART监控、备份同盘风险、drill排查。

As a process C 50/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureInfrastructureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
84
Quality 40%
89
Run on models
none yet
Process rating
C
50/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
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

    For the model run — optional
    • 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 · 4

    ✓ No critical or high findings

    Medium and low: 4
    • medium Dangerous commands cmd-privilege references/disk-health-resilience-case-20260904.md:30
      Privilege escalation / world-writable permissions
      sudo mkfs.xfs -f -L backup /dev/sda11
    • medium Dangerous commands cmd-privilege references/disk-health-resilience-case-20260904.md:32
      Privilege escalation / world-writable permissions
      echo "UUID=$(sudo blkid -s UUID -o value /dev/sda11) /backup xfs defaults,noatime 0 2" | sudo tee -a /etc/fstab
    • medium Dangerous commands cmd-privilege references/disk-health-resilience-case-20260904.md:33
      Privilege escalation / world-writable permissions
      sudo chown <user>:<user> /backup
    • low Dangerous commands cmd-privilege SKILL.md:62
      Privilege escalation / world-writable permissions (detector / deny-list definition)
      2. 新挂载点(/backup)及 /data、/mnt/nvme_fast 根目录 root 755——用户可写子目录须 `sudo mkdir -p` + `sudo chown 用户`,否则 rsync 权限失败;非 sudo 全盘 rm 会因部分 root 文件删不掉且 `&&` 短路
      detector

    Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 50/100

    • 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
    • 60Consistency. The Hermes dialect needs category and tags
    • 100Tools and files. No external tools needed
    • 100Steps. 27 steps
    • 100Execution cost. Instruction body is 829 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)
    • +3Description length 54: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • +2Single-language instructions
    • +4Structure: 10 headings
    • +3Step-by-step instructions: 27 items
    • +4Has examples (1 code blocks)
    • +4Reference files are cited in the instructions (1 of 1)
    • +3All 1 scripts are documented
    • +1License stated

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 89.

    External checks

    ClawHub: suspicious
    The skill is mostly about disk health monitoring, but it also tells users to force-format a specific partition and persist it in system mounts without adequate safeguards.
    LLM: suspicious (high) · 15 Sept 2026