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 xcodegen and 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 IMKServer is 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
Risk Level
SAFE
Analyzed
Sep 17, 2026, 03:01 PM
Security Audit — agent-trust-hub — macos-input-method