macos-font-defaults
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
defaults writeandosascriptto modify macOS system preferences and manage the Stickies application state. These are standard system administration commands required for the skill's stated purpose of managing font defaults. - [COMMAND_EXECUTION]: The script executes small Swift snippets via
swift -eto interact with macOS's AppKit framework for font validation and PLIST manipulation. This is a legitimate use of the system's developer tools to handle complex data types (like archived NSFont objects) that cannot be easily managed via shell alone.
Audit Metadata