skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

variant-analysis

Find similar vulnerabilities via pattern-based analysis

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/trailofbits/skills --skill variant-analysis

Overview

What This Skill Does

Variant analysis skill for finding similar vulnerabilities across a codebase after an initial bug is identified. It guides systematic pattern generalization using ripgrep, Semgrep, and CodeQL, moving from exact matches to broader search patterns while tracking false positive rates. Covers interprocedural analysis, taint tracking, and structured triage of results.

Application

When to use this Skill

Documentation

Show Skills.md file

Variant Analysis

Find similar vulnerabilities and bugs across codebases using pattern-based analysis.

Author: Axel Mierczuk

When to Use

Use this skill when you need to:

  • Hunt for bug variants after finding an initial vulnerability
  • Build CodeQL or Semgrep queries from a known bug pattern
  • Perform systematic code audits across large codebases
  • Analyze security vulnerabilities and find similar instances
  • Create reusable patterns for recurring vulnerability classes

What It Does

This skill provides a systematic five-step process for variant analysis:

  1. Understand the original issue - Identify root cause, conditions, and exploitability
  2. Create an exact match - Start with a pattern matching only the known bug
  3. Identify abstraction points - Determine what can be generalized
  4. Iteratively generalize - Expand patterns one element at a time
  5. Analyze and triage - Document and prioritize findings

Includes:

Lines 1 - 25 of 41

Recommendations

Explore other random skills

All skillsMy patterns