ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

bomb-dog-sniff

Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine → Scan → Install only the safe ones.

Why use this skill?

Safely install and audit OpenClaw skills with bomb-dog-sniff. Detect malware, keyloggers, and reverse shells before they hit your system.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lvcidpsyche/skill-bomb-dog-sniff
Or

What This Skill Does

bomb-dog-sniff acts as a critical security layer for the OpenClaw ecosystem, serving as a vigilant guardian that inspects third-party skills before they are executed. Operating on a 'Quarantine → Scan → Install' workflow, it detects malicious payloads that threaten system integrity, such as crypto stealers, unauthorized reverse shells, and persistent backdoors. Version 1.2.0 introduces advanced heuristic analysis, including entropy checks for obfuscated code, prototype pollution detection, and supply chain attack mitigation. It provides developers with granular visibility into potential vulnerabilities, assigning confidence levels to every finding to minimize false positives while maintaining a robust security posture.

Installation

Installation is managed directly through the OpenClaw CLI. To add this security utility to your agent, execute the following command in your terminal:

clawhub install openclaw/skills/skills/lvcidpsyche/skill-bomb-dog-sniff

Once installed, the tool is immediately available to scan local directories, audit existing installed skills, or verify new packages from external sources. No additional configuration is required for baseline protection.

Use Cases

  • Pre-Install Verification: Automatically scan unknown skills downloaded from community repositories to ensure they are free of malicious scripts before letting them run within your agent environment.
  • Security Auditing: Run periodic audits on existing installed skills to ensure no stale or potentially compromised code has introduced vulnerabilities over time.
  • Corporate Compliance: Integrate into automated CI/CD pipelines for internal skill development to enforce security standards before deploying to production agents.
  • Supply Chain Protection: Identify potential typosquatting or malicious dynamic requires in third-party dependencies.

Example Prompts

  • "OpenClaw, please run a deep scan on the folder ./new-plugin using the bomb-dog-sniff skill and output the results as a JSON file for my audit logs."
  • "Safely install the tool 'weather-report' from the hub; use bomb-dog-sniff to verify it doesn't contain any unauthorized network callbacks first."
  • "Audit my current skill collection and identify any installed modules that trigger the 'systemd-persistence' or 'reverse-shell' detection patterns."

Tips & Limitations

  • Threshold Tuning: Use the --threshold flag during scans. While the default is 40, sensitive environments may want to lower this to catch more subtle indicators of compromise.
  • Binary Files: The tool skips binary files by design to prevent high false-positive rates; ensure you manually verify any blobs that the scanner cannot parse.
  • Context Awareness: The scanner is optimized for source code; while it can detect many injection patterns, it should be used in conjunction with a sandbox or containerized environment for maximum safety.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lvcidpsyche-skill-bomb-dog-sniff": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#vulnerability-scanning#malware-detection#devsecops#openclaw
Safety Score: 5/5

Flags: file-read, file-write, code-execution