Single-CVE applicability triage for security researchers and defenders. Ask "am I affected by CVE-X?" and get a reasoned verdict against your environment, with every condition cited to its source, every assumption named, and a full audit of what was consulted.
FAQ
should-i-care is a Claude Code plugin with 1 hand-picked skill for security work, indexed on Flowy. Install it with the command on its page. It includes should-i-care. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add moltenbit/should-i-care --agent claude-code
Single-CVE applicability triage for security researchers and defenders. Ask "am I affected by CVE-X?" and get a reasoned verdict against your environment, with every condition cited to its source, every assumption named, and a full audit of what was consulted.
A real assessment, against an environment profile holding one Debian 13 server running nginx:
CVE-2026-9256: not affected (conditional) · nginx OSS 1.26.3 (Debian 13)
The overflow is reachable only through rewrite directives whose regex uses overlapping PCRE captures and whose replacement references multiple captures in a redirect/args context. With no such rules in use, the vulnerable path is not exercised. This is a config-level reprieve, not a patched system; every other gate is open.
Condition state Sources version in range 0.1.17-1.31.0 1.26.3: in range, not exonerating CVE.org · NVD Debian backport fixed no, trixie still vulnerable Debian tracker multi-capture rewrite rule (redirect/args) not present CVE.org attacker prerequisites unauth, network-reachable, no further gate CVE.org Rests on the confirmed absence of multi-capture rewrite rules (volatile: flips to affected if such a rule is added). CVE published 2026-05-22; package still unpatched in trixie, so patch when Debian ships the fix.
Consulted: CVE.org record · Debian security tracker · NVD · openwall oss-security
Built and tested for Claude Code, which is the recommended and verified environment. It is also a standard agent skill following the open agent-skills standard (SKILL.md plus references, no Claude-exclusive mechanics), so it installs on other compatible coding agents (e.g. Codex, Cursor, Gemini CLI, and others that support the skills standard) via the skills CLI. Those other agents are untested: behavior there depends on the agent and the model, use at your own discretion, feedback welcome.
The actual requirements are generic, not Claude-specific:
~/.config/should-i-care/environment.md has to persist between runs for the write-back to work and the profile to accumulate across sessions. Any terminal or IDE coding agent provides this; a pure browser chat does not.Install with the skills CLI (recommended):
npx skills add moltenbit/should-i-care -g
The CLI auto-detects your coding agent and installs into that agent's skills directory. Drop the -g flag to install into the current project instead of globally. Restart the agent so the skill is picked up.
Update later with:
npx skills update should-i-care
As a manual fallback, clone the repository into the Claude Code skills directory:
git clone https://github.com/moltenbit/should-i-care ~/.claude/skills/should-i-care
git clone https://github.com/moltenbit/should-i-care .claude/skills/should-i-care
The first path is for personal / global use, the second for project scope. Restart Claude Code after a manual clone. This manual path is Claude-Code-specific; on other agents use the skills CLI above, which knows your agent's skills directory.
Ask:
Am I affected by CVE-2026-XXXX?
On the first CVE the skill asks the minimum facts it needs, confirms them with you, and creates the environment file at ~/.config/should-i-care/environment.md from your answers, printing the exact path on first creation. This location is fixed: it persists across skill updates and does not depend on which directory you launch Claude Code from. From then on it maintains the file itself: when it learns a relevant fact, it asks you, you confirm, and it writes the entry back. You should rarely if ever hand-edit the file. The profile is not a source of truth, it is a store of dated, sourced assumptions: each fact carries last_verified, source, and a volatility tag, and a not-affected verdict that rests on a stale or unconfirmed fact is surfaced through the assumption-disclosure step rather than relied on silently.
Because that path sits outside any repository, the environment file is not normally anywhere git would see it. The .gitignore shipped with this skill is kept only as a safety net for the unusual case where someone places an environment file inside a repo: it keeps environment.md and its variants from being committed.
environment.example.md is an annotated read-only reference: it shows the format the skill writes: Layer 1 (inventory), Layer 2 (conditions), the completeness flag, the volatility tag, so you can read environment.md and understand what is in it. Do not copy it; the skill creates the real file for you.
The skill separates identity sources (the canonical CVE record: what the CVE is), condition sources (vendor advisories AND established research, co-equal: under what condition it applies), and urgency sources (KEV, EPSS: how urgent, never whether). Each condition is cited inline; the full reading audit, including rejected sources, lives in a footer line. Depth on the verdict logic, the two-anchor assignment test, the freshness modulator and the condition archetypes lives in the references/ directory.
Multiple CVEs in one call are processed strictly sequentially, one fully complete before the next. Soft limit ~5; if many survive the inventory gate, the skill will recommend individual calls. The gold standard is one per call when accuracy matters.
moltenbit
MIT. See LICENSE.
.gitignore environment.example.md LICENSE README.md references/ condition-archetypes.md condition-extraction.md trusted-sources.md verdict-taxonomy.md SKILL.md
© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic