Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The `sendSafe` API and comments imply that `maxGasUSD` is part of a pre-flight safety check, but the implementation only calls `estimateGas()` and ignores the returned estimate entirely. This can mislead integrators into believing a gas-cost cap is enforced when transactions may still execute with unexpectedly high fees, undermining a safety control in a fund-transfer library.
