Openclaw Security Guard

👤 miloudbelarebia 📦 v1.0.0 ⭐ 4.5 ⬇️ 2.3K 下載
🔒 IT運維與安全 免費

📖 技能介紹


name: openclaw-security-guard description: Security audit CLI + live dashboard for OpenClaw. Scans for secrets, config issues, prompt injections, vulnerable dependencies, and unverified MCP servers. Zero telemetry. version: 1.0.0 metadata: openclaw: requires: bins: - node install: - kind: node package: openclaw-security-guard bins: [openclaw-guard, openclaw-security-guard] emoji: "\U0001F6E1" homepage: https://github.com/2pidata/openclaw-security-guard os: - macos - linux - windows


OpenClaw Security Guard

The missing security layer for your OpenClaw installation.

What it does

Run openclaw-guard audit to scan your OpenClaw setup across 5 categories:

  • Secrets Scanner -- Detects API keys, tokens, passwords across 15+ formats + entropy analysis
  • Config Auditor -- Checks sandbox mode, DM policy, gateway binding, rate limiting
  • Prompt Injection Detector -- 50+ patterns: instruction overrides, role hijacking, jailbreaks
  • Dependency Scanner -- npm CVE scanning
  • MCP Server Auditor -- Allowlist-based verification of installed MCP servers

Quick start

npm install -g openclaw-security-guard

# Full audit
openclaw-guard audit

# Fix issues automatically (with backup)
openclaw-guard fix --auto

# Launch live dashboard
openclaw-guard dashboard

Features

  • Security Score (0-100) -- one number for your security posture
  • Auto-hardening -- interactive, automatic, or dry-run modes
  • Live dashboard -- real-time monitoring at localhost:18790
  • Pre-commit hooks -- catch secrets before they're committed
  • Multi-language -- English, French, Arabic

    7w4.net收錄了海量優質技能外掛。

  • Zero telemetry -- no tracking, no network requests, 100% local

🤖 AI 評測

這是一款功能全面的 OpenClaw 安全工具,質量較好。它能掃描密碼洩露、配置漏洞、提示詞注入等常見安全問題,並提供自動修復建議和視覺化儀表板。介面友好,支援多語言,聲稱不收集任何資料。優點是功能豐富、文件詳細、使用簡單;不足是部分高階功能(如依賴漏洞掃描)的深度可能不夠,介面儀表板的實際監控能力需要驗證。適合重視 AI 應用安全的使用者嘗試。

📊 多維度評分

適應性4.4
規範性4.2
有效性4.7
可靠性4.5
可信度4.5

📁 包含檔案 (27 個)

📄 PUBLICATION_GUIDE.md 2.1 KB
📄 README.md 9.4 KB
📄 SKILL.md 1.9 KB
📄 _meta.json 142 B
📄 docs/README.md 2.9 KB
📄 docs/api/cli.md 5.4 KB
📄 docs/api/programmatic.md 9.5 KB
📄 docs/ar/README.md 11.7 KB
📄 docs/en/README.md 14.9 KB
📄 docs/fr/README.md 13.1 KB
📄 docs/guides/getting-started.md 3.5 KB
📄 package.json 2.8 KB
📄 skill-card.md 2.7 KB
📄 src/cli/index.js 23.3 KB
📄 src/dashboard/server.js 22.7 KB
📄 src/hardening/auto-hardener.js 2 KB
📄 src/index.js 3.6 KB
📄 src/monitors/cost-monitor.js 574 B
📄 src/monitors/realtime-monitor.js 1.1 KB
📄 src/scanners/config-auditor.js 14 KB
📄 src/scanners/dependency-scanner.js 1.5 KB
📄 src/scanners/mcp-server-auditor.js 2.8 KB
📄 src/scanners/prompt-injection-detector.js 10.3 KB
📄 src/scanners/secrets-scanner.js 10.6 KB
📄 src/utils/helpers.js 1.5 KB
📄 src/utils/i18n.js 3.2 KB
📄 src/utils/validation.js 8.2 KB