Supply ChainPublished Mar 3, 2026

Skill "update channel" fetches from mutable S3 bucket without signature

HighAARM tierConfirmed
Seen88times across11customers
jiffy-ti-2026-000021

Summary

Skills that implement an auto-update by fetching a manifest from a public S3 bucket without signature verification. The bucket ACL has historically been misconfigured on at least two occasions, allowing third-party writes. This is a pre-staged supply-chain compromise waiting for an ACL drift.

Severity & confidence

Severity
High

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.

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)(?:self[_-]?update|check[_-]?updates?|auto[_-]?update)\s*(?:=|:).{0,120}s3\.amazonaws\.com

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_000021
{
    meta:
        source = "jiffy-intel"
        severity = "high"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $content_pattern_0 = "(?i)(?:self[_-]?update|check[_-]?updates?|auto[_-]?update)\\s*(?:=|:).{0,120}s3\\.amazonaws\\.com"
    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

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.

  • auto-refresh-skillSkill
    Still live
    Source
    Anthropic Skills
    Versions
    2.0.0
    First observed
    Feb 16, 2026

    Maintainer unresponsive; manifest still unsigned.

  • release-channel-skillSkill
    Under review
    Source
    Anthropic Skills
    Versions
    1.3.0
    First observed
    Feb 21, 2026

How to remediate

  1. 01Require signed manifests for any skill self-update.
  2. 02Reject plain HTTPS fetches of mutable artifacts without a checksum check.

Timeline & sources

Timeline

  1. First observedFeb 16, 20262 months ago
  2. Last updatedApr 14, 20263 days ago
  3. PublishedMar 3, 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