SKILLEMALL.ai

CF optional-strict-instructions

Handle operations requiring user confirmation, permission verification, and strict adherence to explicit instructions. Activate when: (1) Operations need sudo/elevated permissions, (2) File deletion or modification is requested, (3) System changes are required, (4) User explicitly specifies a method (e.g., "use sudo"), (5) Sensitive operations need explicit consent, (6) Multiple valid approaches exist and user choice is required. Use this skill to ensure proper verification, user interaction, and strict compliance with user instructions.

ClawHub Agent Skills author: ZhangWud1 v0.0.1 MIT-0 5 files · 2 scripts body ≈ 1 336 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 45/100 · Will not run — References files that are not bundled: scripts/template.sh

AnalyzerInfrastructureSecuritytype and topics are labelled automatically from the skill text
JSON
Technical rating
C
67/100
safety, quality, tests
Safety 60%
65
Quality 40%
69
Run on models
none yet
Process rating
F
45/100
Will not run
References files that are not bundled: scripts/template.sh
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. The text references files that are not there: add them or drop the references.
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 · 11

✓ No critical or high findings

Medium and low: 11
  • medium Dangerous commands cmd-privilege references/scenarios.md:23
    Privilege escalation / world-writable permissions
    sudo rm -f "/home/user/important.pdf"
  • medium Dangerous commands cmd-privilege references/scenarios.md:29
    Privilege escalation / world-writable permissions
    $ sudo rm -f "/home/user/important.pdf"
  • medium Dangerous commands cmd-privilege references/scenarios.md:81
    Privilege escalation / world-writable permissions
    sudo cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.backup
  • medium Dangerous commands cmd-privilege references/scenarios.md:91
    Privilege escalation / world-writable permissions
    sudo cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.backup.$(date +%s)
  • medium Dangerous commands cmd-privilege SKILL.md:96
    Privilege escalation / world-writable permissions
    1. sudo rm /var/log/app.log
  • medium Dangerous commands cmd-privilege SKILL.md:123
    Privilege escalation / world-writable permissions
    1. sudo rm -f (permanent, needs password)
  • low Dangerous commands cmd-privilege scripts/strict-execution.sh:164
    Privilege escalation / world-writable permissions (string literal in code, not executed)
    "Use sudo rm -f (permanent deletion, requires password)"
    code literal
  • low Dangerous commands cmd-privilege scripts/test-skill.sh:23
    Privilege escalation / world-writable permissions (test fixture / example file)
    1. sudo rm -f (permanent, needs password)
    fixture
  • low Dangerous commands cmd-privilege scripts/test-skill.sh:39
    Privilege escalation / world-writable permissions (test fixture / example file)
    2. Execute: sudo rm test.txt
    fixture
  • low Dangerous commands cmd-privilege scripts/test-skill.sh:46
    Privilege escalation / world-writable permissions (test fixture / example file)
    2. Execute: sudo rm test.txt
    fixture
  • low Dangerous commands cmd-privilege SKILL.md:82
    Privilege escalation / world-writable permissions (quoted — discussed, not commanded)
    2. Execute: `sudo rm file.txt`
    quoted

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

Against the Agent Skills spec

  • warning frontmatter-yaml SKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Handle operations requiring user confirmation, permission verifica… ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value
  • warning missing-ref reference to a missing file: scripts/template.sh

Process rating: all ten parameters 45/100

Will not run. References files that are not bundled: scripts/template.sh
  • 0Tools and files. 1 referenced file(s) missing: scripts/template.sh
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 2 mutating operations with no state check
  • 100Steps. 30 steps
  • 100Failures and branches. 2 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1336 tokens
  • 100Progress reporting. Reports progress
  • high The skill tells the model to perform an irreversible action with no human approval

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)
  • +3Output format is not stated: the model decides each time
  • -32 of 2 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 543: enough signal without eating the budget
  • +4Structure: 31 headings
  • +3Step-by-step instructions: 30 items
  • +4Has examples (12 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)

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

External checks

ClawHub: suspicious
This skill is safety-oriented, but it includes an overbroad shell helper that can run arbitrary commands with sudo and handles sudo passwords unsafely.
LLM: suspicious (high) · VirusTotal: · 29 May 2026