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: "🔒"
Comprehensive security auditing toolkit for OpenClaw deployments. Scan your infrastructure, identify vulnerabilities, and harden configs.
小蔥技能7w4.net有完整的技能分類。
# 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
MIT
整體質量中規中矩,優點是功能覆蓋面廣、文件清晰易懂、有實用的快速掃描指令碼。但存在明顯不足:文件描述的完整審計指令碼缺失,只能使用快速掃描功能。適合需要基礎安全掃描的使用者,但如果你需要完整的安全審計能力,可能需要等待後續版本完善。