github-copilot
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill's behavior is consistent with its stated purpose of providing GitHub Copilot API assistance.
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard tools such as
curlandjqto interact with structured data from the GitHub API. It also uses a vendor-specific utilityokoufor status checks. These operations are limited to administrative API requests. - [EXTERNAL_DOWNLOADS]: All network operations target
api.github.com, which is a well-known and trusted service. No remote code or external scripts are fetched from untrusted sources. - [CREDENTIALS_UNSAFE]: The skill follows secure practices by using the
GITHUB_TOKENenvironment variable for authorization rather than hardcoding API keys or secrets. - [DYNAMIC_EXECUTION]: The skill writes temporary JSON files to
/tmp/to manage request payloads forcurlcommands. This is a common and safe pattern for passing structured data to CLI tools and does not involve executing dynamically generated code.
Audit Metadata