verbatim-audit-notify
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard system utilities including
curl,jq,awk, andlaunchctlto manage background services, process JSON data, and communicate with the Pushover API. - [PERSISTENCE]: It includes templates and instructions for deploying
launchdagents to~/Library/LaunchAgents/to automate recurring tasks such as log retention pruning and daily health heartbeats. - [EXTERNAL_DOWNLOADS]: The scripts interact with the official Pushover API (
api.pushover.net) to send notifications and check monthly usage quotas. - [CREDENTIALS_SAFE]: Secret management is implemented using the 1Password CLI (
op) to retrieve tokens at runtime, preventing the need for hardcoded credentials in scripts or environment variables.
Audit Metadata