nix-darwin
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the official Nix installation script from nixos.org. This is the standard and expected method for installing the Nix package manager from its official, well-known domain.
- [REMOTE_CODE_EXECUTION]: The instructions utilize
nix runto execute thedarwin-rebuildtool directly from the official nix-darwin GitHub repository. This is an idiomatic and supported pattern for applying Nix flake configurations. - [COMMAND_EXECUTION]: The skill correctly instructs the use of
sudofor system-level configuration commands such asdarwin-rebuild switch. These operations are standard and necessary for managing administrative system settings on macOS.
Audit Metadata