Oracle 18c; 10.7.1 EGDB; SDE.ST_GEOMETRY
I have a point feature class and a separate feature dataset that can't be copy/pasted into a file geodatabase via Catalog in ArcMap 10.7.1 or Pro 2.6.8:

Failed to paste INFRASTR.GCSM. Shape integrity error.
My workaround so far has been to copy the data from SDE to a personal GDB first (via ArcMap), then copy from the personal GDB to the FGDB. The personal GDB seems to fix the data. Not sure why/how, though.
Rather than use that dodgy workaround, I want to find and fix the problem geometries.
Unfortunately, the Check Geometry and Repair Geometry geoprocessing tools don't support SDE.ST_GEOMETRY. Idea: Repair Geometry GP tool: Support SDE.St_Geometry. And there aren't any ST_GEOMETRY SQL functions that can check or repair geometries either (unlike SDO_GEOMETRY).
How can I find and repair the problem SDE.ST_GEOMETRY rows?