add-macos-statusbar
Warn
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
swiftcto compile an included source file (add/src/statusbar.swift) into an executable binary (dist/statusbar). This involves executing a local compiler and generating native code for the host platform. - [COMMAND_EXECUTION]: The skill establishes system persistence by creating a
launchdconfiguration file at~/Library/LaunchAgents/com.nanoclaw.statusbar.plist. This file is configured withRunAtLoadandKeepAliveset totrue, ensuring the compiled binary starts automatically when the user logs in and is restarted by the system if it stops.
Audit Metadata