https://github.com/code-423n4/2024-10-kleidi/blob/main/src/Timelock.sol#L799-L804
NatSpecs comments imply that the function below can be called by either the address safe or the Timelock contract. But if we talk about this function only, then it can be called only by safe, because the onlySafe modifier is present. This comment by NatSpec may be misleading.
You should remove the comments in natspec that this function can be called by timelock or create a new modifier onlySafeAndTimelock to simplify entry
