skill-vetting

Scan ClawHub skill packages for security and utility risks.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/cncoder/oneclaw --skill skill-vetting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetting
Source: https://github.com/cncoder/oneclaw/tree/main/skills/skill-vetting
Command: npx skills add https://github.com/cncoder/oneclaw --skill skill-vetting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Vet ClawHub skills for security and utility before installation to prevent unsafe code from being adopted and to ensure practical value.

Core Features & Use Cases

  • Automated security scanning of skill files against a defined rule set.
  • Guided vetting workflow combining automated checks and manual review for prompt-injection risks, network activity, and file operations.
  • Use Case: Before installing a new ClawHub skill, run the scanner to obtain a structured report and inform go/no-go decisions.

Quick Start

Download the skill package to a temporary workspace, unzip it, and run the Python scanner to evaluate the skill.

Frequently Asked Questions about skill-vetting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I vet ClawHub skills for security risks before installing them?

Vetting ClawHub skills involves downloading the package to a temporary workspace, unzipping it, and running a Python scanner. The scanner applies automated security checks to generate a structured report, assessing prompt-injection risks, network activity, and file operations.

What is the vetting workflow for evaluating third-party skill packages?

The vetting workflow combines automated checks and manual review to evaluate third-party skill packages. It scans for prompt-injection risks, network activity, and file operations, producing a structured report to confirm practical value and assess risk posture in your environment.

Can I use this Python scanner to assess network activity and file operations in a skill?

Yes, you can use the Python scanner to assess network activity and file operations. The guided vetting workflow applies automated checks against a defined rule set to evaluate these specific risks before you decide to install the skill package.

Does the skill vetting process require any external dependencies to run?

The skill vetting process requires no external dependencies to run. You simply download the skill package, unzip it to a temporary workspace, and execute the included Python scanner to evaluate security and utility without additional setup.

What's the best way to evaluate third-party skills for prompt-injection risks?

The best way to evaluate third-party skills for prompt-injection risks is using a guided vetting workflow with an automated Python scanner. It scans skill files against a defined rule set to identify injection risks and generate a structured report for go/no-go decisions.