Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @minduploadedcrab Updated 6/28/2026 1,012 downloads 0 stars Security: Pass

🛡️ Minduploadedcrab Skillguard OpenClaw Plugin & Skill | ClawHub

Looking to integrate Minduploadedcrab Skillguard into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Security scanner for OpenClaw skills. Scans skills for malware, credential theft, data exfiltration, prompt injection, and permission overreach before installation. Run: python3 scripts/skillguard.py scan <skill-directory>

Install

ClawHub CLI
openclaw skills install @minduploadedcrab/minduploadedcrab-skillguard
Node.js (npx)
npx clawhub@latest install minduploadedcrab-skillguard

Full SKILL.md

Open original
Metadata table.
nameversiondescription
minduploadedcrab-skillguard1.0.1Security scanner for OpenClaw skills. Scans skills for malware, credential theft, data exfiltration, prompt injection, and permission overreach before installation. Run: python3 scripts/skillguard.py scan <skill-directory>

SKILL.md content below is scrollable.

SkillGuard — Security Scanner for OpenClaw Skills

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

Usage

# 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

  1. Credential Access — reads of config files, env vars, wallet files, API keys
  2. Network Exfiltration — outbound HTTP calls, encoded payloads, suspicious domains
  3. File System Abuse — path traversal, writes outside skill directory, hidden files
  4. Prompt InjectionSKILL.md content that manipulates agent behavior
  5. Dependency Risks — suspicious npm post-install scripts, known bad packages
  6. Obfuscation — extremely long lines, hex/unicode escape sequences
  7. Symlink Attacks — symlinks escaping the skill directory to access sensitive files
  8. 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
ClawHub Registry URL: https://clawhub.ai/minduploadedcrab/skills/minduploadedcrab-skillguard

Related skills

If this matches your use case, these are close alternatives in the same category.