Variant Hunt

After any vulnerability or bug is found, hunt the entire codebase for every other instance of the same pattern — because one bug is almost never alone. Turns a single finding into a systematic sweep using ripgrep and custom Semgrep rules, so the whole class gets fixed, not just the reported case. Use this skill right after finding or fixing a security issue, when reviewing whether a fix is complete, or when a past incident's pattern must be proven eradicated. Defensive only: it finds and eradicates weaknesses, it does not exploit them.

AL-JANEF e9e0d6b 3 files · 9.2 KB Updated

File contents

AL-JANEF/janefskills/tree/main/variant-hunt commit e9e0d6bce5

Frequently asked questions

npx skillmds@latest add al-janef/variant-hunt