← 返回 Skills 市场
chandrasekar-r

Security Monitor

作者 chandrasekar-r · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
8280
总下载
6
收藏
0
当前安装
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 host logs, process and port listings, Docker status, /root/clawd paths, and /root/clawd/skills/.env. Before use, remove or patch the .env content read, do not rely on --threats for scoping until fixed, run with the least privilege that still supports the checks you need, and protect or rotate the generated alert 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
Security log, port, process, file-change, and Docker checks fit a host security monitor, but scripts/monitor.cjs reads /root/clawd/skills/.env in full and only checks for provider-name strings rather than real credential-usage patterns.
Instruction Scope
SKILL.md advertises --threats for selecting monitored areas, but runChecks unconditionally runs every check, including credential-file inspection.
Install Mechanism
No package downloads, hidden installer, automatic service registration, or dependency setup are present; users run a local Node.js script manually or via PM2/systemd.
Credentials
Host log access, process and port inspection, Docker status, and /root/clawd paths are broadly privileged but mostly expected for monitoring; direct raw .env reading is under-scoped and not clearly disclosed.
Persistence & Privilege
Daemon mode and local alert/state files are disclosed and purpose-aligned, but the generated logs and state can contain sensitive security metadata and no retention or access-control guidance is provided.
如何使用
  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
许可证
累计安装 0
当前安装数 0
历史版本数 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 插件,目前累计下载 8280 次。

如何安装 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。

💬 留言讨论