github-search
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official GitHub CLI (
gh) for all network interactions. All requests are directed to the GitHub API, which is the intended and documented purpose of the skill. - [SAFE]: For complex API queries, the skill provides a template that uses
printfandjqfor URL encoding. This is a secure pattern that prevents common command and URL injection issues when handling special characters in search queries. - [SAFE]: The skill uses
jqto extract specific fields from JSON responses. This structural processing limits the amount of raw data passed to the agent's context and helps maintain operational boundaries. - [SAFE]: No obfuscation, persistence mechanisms, or unauthorized credential access patterns were detected. All tool usage (
Bash,Read) is within the scope of the skill's described functionality.
Audit Metadata