Audit 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共 1 个版本