Adjudicating Taint Paths

Decide whether a whitebox lead is a real bug by tracing taint from an untrusted source to a dangerous sink and confirming every hop against live source. Use after a scanner, a candidate list, or your own reading surfaces a "this looks dangerous" sink (SQL exec, system/exec, file open, deserialize, template render, redirect target, memcpy) and you must decide whether attacker- controlled input actually reaches it - or kill the lead with evidence. Covers forward and reverse taint, witness paths, sanitizer analysis, and the evidence rules that separate a finding from a false positive.

UnboundCompute Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/adjudicating-taint-paths commit f53727c727

Frequently asked questions

npx skillmds@latest add unboundcompute/adjudicating-taint-paths