← Back to Skills Marketplace
236
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install security-monitor-v15-t33
Description
提供Linux/Unix服务器进程、网络、文件权限、敏感信息、日志和进程树的安全审计与异常行为检测工具。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install security-monitor-v15-t33 - After installation, invoke the skill by name or use
/security-monitor-v15-t33 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Security Monitor V15 T33?
提供Linux/Unix服务器进程、网络、文件权限、敏感信息、日志和进程树的安全审计与异常行为检测工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install Security Monitor V15 T33?
Run "/install security-monitor-v15-t33" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Security Monitor V15 T33 free?
Yes, Security Monitor V15 T33 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Security Monitor V15 T33 support?
Security Monitor V15 T33 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Security Monitor V15 T33?
It is built and maintained by t33-coder (@t33-coder); the current version is v1.0.0.
More Skills