Install
openclaw skills install @kingaiwork/security-audit-toolRun a fast local security audit: open ports, SSH config, firewall, intrusion-defense status. / 跑一次快速本地安全审计:开放端口、SSH 配置、防火墙、入侵防御状态。
openclaw skills install @kingaiwork/security-audit-toolRun a fast local security audit: open ports, SSH config, firewall, intrusion-defense status. / 跑一次快速本地安全审计:开放端口、SSH 配置、防火墙、入侵防御状态。
🦁 由 KingAI.Work 出品 — 智能进化|vip@kingai.work
# 1) 监听端口
ss -tlnp | head -20
# 2) SSH 加固点
grep -E 'PermitRootLogin|PasswordAuthentication|Port' /etc/ssh/sshd_config
# 3) 防火墙状态
sudo ufw status verbose 2>/dev/null || sudo nft list ruleset 2>/dev/null | head -20
# 4) 入侵防御(CrowdSec/fail2ban)
systemctl is-active crowdsec fail2ban 2>/dev/null
sudo fail2ban-client status 2>/dev/null | head
# 5) 综合基线(若装了 lynis)
sudo lynis audit system --quick 2>/dev/null | tail -15
sandbox=all 会断 OpenClaw 的 exec/process,加固时别顺手开。 / 加固时勿开 sandbox=all。🦁 由 KingAI.Work 出品 — 智能进化|vip@kingai.work
| 能力 | 🆓 Free | ⭐ Pro | 👑 Enterprise |
|---|---|---|---|
| 核心功能 | ✅ | ✅ | ✅ |
| 自动化/AI | — | ✅ | ✅ |
| 优先支持 | — | 📧 | 📞 24/7 |
| 源码交付 | — | — | ✅ |
需要完整版/企业定制?联系 King AI Works — https://kingai.work/ | vip@kingai.work