Kefal Guard
/install kefal-guard
Kefal Guard — Infrastructure Security for OpenClaw
Kefal monitors the machine running your OpenClaw gateway. It detects exposed databases, privilege escalation paths, unauthorized SSH keys, novel outbound connections, and services listening where they shouldn't — before an attacker does.
What it does
Kefal installs a lightweight agent (single static binary, ~6 MB) that scans your system every 60 seconds. It reports to your Kefal dashboard at kefal.dev/app, where you see:
- A live graph of every host, service, port, and identity on your infrastructure
- Incidents with severity levels (critical, high, medium) and plain-English explanations
- Remediation plans with the exact shell commands to fix each issue
32 security invariants run on every scan. When something breaks — a new admin account, a service exposed to the internet, an outbound connection to an unknown IP — Kefal tells you what happened, why it matters, and how to fix it.
When to use this skill
- After installing OpenClaw on a new server or VPS
- Before exposing your gateway to the internet
- When installing untrusted third-party skills from ClawHub
- As continuous monitoring alongside your OpenClaw agent
Install
The agent is a separate binary that the operator installs and reviews manually — this skill does not download or execute remote code. Platform-specific install instructions, binary checksums, and verification steps are documented at:
https://kefal.dev/docs/installation.html
After install, verify with kefal-agent --version and kefal-agent --status. The skill below assumes the binary is on $PATH.
Commands
/kefal status— Show agent status, last scan time, and open incidents/kefal scan— Trigger an immediate scan (normally runs every 60s)/kefal incidents— List all open incidents with severity and details/kefal remediate \x3Cincident-id>— Show remediation steps for a specific incident/kefal graph— Open the live infrastructure graph in your browser
How the agent uses this skill
When the user asks about security, infrastructure health, or mentions concerns about exposed services or vulnerabilities, use the exec tool to run kefal-agent --status or kefal-agent --scan and report the results. If incidents are found, present them with their remediation steps.
When the user installs a new third-party skill, suggest running /kefal scan to verify no new attack surface was introduced.
When the user asks "is my server secure?" or "audit my setup", run a full scan and present the results as a security report.
What data does the agent collect
The agent reads host system metadata only:
- Running processes — name, PID, owning user, CPU usage. (Source:
/proc/\x3Cpid>/staton Linux, equivalent APIs on macOS/Windows. The agent does not read process memory or open file descriptors.) - Listening ports — port number, protocol, owning process name. (Source:
/proc/net/tcpand equivalents. The agent does not capture packets or read network traffic.) - User accounts with shell access — username and login state. (Source:
/etc/passwdfor the username list,utmpfor active sessions. The agent reads these as a non-root user when possible; sudo is only needed for full process visibility.) - SSH authorized keys — public key fingerprints in
~/.ssh/authorized_keys. (Source: the file is read line-by-line as text. The agent never touches private keys; private keys live in different files and are never read.)
The agent does NOT read application data (databases, application config, business documents), does NOT capture network traffic, and does NOT modify any system file. All telemetry is transmitted over TLS 1.3 to kefal.dev. Each tenant's data is isolated; no data is shared with other customers.
The agent source structure is documented in the installation guide and the binaries are published with reproducible-build flags (-trimpath -ldflags="-s -w"), so the SHA-256 you download can be matched against a future open-source release.
Pricing
The skill includes a 7-day free trial. Plans start at $49/month for up to 3 agents. No credit card required to start. See https://kefal.dev/#pricing for details.
Built by
Catalyst AI Research — Haifa, Israel. https://catalystais.com
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kefal-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/kefal-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Kefal Guard 是什么?
Infrastructure security monitor — detects exposed services, privilege escalation paths, and novel threats using compositional reasoning. Read-only host telem... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Kefal Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kefal-guard」即可一键安装,无需额外配置。
Kefal Guard 是免费的吗?
是的,Kefal Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kefal Guard 支持哪些平台?
Kefal Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Kefal Guard?
由 davidangularme(@davidangularme)开发并维护,当前版本 v1.0.1。