@Etonkovidova reports that the ORES filters are not appearing on the RC page in beta cluster. I suspected this might be due to breakage in fetching thresholds, and it looks like it is:
catrope@deployment-tin:~$ mwscript eval.php enwiki > $stats = ORES\Stats::newFromGlobalState(); > var_dump($stats->getThresholds('damaging')); array(0) { } > var_dump($stats->getThresholds('goodfaith')); array(0) { }