macOS Automator Services
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a legitimate macOS file-automation helper, but it installs persistent Automator services and relies on workflow files/dependencies that were not included in the reviewed package.
Install this only on macOS, review the actual .workflow bundles before copying them into ~/Library/Services, and use the services first on disposable test files. Be especially careful with batch rename, archive extraction, permission-fix commands, and optional iCloud/Dropbox sync.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You may be installing executable Automator workflows whose actual contents were not present in this review.
The install flow relies on external Homebrew packages and workflow bundles, while the supplied artifacts contain only SKILL.md and no workflow contents to inspect.
brew install imagemagick brew install unrar ... cp -r assets/*.workflow ~/Library/Services/
Before copying any .workflow bundle into ~/Library/Services, verify that the workflow files come from the expected source and review them in Automator.
When you use a service, it can execute local commands as your user account to process the selected files.
The documented Automator workflows are expected to run shell scripts and AppleScript when invoked from macOS Services.
Shell Script: zsh/bash 脚本处理逻辑 ... osascript: macOS AppleScript 桥接(显示对话框和通知)
Use only reviewed workflows, and run them first on test files or copies before applying them to important data.
Wrong file selections or unexpected archive contents could create, rename, or overwrite local files.
The services intentionally rename files and extract archives, which are local file-changing operations.
顺序命名图像文件 | 按选择顺序批量重命名图像 ... 解压RAR | 一键解压 RAR 压缩文件
Confirm Finder selections carefully and keep backups when batch-renaming, converting, or extracting files.
A problematic workflow could be copied to other synced environments if you enable this option.
The optional sync guidance can propagate installed Services workflows across cloud-synced locations or devices.
使用 iCloud Drive 或 Dropbox 同步: ln -s ~/Library/Services/ ~/Library/Mobile\ Documents/com~apple~Automator/Documents/Services
Only sync Services after reviewing the workflows, and avoid syncing untrusted or experimental Automator bundles.
