Malicious SkillPublished Feb 21, 2026

Skill pulls dependency from an unpinned GitHub branch

LowAARM tierConfirmed
Seen211times across18customers
jiffy-ti-2026-000016

Summary

Skills that declare their Python or Node dependency as `git+https://.../repo@main` rather than a pinned tag or commit. A malicious maintainer (or account takeover) can ship a poisoned branch at any time without the skill version bumping. 7% of skills audited in the Feb–Mar 2026 window used unpinned git refs.

Severity & confidence

Severity
Low

Low

Hygiene-grade issue with limited direct impact. Fix opportunistically; monitor in case context changes (new exploit, new dependency, etc.).

Confidence
Confirmed

Confirmed

Observed directly by Jiffy scanners or validated by multiple independent sources. Indicators are reliable enough to drive automated action.

Indicators

Observed patterns and artifacts associated with this entry. Each indicator can be copied into your detection stack or SIEM.

  • (?i)git\+https?://[^@]+@(?:main|master|develop)(?:\b|")

Detection rule

A YARA-style pseudo-rule auto-generated from the indicators above. Useful as a starting point — adapt the syntax for your target detection platform.

YARA-style pseudo-rule
rule jiffy_ti_2026_000016
{
    meta:
        source = "jiffy-intel"
        severity = "low"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $content_pattern_0 = "(?i)git\\+https?://[^@]+@(?:main|master|develop)(?:\\b|\")"
    condition:
        $content_pattern_0
}

Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.

Affected tools

ToolVersionsStatus
Claude Code*vulnerable
Cursor*vulnerable
Windsurf*vulnerable

Example artifacts

Sanitized examples of artifacts Jiffy has observed exhibiting this pattern. Publisher handles are redacted; version ranges and status reflect the most recent scan.

  • py-quickstart-skillSkill
    Still live
    Source
    Anthropic Skills
    Versions
    1.0.0
    First observed
    Feb 6, 2026

    Legitimate skill with unsafe dependency pin.

  • node-bootstrap-skillSkill
    Still live
    Source
    Community registry
    Versions
    2.3.0
    First observed
    Feb 11, 2026
  • env-setup-skillSkill
    Under review
    Source
    Anthropic Skills
    Versions
    0.5.0
    First observed
    Feb 16, 2026

How to remediate

  1. 01Require content-hash or tag-pinned dependencies in every skill.
  2. 02Reject git+https refs that resolve to a branch HEAD.

Timeline & sources

Timeline

  1. First observedFeb 6, 20262 months ago
  2. Last updatedApr 12, 20265 days ago
  3. PublishedFeb 21, 20261 month ago

Sources

scanner

References

Scan for patterns like this

Point Jiffy at your GitHub org, IDE config, or a single artifact. Get a scored report in under a minute.

Start a free scan