SKILLEMALL.ai

BD ai-security-guard

AI安全防护系统,集成危险命令检测、多层权限模式、Hook安全机制、沙箱隔离。当用户要求安全执行命令、检测危险操作、配置权限策略、审计AI行为、保护系统安全时使用。

ClawHub Agent Skills author: e2e5g v1.0.0 MIT-0 3 files body ≈ 1 522 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ReferenceInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
80/100
safety, quality, tests
Safety 60%
88
Quality 40%
69
Run on models
none yet
Process rating
D
48/100
Unfinished process
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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 8

✓ No critical or high findings

Medium and low: 8
  • medium Dangerous commands cmd-destructive-fs SKILL.md:33
    Destructive filesystem command (wipes root/home/drive) (documentation table row; documentation of a security skill)
    | `> /dev/sdX` | 磁盘写入 | `echo 1 > /dev/sda` |
    tablesecurity skill
  • low Dangerous commands cmd-destructive-fs-scoped SKILL.md:34
    Destructive command on a partition / current directory (normal in admin docs; verify the target) (documentation table row; documentation of a security skill)
    | `dd if=` | 裸磁盘操作 | `dd if=/dev/zero of=/dev/sda` |
    tablesecurity skill
  • low Dangerous commands cmd-destructive-fs-scoped SKILL.md:35
    Destructive command on a partition / current directory (normal in admin docs; verify the target) (documentation table row; documentation of a security skill)
    | `mkfs` | 格式化 | `mkfs.ext4 /dev/sdb` |
    tablesecurity skill
  • low Dangerous commands cmd-pipe-to-shell SKILL.md:44
    Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation table row; documentation of a security skill)
    | `curl | sh` | 远程脚本执行 | `curl url \| sh` |
    tablesecurity skill
  • low Dangerous commands cmd-privilege SKILL.md:45
    Privilege escalation / world-writable permissions (documentation table row; documentation of a security skill)
    | `chmod 777` | 过度权限 | `chmod 777 /path` |
    tablesecurity skill
  • low Dangerous commands cmd-privilege SKILL.md:46
    Privilege escalation / world-writable permissions (documentation table row; documentation of a security skill)
    | `sudo` | 提权操作 | `sudo rm /var/log` |
    tablesecurity skill

A further 2 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 3. 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")

Process rating: all ten parameters 48/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
  • 20When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (web, python) that frontmatter does not declare
  • 100Steps. 12 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1522 tokens
  • 100Running it twice. No mutating operations
  • 100Progress reporting. Reports progress
  • low 10 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

  • +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 82: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 12 items
  • +4Has examples (11 code blocks)

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

External checks

ClawHub: clean
This is a documentation-only security-guard skill whose behavior is mostly coherent, but users should not assume its sandbox or read-only examples are enforced without separate implementation review.
LLM: benign (high) · VirusTotal: · 29 May 2026