macos-input-method
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate developer documentation for macOS InputMethodKit. Findings are as follows:
- Project Scaffolding: Instructions for using
xcodegenand standard Swift/Objective-C patterns for input methods are provided correctly. - Installation Procedures: Uses standard macOS paths (
~/Library/Input Methods/) and system tools (ditto) for installation. It notes the necessity of user logout/login for first-time discovery. - Security Configuration: Identifies that
IMKServeris incompatible with default App Sandbox settings due to Mach service requirements. It explicitly provides a security-conscious alternative (temporary exception entitlement) alongside the development shortcut (disabling sandbox). - API Usage: References official Apple documentation and reputable open-source examples (e.g., Google Mozc). Uses standard Carbon APIs for programmatic registration.
Audit Metadata