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
curlcommands to perform API requests toapi.github.com. These commands include headers for authorization using theGITHUB_TOKENenvironment 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 inSKILL.md. - Boundary markers: None present; the agent is expected to parse raw JSON responses directly.
- Capability inventory: Shell command execution via
curland file writing to/tmpfor 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