-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Calamante edited this page Mar 3, 2026
·
1 revision
EdgeCheck is a privacy-first client-side + API-assisted network validation tool.
Its purpose is to help determine whether a device is operating from:
- Residential internet
- Corporate network
- VPN / proxy infrastructure
- Hosting / cloud provider
- Unknown / ambiguous environment
EdgeCheck does NOT:
- Perform invasive browser fingerprinting
- Access device-level networking APIs
- Use third-party IP intelligence APIs
- Track users
The project uses a Smart Hybrid detection model:
- Client signals (non-invasive)
- Server-side ASN analysis
- File-based keyword classifier
- Heuristic scoring engine
This repository contains:
- JavaScript client implementation
- EdgeCheck API
- ASN classifier logic
- Scoring model
Design principles:
- Privacy by design
- No surveillance
- Zero vendor lock-in
- Deterministic scoring
- Fully auditable logic