github-issue-query

Pass

Audited by Gen Agent Trust Hub on May 13, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script query-issues.sh executes the GitHub CLI (gh) and jq.
  • It properly quotes all variables (e.g., "$STATE", "$LIMIT", "$JQ_FILTER") to prevent shell injection or word splitting vulnerabilities.
  • The shell command is restricted to listing issues (gh issue list) and does not perform any write operations or administrative changes.
  • Input parameters like --limit and --state are passed directly to the gh command which handles its own argument validation.
Audit Metadata
Risk Level
SAFE
Analyzed
May 13, 2026, 02:31 PM
Security Audit — agent-trust-hub — github-issue-query