2026-02-19 14:27:21 +01:00
2026-02-19 14:27:21 +01:00
2026-02-19 14:27:21 +01:00
2026-02-19 14:27:21 +01:00

Skill Vetting (ClawHub)

Securityfirst vetting protocol for OpenClaw/ClawHub skills. The goal is to prevent installing untrusted skills by enforcing code review, scope checks, and a standardized risk report.

What it does

  • Forces code review (SKILL.md alone is not enough)
  • Detects red flags (exfiltration, obfuscation, exec/eval, secrets access)
  • Checks recent activity to catch supplychain risks
  • Enforces permission scope and explicit domain listing
  • Produces a standard report with a confidence score (0100)

Files

  • SKILL.md — the skill instructions and workflow
  • references/vetting-guide.md — full checklist, commands, red flags, report template

How to use (in OpenClaw)

Ask the agent to vet a skill:

Vet this ClawHub skill: <link>

The output will be a SKILL VETTING REPORT with:

  • Metrics (downloads, last update, files reviewed)
  • Red flags
  • Permissions needed
  • Confidence score + risk level
  • Final verdict

Hard rules

  • SKILL.md is not enough — provide the code for a final verdict
  • If in doubt → do not install

Confidence score

Weighted rubric (0100):

  • Provenance/author (025)
  • Code transparency (025)
  • Permission scope (020)
  • Network risk (015)
  • Community signals (015)

Thresholds:

  • 80100 → OK (sandbox still recommended)
  • 6079 → ⚠️ Caution (sandbox + readonly for nonsensitive paths)
  • <60 → Nogo

Notes

This skill is preventive. It reduces risk but does not guarantee safety.

S
Description
Vet ClawHub skills before installation. Use when the user asks about evaluating, auditing, or safely installing OpenClaw/ClawHub skills, or when a skill’s…
Readme 24 KiB
Languages
Markdown 100%