Root Cause: Line 21 uses magic number 10 for manager cut percentage.
@> uint256 private constant managerCutPercent = 10;
Impact: Code quality issue, no security risk.
Proof of Concept: Value 10 appears without context.
Recommended Mitigation: Add comment explaining the value or make it configurable.
The contest is live. Earn rewards by submitting a finding.
Submissions are being reviewed by our AI judge. Results will be available in a few minutes.
View all submissionsThe contest is complete and the rewards are being distributed.