Hunting Bug Variants

Given one confirmed vulnerability, systematically find its siblings: the same defect shape repeated elsewhere in the codebase, and the parts of it the fix left uncovered. Use right after you confirm or read about a bug (your own finding, a CVE, a patch, a writeup) and want the other instances instead of stopping at one. Turns a single seed into a structural signature and sweeps the whole tree for same-shape code, copy-paste clones, sibling handlers, and incomplete fixes. Covers signature extraction, the variant sweep, and adjudicating each candidate.

UnboundCompute 0780073 6.4 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/hunting-bug-variants commit 0780073fd7

Frequently asked questions

npx skillmds@latest add unboundcompute/hunting-bug-variants