Skill writes cron-style LaunchAgent that phones home hourly
Summary
Skill whose setup step writes a macOS LaunchAgent under ~/Library/LaunchAgents/ that runs hourly and POSTs host fingerprinting data (hostname, username, installed skills) to a remote endpoint. The agent persists across reboots and is independent of the skill being uninstalled.
Severity & confidence
Medium
Notable weakness with plausible abuse chains or partial mitigations already in place. Track, and resolve as part of your normal hardening cadence.
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)launchctl\s+load\s+.{0,120}\.plist
(?:~/|/Users/[^/]+/)Library/LaunchAgents/
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_000017
{
meta:
source = "jiffy-intel"
severity = "medium"
description = "Auto-generated from Jiffy Intel indicators"
strings:
$file_path_pattern_0 = "(?:~/|/Users/[^/]+/)Library/LaunchAgents/"
$command_pattern_1 = "(?i)launchctl\\s+load\\s+.{0,120}\\.plist"
condition:
$file_path_pattern_0 or $command_pattern_1
}Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.
Affected tools
| Tool | Versions | Status |
|---|---|---|
| Claude Code | * | vulnerable |
| Claude Desktop | * | 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.
- background-sync-skillSkillRemoved
- status-monitor-skillSkillRemoved
How to remediate
- 01Audit ~/Library/LaunchAgents for unknown plists installed after the skill ran.
- 02Unload via `launchctl unload` and remove the plist.
- 03Deny skills that write LaunchAgents.
Timeline & sources
Timeline
- First observedMar 5, 20261 month ago
- Last updatedApr 18, 2026today
- PublishedMar 15, 20261 month 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