← 返回 Skills 市场
chandrasekar-r

Security Monitor

作者 chandrasekar-r · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
7790
总下载
6
收藏
56
当前安装
1
版本数
在 OpenClaw 中安装
/install security-monitor
功能描述
Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.
安全使用建议
Install only if you are comfortable giving this skill access to local auth logs, port and process listings, Docker status, /root/clawd paths, and /root/clawd/skills/.env. Review or patch the credential-file check and the nonfunctional --threats scoping before use, run it with the least privilege that still allows the checks you need, and protect or rotate the generated log and state files.
功能分析
Type: OpenClaw Skill Name: security-monitor Version: 1.0.0 The skill is classified as suspicious due to its use of high-risk capabilities, specifically reading sensitive files and executing system commands, even though these actions are ostensibly for security monitoring. The `scripts/monitor.cjs` file reads potentially sensitive `.env` files from `/root/clawd/` and executes commands like `tail`, `ss`, `ps aux`, and `docker ps` via `child_process.execSync`. While the script does not currently exfiltrate the *content* of credentials (only logging the *presence* of API keys), and a `TODO` comment for Telegram alerts is not implemented, the broad access to system information and sensitive files, combined with the ability to execute arbitrary commands, presents a significant risk if the code were to be modified or if the agent were compromised.
能力评估
Purpose & Capability
System log, port, process, file-change, and Docker checks are coherent for a security monitor, but the script also reads /root/clawd/skills/.env contents to identify credential-related service names, which is sensitive and only loosely disclosed as credential-pattern monitoring.
Instruction Scope
SKILL.md advertises threat-specific monitoring with --threats, but the code only prints that option and unconditionally runs all checks, including system inspection and credential-file inspection.
Install Mechanism
There is no package install, dependency download, automatic service registration, or hidden setup step; execution is via a local Node.js script.
Credentials
The hard-coded /root/clawd paths, auth-log access, process and port inspection, Docker commands, and raw .env read are high-privilege local observations; most are purpose-aligned, but the credential-file read is under-scoped.
Persistence & Privilege
Daemon/background operation and local alert/state files are disclosed and expected for continuous monitoring, but the logs and state may contain security-event metadata and there is no retention or protection guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install security-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /security-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: brute force detection, port anomaly monitoring, process monitoring, file change detection, Docker health checks
元数据
Slug security-monitor
版本 1.0.0
许可证
累计安装 293
当前安装数 56
历史版本数 1
常见问题

Security Monitor 是什么?

Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7790 次。

如何安装 Security Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-monitor」即可一键安装,无需额外配置。

Security Monitor 是免费的吗?

是的,Security Monitor 完全免费(开源免费),可自由下载、安装和使用。

Security Monitor 支持哪些平台?

Security Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Security Monitor?

由 chandrasekar-r(@chandrasekar-r)开发并维护,当前版本 v1.0.0。

💬 留言讨论