github-ops
Audited by Runlayer on Feb 21, 2026
Tool passed security scan
Malicious tool definition detected
fetching all fields gh pr list --json # Slower ``` --- ## Debugging and Troubleshooting ### Verbose Output ```bash # Enable debug logging GH_DEBUG=1 gh pr list # API logging GH_DEBUG=api gh pr create --title "Test" # Full HTTP trace GH_DEBUG=api,http gh api repos/{owner}/{repo} ``` ### Testing API Calls ```bash # Test API endpoint gh api repos/{owner}/{repo}/pulls # Test with custom headers gh api repos/{owner}/{repo}/pulls \ -H "Accept: application/vnd.github.v3+json" # Test pagination gh api r
Malicious tool definition detected
[Webhooks](#webhooks) ## Authentication All API calls via `gh api` automatically use the authenticated token from `gh auth login`.
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (1)Click to expand
Tool passed security scan