add-macos-statusbar
Warn
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands to compile a native Swift binary using
swiftc, modify file attributes withxattr, and manage system services usinglaunchctl. - [PERSISTENCE_MECHANISMS]: The skill establishes persistence by creating a launchd configuration file at
~/Library/LaunchAgents/com.nanoclaw.statusbar.plistand loading it to ensure the status bar binary runs automatically at login and stays alive in the background. - [DYNAMIC_EXECUTION]: The skill performs runtime compilation of Swift source code (
statusbar.swift) into a native executable (dist/statusbar) which is then executed as a persistent system service.
Audit Metadata