Security Hardening Audit
Overview
security-hardening-audit scans an OpenClaw workspace or skill folder for practical security gaps before they turn into production headaches. It looks for risky permissions, embedded secrets, unsafe shell patterns, and other evidence-backed hardening issues, then ranks findings with clear fixes so operators know what to do next.
Key Features
- Scans for risky permissions and embedded secrets
- Flags unsafe shell patterns and hardening issues
- Ranks findings with severity and practical fixes
- Runs locally with no external Python dependencies
Use Cases
- Operators preparing an OpenClaw workspace for production
- Consultants needing a fast evidence-first security baseline
- Skill creators catching obvious security issues before publishing
Requirements
- Python 3
- No external Python dependencies, standard library only
- OpenClaw v2026.3.23 or later recommended
- No API keys required
Example Usage
python3 scripts/security_hardening_audit.py --workspace /path/to/workspaceGetting Started
After purchase, download and extract the skill package, then copy it into your OpenClaw skills directory.
cp -r security-hardening-audit/ ~/.openclaw/workspace/skills/Documentation
Full usage notes are included with the skill package. Check the bundled SKILL.md and scripts for exact commands and configuration.
Support
Have questions? Visit GetAgentIQ.ai for documentation and support channels.