PluginBench
Skill
Review
Audit score 70

clawhub-skill-vetting

hugomrtz/skill-vetting-clawhub

Vet ClawHub skills before installation with security-first code review and risk scoring.

What is clawhub-skill-vetting?

Apply a strict vetting workflow to evaluate ClawHub skill trustworthiness before installing. Use this when assessing skill safety, reviewing code for exfiltration or malicious patterns, or when a skill's integrity is in question.

  • Source verification: check author reputation, stars, downloads, and last update
  • Mandatory code review: scan for exfiltration, secrets access, eval/exec, and obfuscation
  • Permission scope analysis: confirm minimal file, command, and network access
  • Recent activity detection: identify suspicious installation or update bursts
  • Community feedback check: review Discord and GitHub Discussions for warnings
  • Sandbox installation guidance: safe testing before full deployment

How to install clawhub-skill-vetting

npx skills add https://github.com/hugomrtz/skill-vetting-clawhub --skill clawhub-skill-vetting
Claude Code
Cursor
Windsurf
Cline

How to use clawhub-skill-vetting

  1. 1.Request a vetting report for the skill in question, providing the skill name or repository URL
  2. 2.Review the source check results: author reputation, version history, and community signals
  3. 3.Examine the mandatory code review findings for red flags like exfiltration or obfuscation
  4. 4.Assess the permission scope to confirm it aligns with the skill's stated purpose
  5. 5.Check recent activity for suspicious patterns or unexpected changes
  6. 6.Consult the community feedback section for user reports or warnings
  7. 7.Make a go/no-go decision based on the confidence score and risk assessment
  8. 8.If uncertain, proceed with sandbox installation only before full deployment

Use cases

Good for
  • Evaluate an unknown or third-party ClawHub skill before installing in production
  • Audit a skill with suspicious code patterns or unclear permissions
  • Review a skill with limited community history or recent major changes
  • Assess whether a skill requires network access or file system permissions
  • Determine if a skill should be sandboxed or rejected entirely
Who it's for
  • ClawHub/OpenClaw users installing community skills
  • Security-conscious developers evaluating third-party code
  • Teams managing skill deployments across multiple agents
  • Anyone installing skills from unfamiliar or new authors

clawhub-skill-vetting FAQ

What makes a skill fail the vetting process?

Red flags include: exfiltration code, hardcoded secrets, eval/exec usage, obfuscation, excessive permissions, suspicious recent activity, or negative community feedback. Any critical red flag warrants rejection or sandbox-only installation.

Can I install a skill that doesn't pass vetting?

Yes, but only in a sandbox environment with restricted permissions. Never install an unvetted skill with full system access. Re-evaluate after further investigation or community feedback.

What is a confidence score and how is it used?

The confidence score reflects the reliability of the vetting assessment (0–100%). Higher scores indicate more thorough review data. Use the score to decide whether to trust the recommendation or request additional investigation.

How do I check community feedback for a skill?

Search the ClawHub Discord server and GitHub Discussions for the skill name or author. Look for user reports, issues, or warnings. Lack of community presence may indicate a new or unpopular skill requiring extra caution.

What should I do if a skill requests unusual permissions?

Reject or sandbox-only install. Review the code to understand why those permissions are needed. If the purpose doesn't justify the scope, the skill is not trustworthy.

Full instructions (SKILL.md)

Source of truth, from hugomrtz/skill-vetting-clawhub.


name: clawhub-skill-vetting 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 trustworthiness is in question.

ClawHub Skill Vetting

Overview

Apply a strict, security‑first vetting workflow before installing any ClawHub skill. Prioritize code review, permission scope, domain listing, and risk scoring.

Workflow

  1. Source check — author reputation, stars/downloads, last update, reviews.
  2. Code review (MANDATORY) — scan all files for exfiltration, secrets access, eval/exec, obfuscation.
  3. Permission scope — files, commands, network; confirm minimal scope.
  4. Recent activity — detect suspicious bursts.
  5. Community check — Discord/GitHub Discussions.
  6. Install safely — sandbox + inspect permissions.

Reference

Use references/vetting-guide.md for the full checklist, commands, red flags, confidence scoring, and report template.

Output expectations

  • Produce the SKILL VETTING REPORT format.
  • Provide a go/no‑go recommendation with reasons.
  • If unclear, recommend sandbox install only or reject.
  • Call out any red flags explicitly.
  • Include a confidence score and threshold.

Related skills

More from hugomrtz/skill-vetting-clawhub and the wider catalog.