URL Fraud Detection
Enter a URL to analyze for potential fraud
{error && ({error}
{debug && (Debug Information
{JSON.stringify(debug, null, 2)}
Analysis Results
URL Information
Analyzed URL: {result.url}
{result.is_trusted_domain && (This appears to be a trusted domain
)}Suspicious Patterns
-
{result.suspicious_patterns.map((pattern, index) => (
- {pattern} ))}
Risk Factors
{result.feature_contributions.map((feature, index) => (Connection Information
{JSON.stringify(debug, null, 2)}