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.
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
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.