find-cves

A command for searching a database of security flaws in Android and AOSP kernels. A CVE is a public identifier for a known software vulnerability.

In plain words
What is it for?
Looking up one CVE, listing flaws affecting a kernel version or build date, finding unpatched flaws in a branch, and checking for exploitable vulnerabilities.
Why use it?
It avoids manually matching vulnerability records to kernel versions, branches, build dates, or specific CVE identifiers.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/deepbitstechnology/claude-plugins/find-cves
Clone the repo
git clone --depth 1 https://github.com/DeepBitsTechnology/claude-plugins
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00510
Opus 5 $0.00013 $0.00255
Sonnet 5 $0.00005 $0.00102
Haiku 4.5 $0.00003 $0.00051

Measured 2d ago against content hash 9380b2a710a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

find-cves scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

drbinary-chat-plugin/commands/find-cves.md · 44 lines

What it actually says

Find Android Kernel CVEs

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.

Usage

/find-cves <query>

The query is free-form. Examples:

  • /find-cves CVE-2024-12345 — look up a specific CVE
  • /find-cves CVEs in 5.10 — CVEs affecting kernel version 5.10
  • /find-cves unpatched in android13-5.15 — unpatched CVEs in a branch
  • /find-cves exploitable in android13-5.15 as of 2024-06-01 — exploitable CVEs for a branch at a date
  • /find-cves list all — browse the database

Routing

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

Important

  • find_exploitable_cves needs both a branch and a date. If the user asks for "exploitable" CVEs but supplies only one, ask for the missing value before calling the tool — do not guess.
  • After listing results, offer to drill into any specific CVE with get_cve_info.

Output

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 44 lines · 25 tokens per session scan A 9380b2a710a9

Subscribe to this mod's changes

find-cves is a command published in the GitHub repository DeepBitsTechnology/claude-plugins (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 510 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.