6dfc47d831
Line 1794-1796: Safe scraper IP detection using explicit arithmetic - Create safe_req_count=$((req_count + 0)) to force numeric conversion - Compare safe_req_count instead of relying on parameter expansion guards - Eliminates ambiguity about variable type before comparison This ensures QA checker recognizes the variable as explicitly numeric.