ZeroHour

CVE-2026-84810

niche

Scan Bypass in claude-skill-antivirus Skips Script Files, Marking Malicious Skills SAFE

CVSS 4.0
7.1 high
EPSS
<1%p18
Published
()
Modified
AI analysis

claude-skill-antivirus, a tool that scans local Claude skill directories for malicious content, only analyzes the SKILL.md manifest and ignores executable artifacts such as Python source files, bytecode, and other files in the skill's scripts directory. An attacker can distribute a skill whose manifest looks benign but whose scripts folder carries malicious code, and the scanner returns a SAFE verdict with a 100/100 trust score without ever examining those files. A user who relies on the tool's verdict then installs and runs the skill, executing attacker-controlled code on their machine under a false sense of assurance, with a high integrity impact (potential tampering with local files or data). Anyone using claude-skill-antivirus to vet third-party or downloaded Claude skills is affected; the available data specifies no affected or fixed version numbers. Exploitation has not been observed: there is no public proof-of-concept, the flaw is not in CISA KEV, and EPSS assigns only a 0.3% probability of exploitation within 30 days.

What to do: Do not rely solely on the tool's SAFE/100-score verdict: manually review every file under a skill's scripts directory (Python source, compiled bytecode, and other artifacts) before installing, and prefer skills from trusted sources. Watch for an updated release of claude-skill-antivirus that analyzes non-manifest files; no fixed version is identified in the available data. If any skill was installed based on a clean scan, re-inspect its scripts directory for unexpected or obfuscated code.

Affected
claude-skill-antivirus
Estimated exposure
nicheunknown; plausibly no more than tens of thousands of individual developer users at most — No public install counts, download statistics, or internet-exposure data exist for this specialized open-source scanner, whose user base is limited to developers who use it to vet third-party Claude skills before installing them.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

claude-skill-antivirus fails to analyze executable files when scanning local skill directories, reading only SKILL.md while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills with malicious code in non-manifest files that receive a SAFE verdict with 100/100 trust score despite containing unanalyzed executable payloads.

Weakness
CWE-693
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.