Skill pulls dependency from an unpinned GitHub branch
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
Low
Hygiene-grade issue with limited direct impact. Fix opportunistically; monitor in case context changes (new exploit, new dependency, etc.).
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.
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
| Tool | Versions | Status |
|---|---|---|
| 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-skillSkillStill live
Legitimate skill with unsafe dependency pin.
- node-bootstrap-skillSkillStill live
- env-setup-skillSkillUnder review
How to remediate
- 01Require content-hash or tag-pinned dependencies in every skill.
- 02Reject git+https refs that resolve to a branch HEAD.
Timeline & sources
Timeline
- First observedFeb 6, 20262 months ago
- Last updatedApr 12, 20265 days ago
- PublishedFeb 21, 20261 month ago
Sources
References
Jiffy Research — The AI Artifact Supply Chain
https://blog.jiffylabs.ai/posts/the-ai-artifact-supply-chainOWASP LLM-03: Supply Chain (2026)
https://genai.owasp.org/llmrisk/llm-03-2026/MITRE ATT&CK T1195 — Supply Chain Compromise
https://attack.mitre.org/techniques/T1195/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