clawvet
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Verify a clawvet release is actually consistent across npm, git tags, GitHub Releases, ClawHub, and the Claude plugin marketplace. Use before cutting a release, after publishing, or whenever a version looks stale anywhere.
Vet any OpenClaw skill for prompt injection, credential theft, and RCE before you install it. Runs a clawvet scan and blocks risky installs.
Creates the directories used by this skill.
Prepares the local environment for other skills.
Reviews public social evidence packets before operator-approved actions.
A REST API client that helps you test endpoints interactively.
| name | clawvet |
| version | 0.9.0 |
| description | Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install. |
| author | MohibShaikh |
| license | MIT |
| homepage | https://github.com/MohibShaikh/clawvet |
| repository | https://github.com/MohibShaikh/clawvet |
| metadata | {"openclaw":{"requires":{"bins":["node","npm"],"env":[]},"category":"security","tags":["security","linter","supply-chain","code-quality"]}} |
Safety linter for OpenClaw skills. Analyzes skills for issues before installation.
Scan a local skill:
npx clawvet scan ./skill-folder/
JSON output for CI/CD:
npx clawvet scan ./skill-folder/ --format json
Audit all installed skills:
npx clawvet audit
Watch mode — auto-block risky installs:
npx clawvet watch --threshold 50
Submit feedback or get alerts:
npx clawvet feedback
SKILL.md (e.g. a setup.sh) before analysis, so a payload split across multiple files can no longer evade detection.--remote slugs are validated and URL-encoded before fetching from ClawHub.audit prints a final grade summary and flags D/F skills for review; risk scores are rounded to integers.exec() in feedback/scan --subscribe with a shell-free execFile opener.audit emits a session-level completion event. Still opt-in.name in frontmatter report the containing folder name instead of unknown.npx clawvet badge..clawvetban files.npx clawvet badge ./skill/ to generate a shields.io trust badge for your README..clawvetban file to block skills by name, author, or slug.npx clawvet feedback to share what you think.The clawvet npm package contains only the CLI scanner (packages/cli + packages/shared). It is a stateless tool with no databases, no authentication, and no network access by default. The repository also contains an optional web dashboard (apps/api + apps/web) for self-hosted deployments — these are NOT included in the npm package.
| Score | Grade | Action |
|---|---|---|
| 0-10 | A | Safe to install |
| 11-25 | B | Safe to install |
| 26-50 | C | Review before installing |
| 51-75 | D | Review carefully |
| 76-100 | F | Do not install |