daemon-setup
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Bash scripts to perform preflight dependency checks, manage macOS launchd services, and generate configuration files from local templates using sed.
- [EXTERNAL_DOWNLOADS]: The wizard guides the user to install dependencies via Homebrew and validates provided credentials by communicating directly with official API endpoints at GitHub and Pushover.
- [SAFE]: Sensitive authentication tokens, such as GitHub Personal Access Tokens and Pushover API keys, are stored securely using the macOS Keychain's 'security' utility, avoiding plain-text exposure.
- [SAFE]: The creation of a persistence mechanism via a LaunchAgent is the core intended purpose of the skill and is implemented using standard, non-privileged system paths (~/Library/LaunchAgents).
Audit Metadata