The fallback function in Proxy.sol should be payable
The fallback function doesn't have payable keyword which will not let it receive any ether from _distribute() from ProxyFactory.sol and will result in loss of funds from the sponsors, since the sponsor is sending funds in in Proxy.sol.
Funds could get locked up in Proxy contract
Manual review
Mark the fallback function as payable like given below
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.