openclaw-security-hardening
Installation
SKILL.md
OpenClaw Security Hardening
Complete Security Framework - Protects OpenClaw agents from data leaks (static security) and prompt injection (runtime security).
Overview
This skill provides comprehensive security protection for OpenClaw agents:
-
Static Security - Protect data at rest
- File permissions (chmod 600)
- Sensitive data isolation (.env files)
- Git protection (.gitignore)
- Automated monitoring (security-check.sh)
-
Dynamic Security - Prevent runtime attacks
- Content vs Intent detection
- Three-Question Test
- Dangerous command recognition
- Safe execution patterns