skulk-skill-scanner

Scan OpenClaw skill folders for security risks before install or publish.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Kitsune-Den/skulk-skills --skill skulk-skill-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skulk-skill-scanner
Source: https://github.com/Kitsune-Den/skulk-skills/tree/main/skills/skulk-skill-scanner
Command: npx skills add https://github.com/Kitsune-Den/skulk-skills --skill skulk-skill-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

OpenClaw skill security is critical; this scanner preflight skill folders before install or publication to identify red flags and reduce risk of unsafe code entering runtimes.

Core Features & Use Cases

  • Static analysis for red flags: detects data exfiltration, credential access, prompt injection, destructive commands, obfuscation, privilege escalation, and supply-chain risks across skill files.
  • Scope-aware: evaluates a skill before deployment, during audits, or when reviewing any SKILL.md for safety.
  • Actionable results: reports findings with severity, recommended mitigations, and steps to publish safely.

Quick Start

Run node scripts/scanner.js <path-to-skill> to scan a skill folder before enabling it.

Frequently Asked Questions about skulk-skill-scanner

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

FAQPage Schema
How do I scan an OpenClaw skill for security risks before installing it?

To scan an OpenClaw skill for security risks, run node scripts/scanner.js <path-to-skill> against the target directory. The static analysis identifies data exfiltration, prompt injection, and privilege escalation threats, providing actionable remediation steps to ensure safe integration.

What types of vulnerabilities does a static analysis skill detect in a SKILL.md folder?

Static analysis for SKILL.md folders detects multiple security risks including credential access, destructive commands, code obfuscation, and supply-chain threats. The scanner evaluates the entire skill directory and reports findings with severity levels and recommended mitigations for engineers.

When should I run a security scanner on my automation skills?

You should run a security scanner on automation skills before installation or publication to prevent unsafe code from entering runtimes. Preflight scanning is essential during audits and when reviewing any SKILL.md file for safety to reduce deployment risks.

Can I use this scanner to audit skill directories for prompt injection and data exfiltration?

Yes, you can use this scanner to audit skill directories for prompt injection and data exfiltration. The scope-aware static analysis evaluates files for red flags across the skill folder and provides concrete remediation guidance to enforce safe defaults for engineers.

Does the skill scanner require any external dependencies to assess supply-chain risks?

The skill scanner requires no external dependencies to assess supply-chain risks. It performs static analysis directly on the provided skill directory files to identify potential threats and flag obfuscation or destructive commands without needing additional environment setup.

What is the best way to remediate privilege escalation risks found during skill security audits?

The best way to remediate privilege escalation risks during skill security audits is to follow the scanner's actionable results. The tool reports findings with specific severity levels and indicates concrete mitigations, emphasizing safe defaults to help engineers securely publish or integrate skills.