Users can specify the percentage of their tokens to be paid as fees to the protocol during the execute call.
https://github.com/code-423n4/2024-06-krystal-defi/blob/main/src/V3Utils.sol#L69-L70
https://github.com/code-423n4/2024-06-krystal-defi/blob/main/src/Common.sol#L657
Currently, only the maximum percentage is checked, allowing users who call the V3Utils.sol contract directly to specify fees that are close to zero. Implementing minimum fee validation could address this issue:
