clawhub-skill-scanner

Audit AI agent skills for security vulnerabilities and malicious code patterns.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill clawhub-skill-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub-skill-scanner
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-clawhub-skill-scanner
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill clawhub-skill-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill acts as a critical security layer, preventing the installation of compromised or malicious AI skills that could harm your agent or steal sensitive data.

Core Features & Use Cases

  • Deep Code Analysis: Scans skill code for known malicious patterns like reverse shells, credential access, and data exfiltration.
  • Risk Scoring: Assigns a clear risk score (SAFE, CAUTION, DANGER, BLOCKED) to guide installation decisions.
  • Use Case: Before installing any new skill from an external source, run this scanner to ensure it's safe, protecting your agent from threats like the ClawHavoc campaign.

Quick Start

Use the clawhub-skill-scanner to audit the skill located in the '/path/to/skill' directory before installation.

Frequently Asked Questions about clawhub-skill-scanner

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

FAQPage Schema
How do I scan an AI agent skill for malicious code before installation?

To scan an AI agent skill for malicious code, you audit the target skill directory using Python scripts that perform deep code analysis and pattern matching against a predefined threat database to detect vulnerabilities like reverse shells and data exfiltration.

What security threats should I look for when auditing external skill supply chains?

When auditing external skill supply chains, look for known malicious patterns including reverse shells, credential access, and data exfiltration. Supply chain threat detection scans code to prevent compromised AI skills from harming your agent or stealing sensitive data.

Can I analyze skills sourced from GitHub and external URLs for security vulnerabilities?

Yes, you can analyze skills sourced from GitHub, ClawHub, or external URLs for security vulnerabilities. The scanner applies deep code analysis to any skill source before installation to ensure protection against malicious code patterns.

How does risk scoring work when checking if a skill is safe to install?

Risk scoring evaluates scanned code patterns and assigns a clear risk level of SAFE, CAUTION, DANGER, or BLOCKED. This risk score guides your installation decisions by quantifying the threat potential of the analyzed AI agent skill.

What is the best way to protect my AI agent from the ClawHavoc campaign and similar threats?

The best way to protect your AI agent from the ClawHavoc campaign is to run a security scanner that detects malicious code patterns before installing any new skill. This audit prevents compromised skills from executing reverse shells or credential theft.

Do I need Python to run a malware scan on AI agent skills?

Yes, you need Python to run a malware scan on AI agent skills. The code analysis and pattern matching against the threat database require Python scripts to perform the deep security audit before skill installation.