Visa Vulnerability Agentic Harness — Agentic SAST Pipeline#2362
Open
carlospolop wants to merge 1 commit into
Open
Visa Vulnerability Agentic Harness — Agentic SAST Pipeline#2362carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/visa/visa-vulnerability-agentic-harness Content Categories: Based on the analysis, this content was categorized under "AI Security > AI Assisted Fuzzing And Vulnerability Discovery, or Pentesting Web > Source code Review / SAST Tools". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Visa Vulnerability Agentic Harness (VVAH) is Visa's open-source agentic SAST pipeline for autonomous vulnerability discovery using frontier AI models. It is built from learnings from Anthropic's Project Glasswing, which focuses on AI-assisted vulnerability research.
This repository describes a security testing tool, not a specific CVE, exploit, or copy/paste vulnerability PoC. Its purpos...
🔧 Technical Details
Agentic SAST workflow pattern: instead of asking one model to scan code directly, structure vulnerability discovery as a staged pipeline. First map the attack surface using code and contextual data such as CMDB records, CVE feeds, and control feeds. Then perform threat modeling using STRIDE, OWASP categories, and trust-boundary analysis. This makes later vulnerability research focus on reachable components, authorization boundaries, APIs, taint paths, and business-relevant impact instead of isolated code smells.
Multi-agent validation to reduce false positives: when using LLMs for vulnerability research, do not trust a finding only because a single model produced it. Route the finding through specialized agents or roles such as language-specific reviewers, crypto reviewers, logic-bug reviewers, access-control reviewers, batch/ETL reviewers, and IaC reviewers. Combine this with deterministic voting or policy gates so a finding must survive mult...
🤖 Agent Actions
Done: updated
src/network-services-pentesting/pentesting-web/code-review-tools.md.Added:
vvaharnessquick-start exampleI chose the existing Source code Review / SAST Tools page because this is a SAST/code-review workflow, not primarily fuzzing.
Validation:
mdbook buildcould not be run becausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.