Security Audit Pro

👤 larios613-hub 📦 v1.0.0 ⭐ 4.1 ⬇️ 527 下載
🔒 IT運維與安全 免費

📖 技能介紹


name: security-audit-owasp version: 1.0.0 description: "Full OWASP, Nmap, Nikto vulnerability assessment for OpenClaw deployments. Scan your infrastructure, harden configs, and generate compliance reports." license: MIT tags: [security, owasp, nmap, nikto, vulnerability, audit, pentest, hardening, compliance, infrastructure] source: el-rudo-larios/security-audit trigger: "security audit vulnerability scan penetration test OWASP hardening" metadata: openclaw: emoji: "🔒"


Security Audit — OWASP, Nmap, Nikto

Comprehensive security auditing toolkit for OpenClaw deployments. Scan your infrastructure, identify vulnerabilities, and harden configs.

What It Does

  1. Port Scanning — Nmap service detection, OS fingerprinting, script scanning
  2. Web Vulnerability Assessment — Nikto web server scans, OWASP Top 10 checks
  3. Infrastructure Hardening — SSH config audit, firewall rules, exposed services
  4. Compliance Reports — Structured JSON output, severity ratings, remediation steps

    小蔥技能7w4.net有完整的技能分類。

Quick Start

# Full security audit
bash scripts/security-audit.sh --target 192.168.1.0/24 --output reports/

# Quick port scan
bash scripts/quick-audit.sh --target localhost

Features

  • Automated Nmap scans with service version detection
  • Nikto web vulnerability assessment
  • OWASP Top 10 checklist verification
  • SSH hardening recommendations
  • Firewall rule audit
  • Structured JSON reports with severity ratings
  • Remediation scripts for common findings

Requirements

  • OpenClaw 2.0+
  • Nmap (apt install nmap)
  • Nikto (apt install nikto)
  • Python 3.10+

License

MIT

🤖 AI 評測

整體質量中規中矩,優點是功能覆蓋面廣、文件清晰易懂、有實用的快速掃描指令碼。但存在明顯不足:文件描述的完整審計指令碼缺失,只能使用快速掃描功能。適合需要基礎安全掃描的使用者,但如果你需要完整的安全審計能力,可能需要等待後續版本完善。

📊 多維度評分

適應性4
規範性4.1
有效性4.4
可靠性3.8
可信度4.3

📁 包含檔案 (4 個)

📄 SKILL.md 1.6 KB
📄 _meta.json 139 B
📄 references/owasp-checklist.md 2.7 KB
📄 scripts/quick-audit.sh 1.8 KB