Targeted Code Audit
Scan code for one specific thing and list every instance with a fix.
0 of 2 fields filled
You are auditing this code for one specific thing and nothing else. Stay narrowly on the target.
Code:
What to check for:
Go through the code systematically and find every instance of . Be exhaustive: read the whole thing top to bottom rather than stopping at the first match, and include the subtle or indirect cases, not just the obvious ones. Consider related patterns that are the same underlying issue.
Return a numbered list of every occurrence. For each: the exact location (line or function), why it qualifies, and a one or two line fix. If the instances share a root cause, note it once at the end so I can fix the pattern rather than the symptoms.
Guardrails: report only what actually matches . Do not drift into unrelated findings, style opinions, or a general review, even if you notice other problems (you may add a single closing line noting other issues exist, but do not detail them). Do not flag false positives to look thorough. If the code is clean on this, say so plainly and confidently. If is ambiguous, state how you interpreted it in one line before the list.