Install
openclaw skills install klemenska-security-auditorScan and audit installed skills for security risks, suspicious patterns, and permission overreach. Use when: (1) before installing a new skill; (2) periodically reviewing installed skills; (3) before granting skill permissions; (4) when explicitly asked to audit skills or check for vulnerabilities.
openclaw skills install klemenska-security-auditorAudit skills for security risks before installing or using them.
Skills can request permissions and access that may be:
This skill helps you audit them.
| Trigger | Action |
|---|---|
| Before installing a new skill | Full audit |
| Periodic review | Quick scan of installed skills |
| Suspicious behavior | Deep analysis |
| Permission review | Check requested permissions |
python3 scripts/audit.py --scan
Checks:
python3 scripts/audit.py --audit <skill-path>
Performs deep analysis:
python3 scripts/audit.py --report <skill-path> --output report.md
Creates detailed security report.
python3 scripts/audit.py --compare <skill1-path> <skill2-path>
Compare security posture of two skills.
| Level | Meaning | Action |
|---|---|---|
| 🟢 LOW | Minimal risk, standard permissions | Safe to install |
| 🟡 MEDIUM | Some overreach, review recommended | Read code before install |
| 🔴 HIGH | Significant risks, careful review required | Do not install without review |
| ⛔ CRITICAL | Dangerous patterns detected | Do not install |
~/.ssh/ or ~/.aws/*password*, *secret*, *key* filesscripts/audit.py — Main audit scriptscripts/scan_skill.py — Skill-specific scannerreferences/rules.md — Security rules and patternsreferences/permissions.md — Permission reference guide