https://github.com/code-423n4/2024-05-predy/blob/a9246db5f874a91fb71c296aac6a66902289306a/src/PredyPool.sol#L77-L91
Now, the only verification thats applied to this address is the fact that its been validated under this mapping here.
This makes the attempt at verifying insufficient and effectively leaves it potentially vulnerable to a collision attack.
More on this attack idea can be seen from these sources:
Submitted as QA, due to time restrictions during the audit to really dive deeper within the bug window to see how much it could affect Predy, if at all.
Consider validating that the pool is really deployed.
