← 返回 Skills 市场
236
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install security-monitor-v15-t33
功能描述
提供Linux/Unix服务器进程、网络、文件权限、敏感信息、日志和进程树的安全审计与异常行为检测工具。
安全使用建议
This skill appears to be a local host audit tool and is internally coherent, but the source is unknown — review before running. Key points: (1) The script needs access to process lists, network state and filesystem; running as root (recommended for full checks) gives it full read access to sensitive files and secrets — only run on machines you control. (2) Inspect the full scripts/monitor.py for any network calls or hardcoded endpoints (exfiltration risks) before executing; the visible parts use subprocess and local scans which are expected, but the file was truncated in this review. (3) Test in an isolated environment (VM or container) first, and consider restricting scan directories (pass explicit paths) rather than scanning the whole filesystem. (4) If you plan automated runs (cron), ensure alerting integrations (email/webhook) are configured to trusted endpoints and credential handling is safe. (5) Because the skill has no known homepage or publisher reputation, prefer using well-known, audited tools for critical systems or perform a code audit prior to production use.
功能分析
Type: OpenClaw Skill
Name: security-monitor-v15-t33
Version: 1.0.0
The skill bundle is a legitimate system security auditing tool designed for Linux/Unix environments. The core script, `scripts/monitor.py`, performs comprehensive checks for suspicious processes (e.g., reverse shells, netcat listeners), unauthorized network connections, open ports, and insecure VNC configurations. It also includes a secret scanner that identifies the presence of API keys and passwords in configuration files and logs, but notably reports only the file paths and secret types rather than the sensitive values themselves. The instructions in `SKILL.md` and `README.md` are well-documented and align perfectly with the tool's defensive purpose, with no evidence of malicious intent, data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
Name/description (server process, network, file-permission, secrets, logs, process-tree auditing) align with included files and runtime behavior. The skill is an instruction-first scanner that reads processes, network state and files — which are appropriate for a host security audit. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs running scripts/monitor.py (optionally as root) and scanning arbitrary directories (/var/log, /opt/openclaw, /home, /etc). That scope is expected for a scanner, but it means the tool will read sensitive files and system state. The README includes an optional SMTP/email snippet as an example (not integrated by default) — review any added alert/integration code before use.
Install Mechanism
No install spec — instruction-only plus included Python script. No external downloads or package installs are requested by the skill itself.
Credentials
No environment variables, credentials, or config paths are required by the skill metadata. The script requires local filesystem and command-line tools (ps, ss/netstat, find) — which is proportional to a local audit tool.
Persistence & Privilege
always:false and no persistent install — the skill does not request permanent inclusion. However SKILL.md recommends running the script as root to obtain full visibility; running as root grants broad read access to system files and secrets, so treat that as a high-privilege operation and only run after review.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-monitor-v15-t33 - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-monitor-v15-t33触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
System Security Analysis Tool v1.5 introduces comprehensive server security auditing and anomaly detection features:
- Adds analysis of system processes, network connections, file permissions, sensitive information exposure, and log events.
- New in v1.5: Log analysis for SSH attacks, account events, sudo usage, and process tree analysis to detect suspicious relationships and hidden processes.
- Provides core capabilities like monitoring suspicious processes, port/service auditing, scanning for exposed secrets, and auditing file permissions.
- Supports both full scans and targeted checks via Python scripts or command-line usage.
- Outputs both human-readable reports and JSON-formatted results for integration.
- Recommends running with root privileges for full analysis, but supports limited checks without.
- Includes detailed usage steps, customization options, and security recommendations.
元数据
常见问题
Security Monitor V15 T33 是什么?
提供Linux/Unix服务器进程、网络、文件权限、敏感信息、日志和进程树的安全审计与异常行为检测工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 Security Monitor V15 T33?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-monitor-v15-t33」即可一键安装,无需额外配置。
Security Monitor V15 T33 是免费的吗?
是的,Security Monitor V15 T33 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Security Monitor V15 T33 支持哪些平台?
Security Monitor V15 T33 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Monitor V15 T33?
由 t33-coder(@t33-coder)开发并维护,当前版本 v1.0.0。
推荐 Skills