See exactly what a transaction will do — tokens in/out, approvals granted, and whether it reverts — before you sign. Catches drainer patterns (unlimited approvals to unknown spenders).
Simulated against current chain state via eth_simulateV1. Not a security guarantee — but a reverting tx or an unlimited approval to an unknown address is a strong red flag.