Supply ChainPublished Apr 5, 2026

Skill pulls WASM module from a non-HTTPS CDN

LowAARM tierConfirmed
Seen12times across3customers
jiffy-ti-2026-000027

Summary

Skills that load a WebAssembly module for "performance-critical" code via plain HTTP, enabling a trivial MITM on public networks. Observed in three skills targeting image processing workflows.

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)http://[a-z0-9.-]+/.{0,120}\.wasm

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_000027
{
    meta:
        source = "jiffy-intel"
        severity = "low"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $content_pattern_0 = "(?i)http://[a-z0-9.-]+/.{0,120}\\.wasm"
    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.

  • image-optimize-skillSkill
    Under review
    Source
    Anthropic Skills
    Versions
    1.0.0
    First observed
    Mar 28, 2026
  • vision-tools-skillSkill
    Under review
    Source
    Community registry
    First observed
    Mar 31, 2026

How to remediate

  1. 01Block plain HTTP fetches in agent runtimes.
  2. 02Require TLS + checksum for all WASM and native binary loads.

Timeline & sources

Timeline

  1. First observedMar 28, 202620 days ago
  2. Last updatedApr 24, 2026today
  3. PublishedApr 5, 202612 days 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