ToolPick
AI Coding

GitHub Copilot App Adds Free AI Security Scans With /security-review

A new slash command scans in-flight code changes for injection, XSS, and other common flaws across every Copilot tier, including Free -- here's what it replaces and what it doesn't.

/5 min read
AI coding decision guide

Decision Brief

What to do with this research

GitHub Copilot's app now runs an AI-driven vulnerability scan of your current code changes with a single /security-review command, in public preview across every tier including Free. It catches injection, XSS, insecure data handling, path traversal, and weak crypto with severity scores and fixable suggestions. It's a real lightweight pre-merge check, but GitHub itself frames it as a complement to code scanning and Dependabot, not a SAST replacement.

Best forsolo developers, technical founders, and small teams comparing coding assistants
CategoryAI Coding Tools
Decision focusAI coding decision guide
Sources2 official sources linked

Use the conclusion, then validate live pricing and plan limits before buying.

Watch this decision

AI Coding Tools changes

Get a practical ToolPick alert when pricing, free-plan limits, policy risk, or alternatives change.

Weekly at most ยท one-click unsubscribe

Quick Answer

GitHub Copilot's app now runs an AI-driven vulnerability scan of your current code changes with a single /security-review command, in public preview across every tier including Free. It catches injection, XSS, insecure data handling, path traversal, and weak crypto with severity scores and fixable suggestions. It's a real lightweight pre-merge check, but GitHub itself frames it as a complement to code scanning and Dependabot, not a SAST replacement.

  • /security-review is now available across Copilot Free, Pro, Business, and Enterprise in public preview
  • Scans catch injection, XSS, insecure data handling, path traversal, and weak cryptography with severity-scored findings
  • GitHub still frames this as complementary to code scanning, Dependabot, and secret scanning -- not a replacement

Keep reading for the full analysis.

Answer first, then compare

Where this decision goes next

Skip the scroll: the pages most readers open after this one.

Claude Sonnet 5 Is Now the Default - and the 'Just Pay for Opus' Advice Is DeadRead the next related article.

Security scanning used to be something you bolted onto a repo, not something already sitting inside the assistant you use to write the code. That changes with GitHub's July 14 changelog entry, which adds a /security-review command to the Copilot app: type it after making changes, and Copilot scans what you've touched for common vulnerability classes before anyone else looks at the diff.

What the command actually catches

5
Vulnerability classes targeted
4
Plan tiers covered, incl. Free
Preview
Current release status

The scan targets injection flaws, cross-site scripting, insecure data handling, path traversal, and weak cryptography -- a short list, but it's the list that shows up most often in real pre-merge audits, not an attempt to cover every OWASP category. Findings come back with severity and confidence scores rather than a flat pass/fail, and Copilot can apply a suggested fix and re-scan without you leaving the app. That loop -- flag, fix, re-check, all in one place -- is the part that matters more than the vulnerability list itself, since it removes the usual round trip to a separate dashboard or CI job to confirm a patch actually worked.

It's invoked manually: open a project in the Copilot app, make your changes, run /security-review. There's no automatic trigger on save or on push, so it depends on someone remembering to type the command, which is worth flagging as a real limitation of a preview feature rather than a finished workflow.

Every tier gets it, which is the actual news

The detail that matters more than the feature itself is who gets it. GitHub is rolling this out to Copilot Free, Pro, Business, and Enterprise simultaneously, not gating it behind a premium plan the way some agent-mode features have been. Check GitHub Copilot's pricing and the tiers line up with GitHub's official plan documentation: Free costs nothing, Pro runs $10 per seat per month, Business sits at $19, and Pro+ and Enterprise both land at $39. A security-scanning feature that ships to the $0 tier on day one is a different kind of announcement than one that requires an upgrade -- it means every developer already inside Copilot, regardless of budget, picks up a pre-merge check they didn't have yesterday.

GitHub Copilot plan pricing (monthly per seat)
Free
$0
Pro
$10
Business
$19
Pro+
$39
Enterprise
$39

That's also the context for reading this against GitHub's broader Copilot agent lineup expansion: the company has been steadily widening what ships free or near-free inside the assistant rather than treating each new capability as upsell bait. Security scanning joining that list says something about where GitHub thinks the competitive pressure actually is -- not on model choice alone, but on whether Copilot can absorb workflows that used to require a separate paid tool.

Where it actually sits against a real SAST tool

GitHub is explicit that this is not meant to replace existing GitHub code scanning, Dependabot, and secret scanning, and that framing is honest rather than defensive. A five-category, single-command scan of your current diff is not the same animal as a dedicated static analysis engine like Snyk Code or Semgrep, which run continuously across an entire codebase, track a much wider rule set, and plug into CI gates that block a merge automatically rather than waiting for someone to remember a slash command. If your team already pays for one of those tools for full-repository coverage and policy enforcement, nothing here changes that math.

Where it does change the math is the lightweight, in-the-moment case: a solo developer or small team that never adopted a dedicated SAST tool because the setup cost felt disproportionate to the risk. For that group, /security-review is a real reason to reconsider adding a separate scanner at all, at least for the specific job of catching an obvious injection or XSS bug before it leaves your editor. It's worth comparing against the broader landscape in ToolPick's GitHub Copilot alternatives roundup if a dedicated scanner was already on your shortlist -- this doesn't remove the need for one, but it does raise the bar for what a bolt-on tool needs to justify beyond what Copilot now does natively.

Who should act, who should wait

Anyone currently on Copilot Free or Pro who has been manually eyeballing diffs for injection and XSS risk should turn this on this week -- it costs nothing, requires no plan change, and the worst case is a false positive you dismiss. Teams that already run a dedicated SAST pipeline with CI enforcement should treat this as a nice-to-have inside the editor, not a reason to touch their existing setup; GitHub's own "complementary" framing settles that question. And anyone evaluating Copilot against Cursor or another assistant specifically on security tooling should note that this is still a public preview with no automatic trigger -- useful signal about direction, not yet a finished feature to weigh a switch on.

Pick this
Developers on Copilot Free or Pro without an existing SAST tool
The scan is free across every tier, requires no setup, and closes a real gap for teams that never adopted a dedicated scanner for cost or complexity reasons
Look elsewhere if
Teams already running Snyk Code, Semgrep, or another CI-enforced SAST pipeline
GitHub explicitly positions this as a complement to code scanning and Dependabot rather than a replacement, and the five-category manual scan does not match a dedicated tool's repository-wide, CI-blocking coverage

The bigger signal is less about the five vulnerability classes than about GitHub shipping a security feature to its free tier on day one. That's a bet that owning the lightweight, in-editor check is worth more than reserving it as a paid upsell -- and it puts a small amount of pressure on any competing assistant that still treats security scanning as a premium add-on.

๐Ÿ“ฌ Get the Weekly SaaS Digest

New tool reviews, pricing-change alerts, and stack cost tips โ€” one email a week, one-click unsubscribe. No spam, no fake urgency.

Continue the research

Turn this article into a decision path

Every ToolPick article should lead to a second useful page: another article, a hub, or a calculator action.

Claude Sonnet 5 Is Now the Default - and the 'Just Pay for Opus' Advice Is DeadRead the next related article.

Related Articles