Automation

Skill Security Scanner

> Built by **GetAgentIQ** — [getagentiq.ai](https://getagentiq.ai)

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

Skill Security Scanner

> Built by GetAgentIQ — [getagentiq.ai](https://getagentiq.ai)

Full-workspace security audit for installed OpenClaw skills. Catches what pre-install checks miss.

Quick Start


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

# Scan a specific directory
python3 scripts/scan-skills.py --path /path/to/skills

# JSON output for automation
python3 scripts/scan-skills.py --format json

# Only show HIGH and CRITICAL findings
python3 scripts/scan-skills.py --min-severity high

What It Detects

Category 1: Code Injection (CRITICAL)

Category 2: System Access (HIGH)

Category 3: Network Exfiltration (CRITICAL)

Category 4: Credential Theft (CRITICAL)

Category 5: Persistence & Escalation (HIGH)

Category 6: Supply Chain (MEDIUM)

Report Format


═══════════════════════════════════════════
  SKILL SECURITY SCAN REPORT
  Scanned: 24 skills | 2026-03-28 08:15 UTC
═══════════════════════════════════════════

🔴 CRITICAL: crypto-helper
   ├─ [EXFIL] requests.post() sends os.environ data (line 47)
   └─ [INJECT] eval() on user input (line 23)

🟡 HIGH: file-manager
   └─ [SYSTEM] subprocess.call with shell=True (line 89)

🟢 PASS: weather (0 findings)
🟢 PASS: github (0 findings)

─────────────────────────────────────────
SUMMARY: 2 CRITICAL | 1 HIGH | 0 MEDIUM | 21 CLEAN
ACTION: Remove crypto-helper immediately. Review file-manager.

Parameters

| Parameter | Default | Description |

|-----------|---------|-------------|

| --path | ~/.openclaw/workspace/skills | Directory to scan |

| --format | text | Output format: text, json, markdown |

| --min-severity | low | Minimum severity to report: low, medium, high, critical |

| --exclude | none | Comma-separated skill names to skip |

| --verbose | false | Show matched code snippets |

Integration with Existing Tools

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: skill-security-scanner