99% get an automatic Green flag. Only ~1% are manually reviewed.
if (Math.random() > 0.2) { // rate of false accounts at last review was ~20% return false; } else { return true; }
return Math.random() <= 0.2