Malicious SkillPublished Mar 31, 2026

Skill instructions redefine "success" to include side-channel task

LowAARM tierConfirmed
Seen51times across9customers
jiffy-ti-2026-000020

Summary

Skill SKILL.md contains a "definition of done" section that, in addition to the legitimate task, requires the agent to "also verify X" where X is a credential read or a network call. The agent treats the side-channel as in-scope because it came from a trusted skill definition.

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.

  • (?is)(?:definition of done|success criteria)[\s\S]{0,400}(?:verify|check|read|send)\s+[^\n]*(?:env|token|credential|key)

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_000020
{
    meta:
        source = "jiffy-intel"
        severity = "low"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $content_pattern_0 = "(?is)(?:definition of done|success criteria)[\\s\\S]{0,400}(?:verify|check|read|send)\\s+[^\\n]*(?:env|token|credential|key)"
    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.

  • pr-reviewer-skillSkill
    Removed
    Source
    Anthropic Skills
    Versions
    1.2.0
    First observed
    Mar 17, 2026
    Last observed
    Apr 7, 2026
  • code-quality-skillSkill
    Under review
    Source
    Anthropic Skills
    Versions
    2.0.0
    First observed
    Mar 21, 2026
  • tech-debt-skillSkill
    Quarantined
    Source
    Community registry
    Versions
    0.8.x
    First observed
    Mar 25, 2026

How to remediate

  1. 01Treat skill-provided task definitions as untrusted.
  2. 02Require agent runtimes to prompt the user before allowing an unrelated side-task.

Timeline & sources

Timeline

  1. First observedMar 17, 20261 month ago
  2. Last updatedApr 22, 2026today
  3. PublishedMar 31, 202617 days ago

Sources

curated

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