lov-finder-action

Warn

Audited by Socket on Aug 24, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
SKILL.md

SUSPICIOUS: the overall purpose is coherent for a macOS Finder-action generator, and the main dependency source is legitimate, but the skill normalizes broad local execution patterns: arbitrary shell-command generation, a clipboard-driven Helper App that executes pasted commands, wide filesystem scope, and direct installation into /Applications. This is not confirmed malware or credential theft, but it carries meaningful local-execution and permission risk beyond a narrow menu-generator guide.

Confidence: 88%Severity: 68%
AnomalyLOW
references/applescript-iterm.swift

This code is designed to open Terminal/iTerm and execute a `cd` to a provided directory by generating and executing AppleScript. While the intended behavior is benign and no clear exfiltration or persistence is present, it uses a high-sensitivity execution primitive (`NSAppleScript.executeAndReturnError`) with only partial escaping of untrusted input. If `path` can be attacker-influenced, it presents a plausible AppleScript/shell command injection risk in the user’s Terminal/iTerm session. Strong input validation/allowlisting or safer APIs (avoiding AppleScript command injection) are recommended.

Confidence: 62%Severity: 60%
AnomalyLOW
references/xcodegen-template.yml

This is build/entitlements configuration rather than executable code and shows no direct evidence of malware behavior (no network/exfiltration logic, no secrets, no command execution in the snippet). The standout risk is the FinderExtension’s entitlement granting broad read/write access to the entire filesystem (root '/') and enabling Apple Events automation; these permissions significantly increase the blast radius of any malicious or compromised extension logic. Validate that the FinderSync implementation strictly justifies these entitlements and that embedded frameworks/artifacts are integrity-protected, especially given customized LD runpath search paths and manual signing settings.

Confidence: 60%Severity: 60%
Audit Metadata
Analyzed At
Aug 24, 2026, 12:57 AM
Package URL
pkg:socket/skills-sh/lovstudio%2Fskills%2Flov-finder-action%2F@342996946da431ef51a4dbed9dd625be60e40f97f4e9039010e4623a66c655cc
Security Audit — socket — lov-finder-action