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.
Published: 2026-09-02
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because claude‑skill‑antivirus scans only the SKILL.md manifest file when examining local skill directories, ignoring Python source, bytecode, and other executable artifacts that may reside in the scripts sub‑directory. An attacker can embed malicious code inside these non‑manifest files and distribute the skill package. The scanner nonetheless assigns a SAFE verdict with a perfect 100/100 trust score, effectively bypassing the intended antivirus check and allowing the malicious payload to execute on a system that trusts the skill.

Affected Systems

All releases of the claude‑skill‑antivirus skill, including the v2.1.3 branch referenced in the advisory, are affected because the default analyzer performs manifest‑only scans. The vulnerability is present in any version that does not alter this scanning behavior to include executable files in the trust validation process.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity vulnerability that can lead to remote code execution if the skill is installed. Although the EPSS score is not available, the absence of a listed KEV status suggests that there is currently no widespread exploitation reported, but the use of community skill repositories provides an opportunity for attackers to distribute malicious skills. The attack likely requires indirect external access—by injecting a malicious skill into a distribution channel or by supplying a crafted skill package to a system—rather than a direct network exploit. The risk is amplified because the system will accept the safe verdict without inspecting the actual executable content.

Generated by OpenCVE AI on September 3, 2026 at 10:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update claude‑skill‑antivirus to the latest release that corrects the scanning logic; verify that the scanner now inspects all executable files in the scripts directory and reflects the appropriate trust score.
  • If no fix is available, manually review the content of non‑SKILL.md files in existing skill packages or run an additional scan to detect executable artifacts before the skill is loaded.
  • Replace or revoke any skill packages that contain unsanctioned executable files and enforce strict code‑review or signing policies for skills submitted through trusted channels.

Generated by OpenCVE AI on September 3, 2026 at 10:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Claude-world
Claude-world claude-skill-antivirus
Vendors & Products Claude-world
Claude-world claude-skill-antivirus

Wed, 02 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
References

Wed, 02 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
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.
Title claude-skill-antivirus Analysis Bypass via Manifest-Only Local Directory Scan
Weaknesses CWE-693
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 7.1, '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'}


Subscriptions

Claude-world Claude-skill-antivirus
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-02T18:02:22.959Z

Reserved: 2026-09-02T10:19:32.992Z

Link: CVE-2026-84810

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T17:18:05.297

Modified: 2026-09-02T19:18:09.087

Link: CVE-2026-84810

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:34:21Z

Weaknesses
  • CWE-693

    Protection Mechanism Failure