Skip to content

nutstrut/skill-vetter-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Skill Vetter v2

Know if a skill is safe before you use it.


🧠 The Problem

Most AI skills are:

  • opaque
  • unverified
  • unclear about risks

Agents are expected to install and run them anyway.

This creates:

  • hidden security risks
  • unknown external dependencies
  • blind trust in third-party logic

✅ The Solution

Skill Vetter v2 evaluates a skill before you trust it.

It provides:

  • structured risk classification
  • capability analysis
  • trust dependency evaluation
  • clear safety verdicts

🔍 What It Analyzes

Every skill is evaluated across three dimensions:

1. Install Risk

  • file writes
  • package installs
  • system changes

2. Runtime Behavior

  • external API calls
  • data handling
  • credential exposure

3. Trust Dependencies

  • reliance on external services
  • transparency of those services
  • ability to verify outputs

⚖️ Clear Verdicts

Every evaluation results in:

  • safe → low risk
  • caution → review before use
  • unsafe → avoid

🔒 Why This Matters

Without evaluation, using a skill is a leap of faith.

This system ensures:

  • risks are visible
  • trust is explicit
  • decisions stay local

🧩 Part of a Trust Stack

Works alongside:

  • SettlementWitness → verifies outputs
  • Capability Evolver → improves safely
  • Humanizer → transforms outputs

🚀 Use Cases

  • evaluating new skills before installation
  • auditing third-party agent tools
  • building safer autonomous systems
  • enforcing trust boundaries

📦 Installation

Add this repository as a Claude skill.


🏷️ Tags

ai-agents
security
risk-analysis
trust
verification

Metadata

Last updated: 2026-04-02

About

Analyze and classify agent skills for safety using structured local risk evaluation.

Topics

Resources

Stars

Watchers

Forks

Contributors