add-macos-statusbar
Warn
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands to manage the installation process.
- Uses
swiftcto compile Swift source code into a native binary. - Uses
xattr -crto remove macOS quarantine attributes from the generated binary. - Uses
launchctlto load and manage background services. - [PERSISTENCE]: The skill creates a persistent service by writing a property list (plist) file to
~/Library/LaunchAgents/com.nanoclaw.statusbar.plist. This ensures the compiled status bar application starts automatically upon user login and remains running in the background. - [DYNAMIC_EXECUTION]: The skill performs runtime compilation of embedded Swift source code (
add/src/statusbar.swift) using theswiftccompiler to create the functional binary.
Audit Metadata