skillvet

Scan agent skill code and metadata for credential leakage, malware, and prompt injection.

1|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/oakencore/skillvet --skill skillvet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillvet
Source: https://github.com/oakencore/skillvet/tree/main
Command: npx skills add https://github.com/oakencore/skillvet --skill skillvet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skillvet provides automated security auditing for agent skills to prevent malware, credential theft, and unsafe behavior before installation.

Core Features & Use Cases

  • Centralized security checks for ClawHub skills, flagging malware, exfiltration patterns, prompt injection, obfuscation, and other attack signatures.
  • CI-friendly outputs (JSON/SARIF) and remote scanning to vet skills without full installation.
  • Use Case: A team needs to vet a new skill from a public marketplace before enabling it within their agent.

Quick Start

Run the scanner on the target skill directory to generate a findings report.

Frequently Asked Questions about skillvet

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

FAQPage Schema
How do I audit an agent skill for malware and credential leakage before installing it?

To audit an agent skill for malware and credential leakage, run a security scanner on the target skill directory to check code, metadata, and setup, generating a findings report that flags unsafe patterns before installation.

Can I detect prompt injection and obfuscation patterns in agent skills automatically?

Yes, you can detect prompt injection and obfuscation patterns automatically by scanning skills against an embedded rule set and pattern database designed to identify campaign-specific attack signatures and exfiltration attempts.

Does skill vetting support CI-friendly output formats like JSON or SARIF?

Skill vetting supports CI-friendly outputs by generating JSON and SARIF reports, allowing automated security audits to integrate directly into install, audit, or vet workflows without requiring full skill installation.

What is the best way to scan a public marketplace skill for unsafe behavior without installing it?

The best way to scan a public marketplace skill without installing it is to use remote scanning capabilities that analyze the skill's code and metadata to block unsafe behavior and prevent credential theft.

How do security audits for agent skills identify exfiltration attempts?

Security audits identify exfiltration attempts by applying comprehensive rule sets to scan target skill directories, checking code and setup configurations for known attack signatures and unauthorized data transmission patterns.

What prerequisites are needed to run a security audit on a ClawHub skill?

Running a security audit on a ClawHub skill requires access to the target skill directory and a scanner equipped with pattern databases to detect malware, credential leakage, and prompt injection without additional dependencies.