skill-auditor

Scan ClawHub skills for malicious code and generate an install safety verdict.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sky770825/NEUXA- --skill skill-auditor-sky770825
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-auditor
Source: https://github.com/sky770825/NEUXA-/tree/main/quarantine/skills-slim-20260213/skill-auditor-pro
Command: npx skills add https://github.com/sky770825/NEUXA- --skill skill-auditor-sky770825

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub, gemini, and includes scripts (resource) components.

What problem does it solve?

Installing unvetted third-party ClawHub skills can expose your system to malicious code, credential theft, hidden obfuscated payloads, and social engineering lures that compromise security and data privacy without your knowledge.

Core Features & Use Cases

  • Three-Layer Threat Detection: Combines regex pattern matching, base64/hex deobfuscation, and optional LLM intent analysis to catch both known and novel malicious code patterns.
  • IoC and Risk Scanning: Checks for known malicious IPs, suspicious domains, social engineering keywords, dangerous command patterns like curl|bash or eval() execution, and access to sensitive system directories.
  • Use Case: Before installing any new third-party ClawHub skill, run this audit to identify hidden threats and get a clear risk verdict to avoid compromising your system.

Quick Start

Use the skill-auditor skill to scan the ClawHub skill you plan to install for security threats and receive a clear risk verdict before proceeding with installation.

Frequently Asked Questions about skill-auditor

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

FAQPage Schema
How do I scan a ClawHub skill for malicious code before installing it?

To scan a ClawHub skill for malicious code, use this auditor to run regex pattern matching, base64/hex deobfuscation, and optional LLM intent analysis on the skill's scripts. It generates a clear install safety verdict by detecting high, medium, and low severity risks like remote script execution and credential theft.

What is obfuscation detection in third-party code security?

Obfuscation detection in code security identifies hidden malicious payloads by decoding base64 and hex encodings within scripts. This process reveals disguised threats such as known indicators of compromise, suspicious domains, and dangerous command patterns like curl|bash or eval() execution before you install a skill.

Does the skill-auditor detect social engineering lures and credential theft?

Yes, the skill-auditor detects social engineering lures and credential theft by scanning for specific keywords, suspicious domains, and access to sensitive system directories. It applies regex pattern matching and optional LLM intent analysis to flag these threats and generate a clear risk verdict.

Can I use gemini for LLM intent analysis of suspicious code segments?

Yes, you can use gemini for optional LLM intent analysis of suspicious code segments found during the audit. This integrates with the regex pattern matching and deobfuscation layers to evaluate the actual intent of novel malicious code patterns, catching threats that standard matching might miss.

What are the limitations of regex pattern matching for malware scans?

Regex pattern matching alone for malware scans is limited to known indicators of compromise and specific dangerous command patterns like curl|bash. It may miss novel malicious code, which is why this auditor supplements regex with base64/hex deobfuscation and optional LLM intent analysis to evaluate suspicious code segments.