inbox-mark-all-read
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- GitHub CLI Command Execution: The skill provides instructions to use the
gh apicommand for managing notifications. This is a standard and expected use of the GitHub CLI for this purpose. - Placeholder Interpolation: The skill uses
{owner}and{repo}as placeholders in shell commands. While this is standard documentation practice, there is a potential security consideration if an agent processes untrusted input to fill these placeholders without validation. This is a common pattern in documentation-based skills and is managed through the agent's input handling.
Audit Metadata