Atomic Stealer (AMOS) variant installed via skill required dependency
Summary
Skill prompt trick: on first invocation, instructs the agent to install a required dependency that is actually a variant of the Atomic macOS Stealer. Targets keychain items, browser cookies, and cryptocurrency wallet files.
Severity & confidence
Critical
Active exploitation in the wild, high blast radius, or direct data exfiltration vector. Treat as an urgent remediation target; quarantine affected artifacts immediately.
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.
security\s+find-generic-password
osascript\s+-e.*keychain
amos-stealer.net
~/Library/Cookies|Login Data
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_000002
{
meta:
source = "jiffy-intel"
severity = "critical"
description = "Auto-generated from Jiffy Intel indicators"
strings:
$command_pattern_0 = "security\\s+find-generic-password"
$file_path_pattern_1 = "~/Library/Cookies|Login Data"
$command_pattern_2 = "osascript\\s+-e.*keychain"
$endpoint_3 = "amos-stealer.net"
condition:
$command_pattern_0 or $file_path_pattern_1 or $command_pattern_2 or $endpoint_3
}Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.
Affected tools
| Tool | Versions | Status |
|---|---|---|
| Claude Desktop | * | vulnerable |
| Claude Code | * | 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.
- macos-setup-helperSkillRemoved
Bundled a post-install downloader disguised as Homebrew helper.
- brew-installer-skillSkillRemoved
- system-optimizer-skillSkillRemoved
macOS-only payload; no Linux/Windows variant.
How to remediate
- 01Remove any skill that prompts the agent to install macOS security tools, access Keychain, or read browser profile directories.
- 02Block skill execution on managed Macs via MDM.
Timeline & sources
Timeline
- First observedApr 12, 20265 days ago
- Last updatedApr 12, 20265 days ago
- PublishedApr 3, 202614 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