Scan skills before you install them. Detects data exfiltration, obfuscated code, reverse shells, and dangerous system modifications
npx clawhub@latest install skill-scannerSkill 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.
npx clawhub@latest install skill-scannerClick the Install button at the top of this page for one-click setup
Scans skill source code for known malware and spyware patterns, flagging suspicious behaviour before any code is executed on your system.
Identifies code signatures associated with crypto-mining payloads that could silently consume your CPU or GPU resources.
Detects patterns that suggest a skill may be attempting to send data off-device, open remote access channels, or establish backdoors.
Catches obfuscation techniques and dangerous code-execution constructs (e.g. eval, dynamic imports) that are commonly used to hide malicious intent.
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.
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.
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.
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.
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.
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.
pip install streamlit)npx clawhub@latest install skill-scannerLog in to write a review
No reviews yet. Be the first to share your experience!