github-ops

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
82%
Files
6
Flagged
5
Chunks
10
Flagged Files (5)
references/best_practices.mdHIGH
82.3%

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

references/api_reference.mdHIGH
76.1%

Malicious tool definition detected

[Webhooks](#webhooks) ## Authentication All API calls via `gh api` automatically use the authenticated token from `gh auth login`.

references/workflow_operations.mdMEDIUM
57.0%

Tool passed security scan

references/pr_operations.mdLOW
37.5%

Tool passed security scan

SKILL.mdLOW
33.4%

Tool passed security scan

Passed Files (1)Click to expand
references/issue_operations.mdOK
15.1%

Tool passed security scan

Audit Metadata
Max File Score
82%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
5
Chunks Analyzed
10
Analyzed
Feb 21, 2026, 05:06 PM
Security Audit — runlayer — github-ops