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 swiftc to compile Swift source code into a native binary.
  • Uses xattr -cr to remove macOS quarantine attributes from the generated binary.
  • Uses launchctl to 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 the swiftc compiler to create the functional binary.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 30, 2026, 07:53 AM