Add openclaw-security skill
loading diff…
Adds the openclaw-security skill to the Security & Systems section.
Agent skill marketplaces have seen 341+ malicious skills uploaded since late January 2026. This suite provides workspace-level defense across 11 security domains: integrity verification, secret scanning, permission auditing, network DLP, audit trails, cryptographic signing, supply chain analysis, credential lifecycle, prompt injection defense, compliance enforcement, and incident response.
Anyone running third-party agent skills in Claude Code or OpenClaw workspaces who wants to detect tampering, exposed secrets, injection patterns, or supply chain attacks.
# Install all 11 security tools
python scripts/security.py install --workspace /path/to/workspace
# Run a full security scan
python scripts/security.py scan --workspace /path/to/workspace
# Check workspace health
python scripts/security.py status --workspace /path/to/workspace