- GitHub’s September 1, 2026, billing update for Copilot Business and Enterprise ends promotional credits, exposing organisations to variable costs that can spike sharply during agentic AI coding sessions where a single heavy run can exhaust a month’s credit allotment.
- The Cloud Security Alliance’s April 2026 report found all ten major AI-integrated development environments tested were vulnerable to prompt injection; CodeRabbit’s December 2025 analysis of AI-authored versus human-authored pull requests found AI-generated code introduced roughly 1.75 times more logic errors than human-written code and was 2.74 times more likely to contain cross-site scripting vulnerabilities.
GitHub’s September 2026 billing change removes the promotional credits that have softened costs for Copilot Business and Enterprise customers since launch, replacing them with a consumption model where a single heavy agentic session can burn through an entire month’s credit allotment. The productivity gains are documented. So are the security liabilities that enterprise teams are now paying market rate to carry.
A New Price Tag for Agentic Sessions
GitHub’s billing shift ends promotional credit periods for existing enterprise customers. Seat prices are unchanged, $19 per user per month for Business and $39 for Enterprise, each including a fixed pool of AI Credits, but consumption above that threshold is billed separately. A platform team running ten heavy agentic sessions per week could exhaust credits budgeted for thousands of lighter users, making per-seat estimates an unreliable guide to the actual bill.
The compute demand is the root cause. Agentic AI workflows run long, multi-step coding tasks that are far heavier than simple autocomplete. A complex refactoring session consuming millions of tokens can quickly dwarf the cost of dozens of standard completions.
The Productivity Case
The appeal of these tools is straightforward. Google’s coding tools and GitHub Copilot generate code snippets, complete functions and suggest entire logic blocks in real time, letting engineers spend more time on complex problems and less on repetitive boilerplate. GitHub’s August 2026 updates for Copilot in VS Code improved session organisation and navigation, helping developers manage intricate tasks with less context switching.
Where the Code Falls Short
The security picture is uncomfortable. The Cloud Security Alliance’s “AI Coding Assistants as Attack Surface” report, published in April 2026, found all ten major AI-integrated development environments it tested were vulnerable to prompt injection, a flaw that lets malicious input manipulate code generation or access data. The underlying problem is structural: large language models have no reliable way to distinguish instructions from data, leaving them open to manipulation that conventional parameterisation techniques cannot address.
Code quality is a separate concern. CodeRabbit’s December 2025 analysis of AI-authored versus human-authored pull requests found AI-generated code introduced roughly 1.75 times more logic and correctness errors than human-written code, and 1.57 times more security findings. AI-generated code was also 2.74 times more likely to contain cross-site scripting vulnerabilities. A July 2026 Veracode report found that around 44% of AI code generation tasks introduced a security vulnerability in testing, with the average security pass rate across models holding flat at roughly 56%. That flat pass rate matters: the models are not improving on this dimension even as their other capabilities advance. For context on how Copilot’s own vulnerability detection stacks up, the gap between generating and catching flawed code remains wide.
Managing Costs and Governance
The Cloud Security Alliance recommends treating AI coding tools as privileged agentic systems, applying controls that match their level of access rather than assuming the tools will police their own outputs. Organisational policy and code review carry more weight than any vendor-side fix, at least until a reliable equivalent to SQL parameterisation exists for large language models.
On cost, the September 2026 billing change means many organisations will see their true token consumption for the first time. The Cyberhaven Labs “2026 AI Adoption & Risk Report” noted that close to half of developers now use coding assistants, with usage at frontier companies reaching around 90%, and that roughly 39.7% of all AI interactions involved sensitive data. Those figures mean data governance is not optional: proprietary code and internal logic are being processed by external systems at scale, and teams need clear policies before a billing surprise also becomes a disclosure problem. The usage-based billing shift hits heavier users most directly, but the governance question applies across the board.
What Teams Should Weigh
Treating code review as optional because AI generated the code, or assuming monthly costs will stay stable under a consumption model, are risks the tooling does not resolve on its own. Accurate token usage tracking, mandatory review for AI-generated code and clear data-handling policies are the baseline, not the advanced configuration.



