inbox-manage-subscription
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution via GitHub CLI: The skill utilizes the
gh apitool to perform authenticated requests to GitHub's notification endpoints. This is a standard method for interacting with GitHub services and is appropriate for the skill's stated purpose of inbox management. - Dynamic Command Interpolation: The instructions incorporate a
{thread_id}placeholder that is interpolated into shell commands. This pattern is a standard way to handle variable data in automation, though it represents an interface where data from a notification list is processed. In typical usage, the agent handles the replacement of this variable during the execution phase.
Audit Metadata