01Validates types in json_decode outputs to prevent integer-to-string coercion
02Detects 'magic hash' vulnerabilities in MD5 and SHA1 comparisons
03Suggests upgrading vulnerable switch statements to strict match expressions
04Identifies unsafe loose comparisons (==) with user-controlled input
05Flags in_array and array_search calls missing the strict boolean flag
0645 GitHub stars