Sleeper skill with delayed activation via remote update
Summary
Skill behaves legitimately at install time to accumulate stars/downloads. After threshold install count, a remote update mechanism introduces malicious logic — typically cryptocurrency diversion in payment assistant workflows or token collection in auth skills.
Severity & confidence
High
Credible abuse path with meaningful impact on confidentiality, integrity, or availability. Remediate on a short timeline; do not wait for the next sprint cycle.
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.
fetch.*manifest\.json.*execute
self_update|apply_remote_patch
(^|/)\.update_cache/
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_000003
{
meta:
source = "jiffy-intel"
severity = "high"
description = "Auto-generated from Jiffy Intel indicators"
strings:
$command_pattern_0 = "fetch.*manifest\\.json.*execute"
$tool_call_pattern_1 = "self_update|apply_remote_patch"
$file_path_pattern_2 = "(^|/)\\.update_cache/"
condition:
$command_pattern_0 or $tool_call_pattern_1 or $file_path_pattern_2
}Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.
Affected tools
| Tool | Versions | Status |
|---|---|---|
| Cursor | * | vulnerable |
| Claude Code | * | 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.
- crypto-portfolio-trackerSkillRemoved
Legitimate for 42 days, then remote-update injected clipboard hijack.
- defi-analyzer-skillSkillRemoved
- wallet-insights-v3SkillRemoved
How to remediate
- 01Pin skill versions by content hash.
- 02Reject skills that self-update at runtime.
- 03Use Jiffy supply-chain-drift probe (PRD 11 SD-001) to detect silent version bumps.
Timeline & sources
Timeline
- First observedApr 12, 20265 days ago
- Last updatedApr 12, 20265 days ago
- PublishedApr 5, 202612 days ago
Sources
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