Install
openclaw skills install @enawareness/skill-audit-frameworkStructured security and quality audit framework for AI agent skills. Teaches you what to check before installing any skill.
openclaw skills install @enawareness/skill-audit-frameworkA structured framework that teaches your agent how to audit ClawHub and MCP skills before you install them. Not a scanner — a systematic review methodology.
Unlike automated scanners that give false confidence, Skill Auditor walks through what matters: permissions, behavior, credentials, and persistence — so you understand exactly what a skill will do on your system.
Ask your agent to audit any skill before installing:
Audit this skill before I install it: [skill-name or URL]
Review the security of @author/skill-name on ClawHub
I want to install [skill]. Is it safe?
The agent follows a 6-domain checklist. Each domain produces a PASS / WARN / FAIL verdict.
requires.env only lists credentials the skill actually usescurl | bash or curl | python install patternslatest)The agent produces a structured report:
## Skill Audit Report: [skill-name]
Author: [name] | Source: [repo URL or "ClawHub only"]
Version: [X.Y.Z] | Files: [count] | Scripts: [count]
### Verdicts
| Domain | Verdict | Notes |
|---------------------------|---------|----------------------|
| Identity & Provenance | PASS | |
| Permission & Scope | WARN | Requests broad perms |
| Behavior vs Description | PASS | |
| Credential Handling | PASS | |
| Persistence & Side Effects| FAIL | Writes to /etc/ |
| Dependency & Supply Chain | PASS | |
### Overall: ⚠️ WARN — Review flagged items before installing
### Flagged Items
1. [Domain]: [Specific issue and recommendation]
### What to Ask the Author
1. Why does the skill need [permission X]?
2. Can [flagged behavior] be made opt-in?
When evaluating skill trust, consider this hierarchy: