configure-macro-keyboard
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a comprehensive technical guide for remapping hardware keys on macOS. It uses standard system tools and well-known open-source software to achieve its goals.
- [EXTERNAL_DOWNLOADS]: The instructions guide the user to install reputable tools such as Karabiner-Elements, blueutil, and sleepwatcher via Homebrew, which is a trusted package management system. These downloads are documented neutrally and serve the primary purpose of the skill.
- [COMMAND_EXECUTION]: The skill employs standard macOS command-line utilities (e.g.,
ioreg,system_profiler,launchctl,cp,jq) to discover hardware identifiers and manage configuration files. These actions are appropriate and necessary for the skill's stated purpose. - [DATA_EXPOSURE]: The skill interacts with the local Karabiner configuration file (
~/.config/karabiner/karabiner.json) to apply remapping rules. This is a required step for its functionality, and no unauthorized file access or sensitive data exfiltration patterns were found. - [PERSISTENCE]: The documentation discusses using
sleepwatcherand the~/.wakeupscript to ensure Bluetooth peripherals reconnect after the system wakes from sleep. This is a standard and transparent method for managing peripheral connectivity on macOS.
Audit Metadata