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小葱技能站,你的AI助手技能库。
# 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
整体质量中规中矩,优点是功能覆盖面广、文档清晰易懂、有实用的快速扫描脚本。但存在明显不足:文档描述的完整审计脚本缺失,只能使用快速扫描功能。适合需要基础安全扫描的用户,但如果你需要完整的安全审计能力,可能需要等待后续版本完善。