zipic
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
opencommand to trigger the Zipic application via itszipic://URL scheme. This is the standard macOS mechanism for inter-process communication via deep links. - [COMMAND_EXECUTION]: Standard system utilities (
uname,ls,mdfind) are used to verify the operating system and detect if the required Zipic application is installed on the host. - [EXTERNAL_DOWNLOADS]: Provides instructions to install the Zipic application through well-known and trusted channels, specifically the Homebrew package manager (
brew install --cask zipic) and the Mac App Store. - [DYNAMIC_EXECUTION]: Uses Python one-liners for the purpose of URL-encoding file paths. This is a safe and recommended practice to ensure that file paths with special characters or spaces are correctly formatted for use in the application's URL scheme.
- [SAFE]: The skill's functionality is entirely local. It relies on a native application for all image processing tasks and does not involve any unauthorized network connections or sensitive file access.
Audit Metadata