GPT-5.6 (Sol / Terra / Luna) is now evaluated on TrustVector โ€” with day-1 independent verification, incl. METR's benchmark-cheating findings.

Read the evaluation
Evaluation record ยท github-copilot-coding-agent

GitHub Copilot Coding Agent

vGA (2025-09)

GitHub (Microsoft)

Agentcoding-agentautonomousgithubenterprise
74
Adequate
About This Agent

Autonomous background coding agent built into GitHub. Assign it a GitHub issue or prompt and it works in an ephemeral GitHub Actions sandbox, then opens a draft pull request for human review. Distinct from Copilot's interactive IDE agent mode.

Last Evaluated: July 9, 2026
Official Website

Trust Vector Analysis

Dimension Breakdown

๐Ÿš€Performance & Reliability
+
task completion accuracy

Task scope analysis and PR outcome review on representative issues

Evidence
GitHub Docs - About Copilot coding agent โ€” Designed for well-scoped tasks: bug fixes, incremental features, test coverage, and documentation in familiar codebases
mediumVerified: 2026-07-09
tool use reliability

Tooling and environment reliability assessment

Evidence
GitHub Docs - Coding agent โ€” Full GitHub Actions environment with build/test execution, plus MCP server support and vision capabilities for issue images
highVerified: 2026-07-09
multi step planning

Multi-step task execution and iteration testing

Evidence
GitHub Blog - Copilot coding agent โ€” Agent explores the repo, plans changes, iterates on build and test feedback, and pushes commits incrementally
mediumVerified: 2026-07-09
memory persistence

Cross-session context persistence evaluation

Evidence
GitHub Docs - Customizing the agent environment โ€” Sessions are ephemeral; persistent context provided via repository custom instructions and copilot-setup-steps configuration
mediumVerified: 2026-07-09
error recovery

Failure iteration and review-feedback loop testing

Evidence
GitHub Docs - Coding agent โ€” Runs builds and tests in the Actions sandbox and iterates on failures; responds to PR review comments with fixes
mediumVerified: 2026-07-09
agent collaboration

Concurrency and orchestration capability assessment

Evidence
GitHub Docs - Coding agent โ€” Single agent per task with multiple parallel tasks supported; collaborates with humans via PR comments rather than other agents
mediumVerified: 2026-07-09
๐Ÿ›ก๏ธSecurity
+
tool sandboxing

Sandbox and network isolation architecture review

Evidence
GitHub Docs - Coding agent security โ€” Runs in an ephemeral GitHub Actions environment with firewall-restricted internet access; firewall allowlist is customizable
highVerified: 2026-07-09
access control

Permission boundary and branch protection review

Evidence
GitHub Docs - Coding agent โ€” Agent can only push to copilot/ branches, cannot approve or merge its own PRs, respects branch protections, and PR-triggering workflows require human approval
highVerified: 2026-07-09
prompt injection defense

Injection mitigation review against documented threat model

Evidence
GitHub Docs - Coding agent risks and mitigations โ€” Firewall limits exfiltration, hidden-content filtering on issues, and mandatory human PR review mitigate injection from untrusted repo content
mediumVerified: 2026-07-09
data isolation

Session and tenant isolation review

Evidence
GitHub Docs - Coding agent โ€” Each session runs in its own ephemeral Actions environment scoped to a single repository
mediumVerified: 2026-07-09
open source transparency

Source availability review

Evidence
GitHub Copilot Product Page โ€” Proprietary closed-source service; underlying models and agent implementation are not public
highVerified: 2026-07-09
๐Ÿ”’Privacy & Compliance
+
data retention

Data handling and retention terms review

Evidence
GitHub Copilot Trust Center โ€” GitHub states Copilot Business/Enterprise prompts and code are not used to train models; retention governed by GitHub data protection terms
mediumVerified: 2026-07-09
gdpr compliance

Compliance program and DPA assessment

Evidence
GitHub Data Protection โ€” Covered by GitHub/Microsoft compliance programs including GDPR data protection agreements for organizations
highVerified: 2026-07-09
third party data sharing

Data flow analysis across model backends

Evidence
GitHub Copilot Trust Center โ€” Repository content is processed by GitHub-hosted model providers (OpenAI, Anthropic, Google models) under GitHub's agreements
mediumVerified: 2026-07-09
local deployment option

Deployment options assessment

Evidence
GitHub Docs - Coding agent โ€” Cloud-only; runs exclusively in GitHub-hosted Actions infrastructure with no self-hosted runner or on-prem option for the agent
highVerified: 2026-07-09
๐Ÿ‘๏ธTrust & Transparency
+
documentation quality

Documentation completeness review

Evidence
GitHub Docs - Copilot coding agent โ€” Extensive official docs covering concepts, security model, environment customization, MCP, and responsible use
highVerified: 2026-07-09
execution traceability

Session log and commit trail assessment

Evidence
GitHub Docs - Tracking agent sessions โ€” Session logs show the agent's full reasoning and tool steps; all work lands as incremental commits on a draft PR
highVerified: 2026-07-09
decision explainability

Explainability features assessment

Evidence
GitHub Docs - Coding agent โ€” Draft PR descriptions summarize intent and approach; session logs expose step-by-step decisions
mediumVerified: 2026-07-09
open source code

Open source assessment

Evidence
GitHub Copilot Product Page โ€” Proprietary; agent implementation and models are closed source
highVerified: 2026-07-09
community activity

Community engagement analysis

Evidence
GitHub Community Discussions โ€” Very large user base with active community discussions, changelog updates, and rapid feature iteration
highVerified: 2026-07-09
โš™๏ธOperational Excellence
+
ease of integration

Onboarding and integration assessment

Evidence
GitHub Docs - Coding agent โ€” Native to GitHub: assign an issue to Copilot or prompt from chat/Agents panel; no infrastructure setup required
highVerified: 2026-07-09
scalability

Parallelism and quota analysis

Evidence
GitHub Docs - Coding agent โ€” Multiple parallel agent sessions on GitHub-hosted Actions infrastructure, bounded by plan quotas and Actions minutes
mediumVerified: 2026-07-09
cost predictability

Pricing model analysis including the completed billing model transition

Evidence
GitHub Blog - Copilot moving to usage-based billing โ€” Premium-request billing since 2025-06-18; from 2026-06-01 GitHub is transitioning to token-based 'GitHub AI Credits', making per-task costs harder to forecast during the changeover
GitHub Docs - Usage-based billing โ€” AI Credits billing is now live (since 2026-06-01): 1 credit = $0.01, metered on token consumption at listed model rates. Pro includes $10/mo and Pro+ $39/mo in credits; monthly plans auto-migrated while annual plans keep premium requests until expiry; Business/Enterprise get boosted included credits Jun-Sep 2026 plus budget controls at enterprise, cost-center, and user levels
mediumVerified: 2026-07-09
monitoring capabilities

Monitoring and audit features assessment

Evidence
GitHub Docs - Tracking agent sessions โ€” Agents panel for session tracking, session logs, audit log events, and org-level policy controls
highVerified: 2026-07-09
production readiness

Product maturity and availability assessment

Evidence
GitHub Copilot Plans โ€” GA since September 2025 on Pro, Pro+, Business, and Enterprise plans, backed by GitHub's production infrastructure
highVerified: 2026-07-09
Strengths
  • +Strong security model: ephemeral Actions sandbox with firewall-restricted internet
  • +Hard guardrails: pushes only to copilot/ branches, cannot merge its own PRs, branch protections enforced
  • +Native GitHub integration; trigger from issues, chat, mobile, or the Agents panel
  • +Full session logs and incremental commits give a complete audit trail
  • +Iterates on build/test failures and responds to PR review comments
  • +Backed by GitHub/Microsoft enterprise compliance programs
Limitations
  • !Proprietary and cloud-only; no self-hosted runner support for the agent
  • !Billing complexity: token-based GitHub AI Credits (live since 2026-06-01, 1 credit = $0.01) replaced premium requests for monthly plans, while annual plans stay on legacy premium requests until expiry, making per-task costs harder to predict during the mixed-model period
  • !Requires a paid Copilot plan (Pro, Pro+, Business, or Enterprise); not in Copilot Free
  • !Best on well-scoped tasks; struggles with large cross-repo or ambiguous refactors
  • !Consumes GitHub Actions minutes in addition to premium requests/credits
  • !Each session is ephemeral with limited memory across tasks
Metadata
license: Proprietary
supported models
0: OpenAI GPT models
1: Anthropic Claude models
2: Google Gemini models (per Copilot model availability)
programming languages
0: Most major languages supported by the repository's toolchain
deployment type: Cloud-only SaaS (ephemeral GitHub Actions environments)
tool support
0: GitHub Actions build/test execution
1: MCP servers
2: Repository custom instructions
3: Vision input from issue images
4: Draft PR creation
first release: Preview May 2025; GA September 2025
pricing: Copilot Pro $10/mo (includes $10 AI Credits), Pro+ $39/mo (includes $39 AI Credits), Business/Enterprise per-seat with pooled credits; token-based GitHub AI Credits billing live since 2026-06-01 (1 credit = $0.01); annual plans remain on legacy premium requests until renewal

Use Case Ratings

code generation

Purpose-built for issue-to-PR coding tasks with strong GitHub-native guardrails

data analysis

Can write analysis code and tests in repos, but not designed for interactive analytics

education

Session logs and reviewable PRs help learners; requires a paid Copilot plan for the coding agent

content creation

Useful for documentation and README work within repositories; not a general content tool