github-copilot

Pass

Audited by Gen Agent Trust Hub on Sep 23, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute curl commands to perform API requests to api.github.com. These commands include headers for authorization using the GITHUB_TOKEN environment variable.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes data returned from the GitHub API, which represents a potential attack surface if organization names, usernames, or other metadata contain malicious instructions.
  • Ingestion points: JSON responses from GitHub API endpoints (e.g., /copilot/billing/seats, /copilot/metrics) processed in SKILL.md.
  • Boundary markers: None present; the agent is expected to parse raw JSON responses directly.
  • Capability inventory: Shell command execution via curl and file writing to /tmp for request bodies.
  • Sanitization: No explicit validation or filtering is performed on the data retrieved from the external API before it is consumed by the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 23, 2026, 05:06 PM
Security Audit — agent-trust-hub — github-copilot