I would use SCAN for anything that has the word "consecutive" in it:
SCAN
Formula in F4 (can be filled down for the corresponding row):
=IF(OR(SCAN(0,G4:M4,LAMBDA(aggregated,current,(aggregated+current)*(current=1)))>=2),"OK","")