Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Security scanner for OpenClaw skills with Clawdex integration. Analyzes SKILL.md and scripts for dangerous permissions, hardcoded secrets, shell injection vu...
Security scanner for OpenClaw skills with Clawdex integration. Analyzes SKILL.md and scripts for dangerous permissions, hardcoded secrets, shell injection vu...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Security scanner for OpenClaw skills. Prevents installation of malicious or vulnerable skills by static analysis. Integrates with Clawdex for comprehensive protection.
# Safely install a skill (scans before installing) crabukit install youtube-summarize # Scan a local skill before installing crabukit scan ./suspicious-skill/ # Scan an installed skill crabukit scan /opt/homebrew/lib/node_modules/clawdbot/skills/unknown-skill # CI mode - fail on high severity or above crabukit scan ./my-skill --fail-on=high # List all detection rules crabukit list-rules
Crabukit automatically integrates with Clawdex if installed: # Install Clawdex for database-based protection clawdhub install clawdex # Now crabukit will: # 1. Check Clawdex database (known 824+ malicious skills) # 2. Run behavior analysis (zero-day detection) # โ Defense in depth! Layered Protection: Clawdex: Database of known-bad skills (fast lookup) Crabukit: Behavior analysis for zero-days (static analysis)
CategoryIssuesExternal DBKnown malicious skills (via Clawdex)SecretsHardcoded API keys, private keys, passwordsCode Injectioneval(), exec(), subprocess(shell=True)Shell Riskscurl | bash, rm -rf, unquoted variablesPermissionsDangerous tool requests without safety guidanceMetadataSuspicious patterns in SKILL.md descriptions
Crabukit assigns a score (0-100) based on findings: ScoreLevelAction0CleanSafe to install1-9LowMinor issues10-24MediumReview findings25-49HighCareful review required50+CriticalDo not install
0 - Scan completed, no findings at or above --fail-on threshold 1 - Findings at or above threshold detected
# Via ClawdHub (when published) clawdhub install crabukit # Or via pip pip install crabukit # Or from source git clone https://github.com/tnbradley/crabukit.git cd crabukit pip install -e .
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.