Look Out For Bugs
You can find bugs by just reading code.
The key is careful, slow reading.
Follow the control flow.
Stare at the state.
Identify and collect specific error-prone patterns or general smells in the code.
Reading the code is surprisingly efficient at proactively revealing problems. Create space for calm reading. When reading, find ways to build mental models quickly, this is not entirely trivial.