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 with xattr, and manage system services using launchctl.
  • [PERSISTENCE_MECHANISMS]: The skill establishes persistence by creating a launchd configuration file at ~/Library/LaunchAgents/com.nanoclaw.statusbar.plist and 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
Risk Level
MEDIUM
Analyzed
Mar 29, 2026, 07:38 AM