Productspublished

Visa’s VVAH Adds AI Patch Writing Across 11 Stages, Leaving Merge Decisions to Humans

The open-source harness now moves from detection through candidate remediation and adversarial validation. Its default can alter a repository’s working copy, while build, test, review, and merge controls remain outside the tool.

By 3 min read
Visa’s VVAH Adds AI Patch Writing Across 11 Stages, Leaving Merge Decisions to Humans

Listen to this story

The audio brief

About 1:31
0:001:31
Read transcript
Visa’s Vulnerability Agentic Harness, or VVAH, can now write candidate fixes for software vulnerabilities and try to break those fixes before a human reviews them. The open-source harness runs an eleven-stage remediation loop: it detects a flaw, edits a repository working copy when an operator enables fix mode, and sends the proposed patch to an adversarial validation panel. If validation fails, the process can iterate. Stage eleven returns one of three outcomes: validated, validation failed, or needs review. That makes VVAH more than a scanner, but not an autonomous deployment system. Its validation asks whether the patch appears to negate the exploit. The tool does not compile the changed code, run builds or tests, conduct code review, or merge anything. Teams still have to apply their normal release controls, and people decide whether to run fix mode, accept the patch, and merge it. Visa released VVAH in June after participating in Anthropic’s Project Glasswing cybersecurity initiative, and says it is already using the harness on its own code. The runtime is model-agnostic: OpenAI-compatible and open-weight models are supported, although Anthropic remains the default for remediation and validation. Visa is also pairing the tool with cybersecurity education, maturity assessments, and remediation-roadmap consulting. The central question is whether teams can gain machine-speed patching without mistaking an exploit-focused “validated” result for proof that a code change is safe to ship.

Story brief

3 key points

Visa’s Vulnerability Agentic Harness (VVAH) now supports an 11-stage remediation loop that can generate and adversarially assess source-code patches, not merely identify vulnerabilities. The harness is used on Visa’s own code and supports a model-agnostic runtime, although Anthropic models remain the default. Its boundary is important: VVAH does not compile, build, test, or merge changes. Teams must run their...

  1. 01

    Stage 11 returns “validated,” “validation failed,” or “needs review” after assessing whether a patch negates the exploit.

  2. 02

    VVAH edits a repository working copy by default only when operators enable fix mode.

  3. 03

    OpenAI-compatible and open-weight models are supported alongside Anthropic’s default route.

Visa has turned its Vulnerability Agentic Harness from a system that finds and assesses software flaws into one that can write candidate fixes and challenge them before a human reviews the patch. The consequential boundary is that VVAH edits source files by default, but Visa says it does not merge changes or replace an organization’s normal build, test, and review flow.

A remediation loop, not just another scanner

The new workflow has 11 stages. It can detect a vulnerability, produce a candidate fix in a working copy of the repository, send that fix to an adversarial validation panel, and iterate when validation fails. Visa frames the shift as a response to a new bottleneck: moving from a finding to a fix that has been checked.

Visa first released VVAH in June after taking part in Anthropic’s Project Glasswing cybersecurity initiative. It says the harness is already used against Visa’s own code, where the company acted as its first internal client. The current release also broadens remediation and validation beyond Anthropic: OpenAI-compatible and open-weight models can use a shared model-agnostic runtime, though Anthropic remains the default route for both stages.

Validation is narrower than a release decision

Visa says VVAH is for authorized operators working on code they own in controlled environments. Its stage-11 panel returns one of three outcomes: validated, validation failed, or needs review. But that stage is read-only, and the harness does not compile, build, or run tests against the patched code tree. A “validated” result therefore assesses whether the proposed fix negates the exploit, not whether the change is ready for deployment.

The controls a team still has to supply

  • Decide whether the harness may run in fix mode; operators can stop it at detection rather than allow source edits.
  • Run the organization’s own build, test, code-review, and merge procedures after VVAH produces a candidate patch.
  • Treat the stage-11 verdict as an exploit-focused validation signal, including its “needs review” outcome, rather than a substitute for release checks.

Visa pairs the tool with advisory services

The product release arrives alongside an expansion of Visa Consulting and Analytics’ cybersecurity practice. The new offerings include AI Cyber Leadership Education, a VVAH-informed cybersecurity maturity assessment, and a cyber-risk prioritization and roadmap service. Visa says the combined effort is intended to help clients assess risk, prioritize remediation, and strengthen resilience as AI shortens the time between vulnerability discovery and exploitation.

That makes the open-source harness more than a detection upgrade: it is a proposed operating model for patching at machine speed. Its practical test will be whether teams can use its automated remediation loop while preserving the controls needed to judge a code change beyond the exploit it was designed to close.

Sources

  1. pymnts.comVisa Rolls Out AI-Powered Cyber Vulnerability Patching for Clients | PYMNTS.com
  2. venturebeat.comVisa ships a security AI that patches production code before any human reviews it