Available
URL Trust
Verify links with phishing detection, domain reputation, redirect analysis, TLS checks, and an explainable Trust Score.
Example signal
https://secure-bank-login.example
Trust score
18/100
High risk
- Recently registered lookalike domain
- Redirects through disposable host
- Credential-themed page intent
Problem
Security teams and end users still receive links through channels that bypass enterprise gateways: messaging apps, personal email, QR posters, payment notes, and social campaigns.
Solution
URL Trust turns every link into a structured trust decision by evaluating destination integrity, redirect behavior, domain history, TLS posture, and user-facing recommendations.
How it works
01
Normalize URL
02
Resolve redirects
03
Inspect domain reputation
04
Score risk
05
Return Security Report
Live analyzer
Try URL Trust
Submit a sample input to the live TrustShield backend and review the returned Trust Score, Risk Score, recommendation, signals, and technical Security Report.
URL Trust
Analyze a website URL
Submit a website URL to evaluate phishing signals, redirects, TLS posture, reputation evidence, and TrustShield recommendations.
Awaiting analysis
Submit the form to receive a live TrustShield backend Security Report.
Architecture
Benefits
Example API result
curl $NEXT_PUBLIC_API_BASE_URL/api/public/analyze/url \
-H "Authorization: Bearer $TRUSTSHIELD_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com/login"}'{
"trustScore": 86,
"verdict": "trusted",
"recommendation": "allow",
"signals": [
"valid_tls",
"no_suspicious_redirects",
"domain_reputation_positive"
],
"explanation": "No high-risk indicators were detected."
}FAQ
Does URL Trust block links automatically?
The current Android experience provides a risk decision and recommendation. Enterprise policy enforcement can be introduced through the API roadmap.
Can it explain why a link is risky?
Yes. TrustShield returns user-readable risk indicators alongside technical evidence so decisions are understandable and auditable.
Use TrustShield on Android
Install the official Android app for URL Trust and QR Trust workflows on mobile.