π¦ ClawHub
Openclaw Security Audit
by @haooyi
Run a local security audit on the OpenClaw environment, identifying risks, affected files, and prioritized remediation steps without exposing secrets.
TERMINAL
clawhub install openclaw-sec-auditπ About This Skill
OpenClaw Security Audit
Source repository: https://github.com/haooyi/openclaw-sec
Maintainer: haooyi
Purpose
Run a local security audit against the current OpenClaw installation and runtime environment, then return high-signal risks, impacted locations, and prioritized remediation steps.
When To Trigger
How To Execute
Use local shell execution to run resources/run_audit.sh. The wrapper invokes the bundled standalone Python source shipped with the skill and does not depend on the repository checkout or the main project install.
Output Requirements
critical -> high -> medium -> lowskipped or unsupported explicitlySuggested Invocation
./skills/openclaw-sec-audit/resources/run_audit.sh --format all
Runtime Assumption
The host must provide python3. No editable install of the main project is required for the skill path.