The NftLiquidator.sol, LendingPool.sol, RAACNFT.sol all don't have the onERC721Received function which would cause reverts to their safeTransferFrom functions
These functions mentioned above all take in or accept NFTs but none of them implement the onERC721Recieved function that every smart contract needs to implement if they are to accept NFTs to prevent loss of tokens as EIP721 states here
A wallet/broker/auction application MUST implement the wallet interface if it will accept safe transfers.
safeTransferFrom and transferFrom functions would revert since they don't implement the onERC721Received function
Manual Analysis
The onERC721Recieved function should be implemented.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.