hyprland
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a configuration guide and reference for Hyprland on NixOS, containing Nix modules, shell commands, and Go code snippets for desktop environment management.
- [EXTERNAL_DOWNLOADS]: The skill references several external sources for configuration and binary caches, such as the official Hyprland repository (github.com/hyprwm/Hyprland), the NixOS Hardware repository (github.com/NixOS/nixos-hardware), and a community binary cache (hyprland.cachix.org). These are well-known and trusted services within the NixOS ecosystem used to facilitate installation and avoid long compilation times.
- [COMMAND_EXECUTION]: The documentation includes Go code examples that use the
os/execpackage to manage thempvpaperutility and shell commands for system validation. These executions are legitimate, intended for the primary purpose of managing a desktop environment, and do not involve untrusted inputs. - [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or private keys were detected. The skill follows best practices by recommending the use of system-level environment variables for configuration.
Audit Metadata