MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Security & Passwords
🛡️

Skill Scanner

Scan skills before you install them. Detects data exfiltration, obfuscated code, reverse shells, and dangerous system modifications

by v1.0.0
Connecting to VM...
Connecting to VM...
npx clawhub@latest install skill-scanner
799Current Installs
📦
v1.0.0Version

Skill Scanner Skill Overview

Skill Scanner is a security audit tool that inspects Clawdbot and MCP skills before you install them, checking for malware, spyware, crypto-miners, backdoors, and other malicious code patterns. It helps you verify that third-party skills are safe to run on your system by detecting data exfiltration attempts, obfuscation techniques, and arbitrary code execution risks. Install it once and use it to vet any skill — protecting your environment from supply-chain threats.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install skill-scanner
or

Click the Install button at the top of this page for one-click setup

When to Use Skill Scanner

Best Fit

  • You are about to install an unfamiliar or community-sourced Clawdbot/MCP skill and want to verify it is safe before it runs on your machine.
  • You manage a shared or production Clawdbot instance and need a repeatable audit step before deploying new skills.
  • You want a quick, dependency-free CLI check as part of a skill review workflow, with optional Streamlit UI for non-technical team members.
  • You suspect an already-installed skill may be behaving unexpectedly and want a structured threat report in Markdown or JSON.

When Not to Use

  • You need to scan arbitrary binaries, compiled executables, or non-Python/non-skill codebases — this tool is purpose-built for Clawdbot/MCP skill folders.
  • You require a certified or enterprise-grade security scanner with CVE databases and signature updates; this tool detects pattern-based threats using the Python standard library only.

Key Features

Malware & Spyware Detection

Scans skill source code for known malware and spyware patterns, flagging suspicious behaviour before any code is executed on your system.

Crypto-Mining Indicator Detection

Identifies code signatures associated with crypto-mining payloads that could silently consume your CPU or GPU resources.

Data Exfiltration & Backdoor Analysis

Detects patterns that suggest a skill may be attempting to send data off-device, open remote access channels, or establish backdoors.

Obfuscation & Arbitrary Code Execution Flagging

Catches obfuscation techniques and dangerous code-execution constructs (e.g. eval, dynamic imports) that are commonly used to hide malicious intent.

Flexible Output: Markdown & JSON Reports

Produces audit reports in either human-readable Markdown or machine-parseable JSON, making it easy to review results manually or pipe them into other tools.

Zero-Dependency CLI with Optional Web UI

Runs out of the box with Python 3.7+ and no extra packages. An optional Streamlit-powered Web UI is available for a point-and-click scanning experience.

Use Cases

Pre-Install Security Check

Before installing a new community skill, point Skill Scanner at the downloaded skill folder to get a full threat report. Catch problems before any code touches your environment.

Conversational Audit via Clawdbot

Ask Clawdbot directly — e.g. "Scan the youtube-watcher skill for security issues using skill-scanner" — and receive a structured report without leaving your chat interface.

Team Review with Web UI

Non-technical team members can use the Streamlit UI to browse skill folders and review scan results through a visual interface, without needing command-line access.

Automated CI/Audit Pipeline

Invoke skill_scanner.py from a script or CI step and consume the JSON output programmatically to gate skill deployments on a shared or production Clawdbot instance.

Requirements

  • Python 3.7+ (uses the standard library only — no additional pip packages required for CLI use)
  • Streamlit (optional) — required only for the Web UI (pip install streamlit)
Connecting to VM...
npx clawhub@latest install skill-scanner
799Current Installs
📦
v1.0.0Version

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!