minimumRequestConfirmations parameter is set to 3 which is the minimum value it can get and might be an issue with chains with a high number of chain reorgs. Check here for an example of reorg depths on polygon chain: https://polygonscan.com/blocks_forked
Recommended Mitigation Steps
Set minimumRequestConfirmations to a higher value depending on the chains you are planning to deploy
Lines of code
https://github.com/code-423n4/2022-12-forgeries/blob/fc271cf20c05ce857d967728edfb368c58881d85/src/VRFNFTRandomDraw.sol#L24
Vulnerability details
Impact
minimumRequestConfirmations parameter is set to 3 which is the minimum value it can get and might be an issue with chains with a high number of chain reorgs. Check here for an example of reorg depths on polygon chain: https://polygonscan.com/blocks_forked
Recommended Mitigation Steps
Set minimumRequestConfirmations to a higher value depending on the chains you are planning to deploy