Scan Report
5 /100
skill-analyst
Analyze and evaluate OpenClaw skills before installing or publishing. Compare against existing skills, check feature overlap, perform security review.
A straightforward skill analyzer that uses the clawhub CLI to compare and evaluate OpenClaw skills. All capabilities are declared and necessary for the documented functionality.
Safe to install
Approve for use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md scans ~/.openclaw/skills/ for SKILL.md files |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md runs clawhub CLI commands via bash |
| Network | READ | READ | ✓ Aligned | clawhub CLI makes outbound API calls (delegated to CLI tool) |
| Environment | NONE | NONE | — | No direct environment access |
| Skill Invoke | READ | READ | ✓ Aligned | Reads SKILL.md files for analysis |
| Clipboard | NONE | NONE | — | Not used |
| Browser | NONE | NONE | — | Not used |
| Database | NONE | NONE | — | Not used |
File Tree
1 files · 2.9 KB · 134 lines Markdown 1f · 134L
└─
SKILL.md
Markdown
Security Positives
✓ All capabilities are explicitly declared in SKILL.md
✓ No hidden functionality or undocumented behavior
✓ Shell execution is limited to documented CLI tools (clawhub, skill-vetter)
✓ Filesystem access is scoped to the OpenClaw skills directory only
✓ No credential harvesting, data exfiltration, or obfuscation detected
✓ Optional security review via skill-vetter is a positive security feature
✓ Uses structured report templates with clear verdicts