inbox-dismiss-notification
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes the
gh(GitHub CLI) tool to interact with the GitHub API. This is the intended functionality for managing account notifications and uses established developer tooling. - Environment Configuration: The instructions specify the use of
GH_PAGER=catto ensure that command output is non-interactive. This is a standard configuration for automated or AI-driven environments to prevent the process from hanging on a pager. - Template Interpolation: The skill uses a placeholder
{thread_id}for notification identifiers. This pattern is consistent with standard documentation practices for command-line interfaces.
Audit Metadata