Description:
Referral programs can be abused with fake signups or self-referrals. Implement heuristic checks:
- detect self-referral patterns
- detect repeated referral attempts with similar metadata
- rate-limit referral creation
- quarantine suspicious referrals for manual review
Acceptance Criteria:
Description:
Referral programs can be abused with fake signups or self-referrals. Implement heuristic checks:
Acceptance Criteria: