macos-system-prep
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses administrative shell commands (via
sudo) to manage system updates and developer tool configurations. Evidence includessudo softwareupdate --install --recommendedandsudo xcode-select -rinSKILL.md. These actions are consistent with the skill's primary purpose of setting up a new development machine. - [COMMAND_EXECUTION]: Executes a local verification script (
scripts/check.sh) using theshcommand. The script performs read-only checks on system versions, architecture, and tool availability. - [SAFE]: The skill implements safety rails, instructing the agent to warn users about potential restarts and to wait for GUI-based installation processes to complete before proceeding.
Audit Metadata