skill-vetter

Vet AI agent skills for security vulnerabilities and permission scope.

21|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/rongxinzy/RongxinAI --skill skill-vetter-rongxinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetter
Source: https://github.com/rongxinzy/RongxinAI/tree/main/SKILLs/skill-vetter
Command: npx skills add https://github.com/rongxinzy/RongxinAI --skill skill-vetter-rongxinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify potential security risks in AI agent skills before installation, ensuring safe and reliable skill deployment.

Core Features & Use Cases

  • Security Assessment: Identifies red flags in skill code for unauthorized access, data exfiltration, and harmful content.
  • Permission Review: Evaluates the skill's required file, network, and command access to determine if the scope is appropriate for its purpose.
  • Risk Classification: Classifies risks into levels (Low, Medium, High, Extreme) with corresponding actions for each.
  • Quick Vet Commands: Provides shell commands to quickly check skill repositories and gather necessary information for vetting.
  • Use Case: Before installing a new skill from an untrusted source, run the skill-vetter to assess its security and risk level.

Quick Start

Run the following command to vet a skill from GitHub: curl -s "https://raw.githubusercontent.com/OWNER/REPO/main/skills/SKILL_NAME/SKILL.md" | skill-vetter

Frequently Asked Questions about skill-vetter

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

FAQPage Schema
How do I check AI agent skills for security vulnerabilities before installing them?

Vetting AI agent skills for security vulnerabilities involves scanning for malicious code, prompt injection, and data exfiltration. This assessment identifies red flags and harmful content to ensure safe skill deployment from untrusted sources.

What is skill vetting and how does it evaluate permission scope?

Skill vetting is the security assessment of AI agent skills to identify malicious code and evaluate permission scope. It checks if the required file, network, and command access is appropriate for the skill's purpose.

How do I vet a skill from GitHub using shell commands?

To vet a skill from GitHub, run a shell command like `curl -s "[raw GitHub SKILL.md URL]" | skill-vetter`. This quickly gathers necessary repository information and assesses the skill's security and risk level.

Can I classify security risks in AI agent skills by severity level?

You can classify security risks in AI agent skills into Low, Medium, High, and Extreme levels. This risk classification provides corresponding actions for each severity to guide safe deployment decisions.

Does the skill-vetter require external dependencies to scan for malicious code?

The skill-vetter requires no external dependencies to scan for malicious code. It operates entirely within the scope of the SKILL.md file to identify suspicious patterns and harmful content.