skill-vetter

Vet AI agent skills through source check, code review, and permission evaluation.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill skill-vetter-prathviraj-jadhav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetter
Source: https://github.com/Prathviraj-jadhav/nexgen-elit-website/tree/main/.agent/skills/skill-vetter
Command: npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill skill-vetter-prathviraj-jadhav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security-first vetting protocol to ensure AI agent skills are safe before installation from any external source. It checks for red flags, permission scope requirements, and suspicious patterns to prevent unsafe deployments.

Core Features & Use Cases

  • Step 1: Source Check — evaluates origin, author reputation, freshness, and prior usage.
  • Step 2: Code Review — requires reviewing all files for obvious red flags and unsafe patterns described in the vetting protocol.
  • Step 3: Permission Scope — assesses read/write access, network access, and execution privileges to ensure minimal necessary permissions.
  • Step 4: Risk Classification — assigns a risk level and outputs a clear verdict with mitigations and recommendations.

Quick Start

Run the vetting protocol on the target skill before installation to identify source credibility, review code, and assess permissions.

Frequently Asked Questions about skill-vetter

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

FAQPage Schema
How do I vet AI skills for security risks before installation?

Vetting AI skills for security risks involves a four-step process: checking the source reputation, reviewing code for red flags, evaluating permission scopes, and classifying the overall risk level to output a safety verdict.

What are the red flags to look for when reviewing AI agent skills from GitHub repositories?

Red flags in AI agent skills from GitHub repositories include suspicious code patterns, unnecessary read/write access, broad execution privileges, and unsafe network access that exceed the minimal necessary permission scope.

How does permission scope evaluation work for external AI skills?

Permission scope evaluation for external AI skills assesses requested read/write access, network access, and execution privileges to ensure the skill only has the minimal necessary permissions required to function safely.

Can I use this vetting protocol to assess skills from any external marketplace?

Yes, you can apply this security-first vetting protocol to evaluate AI skills from any external source, including GitHub repositories and marketplaces, to identify red flags and prevent unsafe deployments prior to installation.

What is the best way to classify the risk level of an AI agent skill?

The best way to classify the risk level of an AI agent skill is to complete source, code, and permission checks, then assign a risk classification that outputs a clear verdict with recommended mitigations.

When should I not install an AI skill from an unverified author?

You should not install an AI skill from an unverified author when the vetting process identifies unsafe code patterns, excessive permission scopes, or a high-risk classification that lacks clear mitigations.