analyze-binary
Upload and analyze a suspicious binary file using the remote Dr. Binary MCP tools
Query the Android/AOSP kernel CVE database by CVE id, version, build date, or branch
> /plugin marketplace add DeepBitsTechnology/claude-plugins > /plugin install drbinary-chat-plugin@deepbits
How it fires
How this command gets triggered: by you, by Claude, or both.
/find-cvesContext preview
What this command does when you run it.
Query the Android/AOSP kernel CVE database by CVE id, version, build date, or branch
name: find-cves description: Query the Android/AOSP kernel CVE database by CVE id, version, build date, or branch
Query the remote Dr. Binary CVE database for Android/AOSP kernel vulnerabilities. Interpret the user's request and route it to the right MCP tool.
/find-cves <query>
The query is free-form. Examples:
Choose the tool that matches the user's phrasing:
| User intent | Tool | Required args | | --- | --- | --- | | Names a specific CVE id | `get_cve_info` | `cve_id` | | "in / affecting version `<v>`" | `query_cves_by_version` | `aosp_version` | | "built on / as of `<date>`" (no branch) | `query_cves_by_date` | `commit_date` | | "unpatched in `<branch>`" | `query_cves_by_branch` | `branch` | | "exploitable in `<branch>` as of `<date>`" | `find_exploitable_cves` | `commit_date` **and** `branch` | | "list / show all" | `list_all_cves` | — |
Summarize results as a concise table — CVE id, severity, subcomponent, and affected range / patch status — then a short narrative on the most significant findings. Call out any exploitable CVEs explicitly.
The Plugin equips Claude Code with advanced binary analysis capabilities for tasks such as incident response, malware investigation, and vulnerability assessment. It connects to the remote Dr.
Repo: DeepBitsTechnology/claude-plugins
Upload and analyze a suspicious binary file using the remote Dr. Binary MCP tools
Detect browser hijacking including homepage changes, search engine modifications, and malicious extensions
Monitor active network connections and detect suspicious network activity
Deep scan of Windows Registry for malware persistence and unauthorized modifications
Scan file system for suspicious files in common malware locations
Perform comprehensive system security scan for malware, hijacking, and suspicious activity