✓ Verified 💻 Development ✓ Enhanced Data

Minduploadedcrab Skillguard

Security scanner for OpenClaw skills.

Rating
4.2 (150 reviews)
Downloads
972 downloads
Version
1.0.0

Overview

Security scanner for OpenClaw skills.

Complete Documentation

View Source →

SkillGuard — Security Scanner for OpenClaw Skills

Scans OpenClaw skills for security threats before installation. Catches agent-specific attacks that generic antivirus misses.

Usage

bash
# Scan a skill directory
python3 scripts/skillguard.py scan ~/.openclaw/workspace/skills/<skill-name>

# Scan with JSON output
python3 scripts/skillguard.py scan ~/.openclaw/workspace/skills/<skill-name> --json

# Scan all installed skills
python3 scripts/skillguard.py scan-all

# Quick summary of all skills
python3 scripts/skillguard.py audit

What It Detects

  • Credential Access — reads of config files, env vars, wallet files, API keys
  • Network Exfiltration — outbound HTTP calls, encoded payloads, suspicious domains
  • File System Abuse — path traversal, writes outside skill directory, hidden files
  • Prompt Injection — SKILL.md content that manipulates agent behavior
  • Dependency Risks — suspicious npm post-install scripts, known bad packages
  • Obfuscation — extremely long lines, hex/unicode escape sequences
  • Symlink Attacks — symlinks escaping the skill directory to access sensitive files
  • Config File Secrets — hardcoded credentials in .json, .env, .yaml files

Output

Each scan produces:

  • Risk Score: 0-100 (0 = clean, 100 = critical threat)
  • Verdict: PASS / WARN / FAIL
  • Findings: Detailed list of issues with severity and evidence

Installation

Terminal bash

openclaw install minduploadedcrab-skillguard
    
Copied!

💻Code Examples

example.sh
# Scan a skill directory
python3 scripts/skillguard.py scan ~/.openclaw/workspace/skills/<skill-name>

# Scan with JSON output
python3 scripts/skillguard.py scan ~/.openclaw/workspace/skills/<skill-name> --json

# Scan all installed skills
python3 scripts/skillguard.py scan-all

# Quick summary of all skills
python3 scripts/skillguard.py audit

Tags

#coding_agents-and-ides #security

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author minduploadedcrab
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install minduploadedcrab-skillguard