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 curl and jq to interact with structured data from the GitHub API. It also uses a vendor-specific utility okou for 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_TOKEN environment variable for authorization rather than hardcoding API keys or secrets.
  • [DYNAMIC_EXECUTION]: The skill writes temporary JSON files to /tmp/ to manage request payloads for curl commands. This is a common and safe pattern for passing structured data to CLI tools and does not involve executing dynamically generated code.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 11:08 PM
Security Audit — agent-trust-hub — github-copilot