Site icon QATechTools

Copilot App Local Sandboxing: QA Impact

Copilot App Local Sandboxing: QA Impact featured image

GitHub announced local sandboxing in the GitHub Copilot app on September 23, 2026. The public-preview feature lets teams configure a sandbox policy for each project’s local repository and working-tree sessions. It is a meaningful change for teams that want coding agents to help investigate failures without giving every session broad access to a developer machine.

What GitHub Copilot app local sandboxing adds

According to GitHub’s announcement, project settings can define additional read/write folders, read-only folders, denied folders, outbound and local-network access, plus Git and GitHub CLI credentials. The project policy is requested when a sandboxed session starts; enterprise-managed settings can make the effective policy stricter.

There is an important fail-closed detail: if the operating system cannot enforce the requested policy, the sandboxed shell errors instead of running unsandboxed. Sandboxing is off by default, applies to new sessions by default, and is configured separately from Copilot CLI or cloud/remote sessions. An active local session can be enabled with /sandbox on.

Why this matters for QA engineers

AI-assisted debugging often needs test artifacts, logs and a checkout, but it should not automatically need production-like credentials, unrelated home-directory files or unrestricted network access. GitHub Copilot app local sandboxing gives QA leads a testable boundary around that work. Treat the policy as part of your test environment—not as proof that an agent’s output is safe.

A practical QA validation checklist

Roll out with evidence

Start with a non-sensitive repository and capture the effective project policy, agent request, command output and file diff for each test. Keep a negative-test matrix for denied paths, credentials and both network modes. Because this is a public preview and enterprise controls may further restrict it, verify behavior on each supported operating system and managed-device profile before standardizing it in a QA workflow.

Source

GitHub Changelog: Local sandboxing in the GitHub Copilot app (September 23, 2026)

Exit mobile version