Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Scan OpenBot/Clawdbot skills for security vulnerabilities, malicious code, and suspicious patterns before installing them. Use when a user wants to audit a skill, check if a ClawHub skill is safe, scan for credential exfiltration, detect prompt injection, or review skill security. Triggers on security audit, skill safety check, malware scan, or trust verification.
Scan OpenBot/Clawdbot skills for security vulnerabilities, malicious code, and suspicious patterns before installing them. Use when a user wants to audit a skill, check if a ClawHub skill is safe, scan for credential exfiltration, detect prompt injection, or review skill security. Triggers on security audit, skill safety check, malware scan, or trust verification.
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. 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. Summarize what changed and any follow-up checks I should run.
Scan skills for malicious patterns before installation. Detects credential exfiltration, suspicious network calls, obfuscated code, prompt injection, and other red flags.
# Scan a local skill folder python3 scripts/scan.py /path/to/skill # Verbose output (show matched lines) python3 scripts/scan.py /path/to/skill --verbose # JSON output (for automation) python3 scripts/scan.py /path/to/skill --json
Download or locate the skill folder Run python3 scripts/scan.py <skill-path> --verbose Review findings by severity (CRITICAL/HIGH = do not install) Report results to user with recommendation
ScoreMeaningRecommendationCLEANNo issues foundSafe to installINFOMinor notes onlySafe to installREVIEWMedium-severity findingsReview manually before installingSUSPICIOUSHigh-severity findingsDo NOT install without thorough manual reviewDANGEROUSCritical findings detectedDo NOT install โ likely malicious
0 = CLEAN/INFO 1 = REVIEW 2 = SUSPICIOUS 3 = DANGEROUS
See references/rules.md for full list of detection rules, severity levels, and whitelisted domains.
Pattern-based detection โ cannot catch all obfuscation techniques No runtime analysis โ only static scanning False positives possible for legitimate tools that access network/files Always combine with manual review for HIGH/MEDIUM findings
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.