# 3. Blacklist presence score += min(blacklist_count * 10, 30)

Goal: Create a free web tool that checks if an email address is associated with known scam activities, spam traps, fraudulent behavior, or high-risk patterns.

# 2. Breaches score += min(breach_count * 5, 25)