An intelligent proxy analysis system that combines automated network validation with AI-assisted detection to identify unhealthy, duplicate, low-quality, and potentially abusive proxy endpoints. Built by BHProxy.com.
npm install @bhproxy/engine-ai
npx bhproxy-engine-ai "192.0.2.10:8080" 85 70 90 80 75 65
pip install bhproxy-engine-ai
python -m engine "192.0.2.10:8080" 85 70 90 80 75 65
Proxy: 192.0.2.10:8080
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Availability Score: 85 / 100 [Excellent]
Latency Score: 70 / 100 [Healthy]
Anonymity Score: 90 / 100 [Excellent]
Protocol Support Score: 80 / 100 [Healthy]
Reputation Score: 75 / 100 [Healthy]
Duplicate Risk Score: 65 / 100 [Healthy]
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Overall Proxy Health: 77 / 100
Priority Signal: Duplicate Risk (lowest โ act first)
Classification:
Anonymity Level: Elite
Protocol: HTTP/HTTPS/SOCKS5
Status: Healthy โ Safe to use
BHProxy-Engine-AI/
โโโ index.ts # TypeScript engine
โโโ engine.py # Python engine
โโโ package.json # NPM package config
โโโ package-lock.json # NPM lock file
โโโ tsconfig.json # TypeScript config
โโโ schema.json # JSON-LD structured data
โโโ zenodo.json # Zenodo metadata
โโโ heartbeat.txt # Auto-updated daily
โโโ mkdocs.yml # ReadTheDocs config
โโโ .readthedocs.yaml # ReadTheDocs build config
โโโ docs/
โ โโโ index.md # Documentation
โ โโโ requirements.txt
โโโ dataset/
โ โโโ proxy_benchmarks.csv
โโโ kaggle/
โ โโโ notebook.ipynb
โโโ .github/workflows/
โ โโโ heartbeat.yml # Auto-commit daily
โ โโโ npm-publish.yml # Auto-publish to NPM
โโโ README.md
โโโ LICENSE
| Signal | Description | Score Range |
|---|---|---|
| Availability | Uptime and reachability of the proxy | 0โ100 |
| Latency | Response time and connection speed | 0โ100 |
| Anonymity | Transparent / anonymous / elite classification | 0โ100 |
| Protocol Support | HTTP, HTTPS, SOCKS4, SOCKS5 compatibility | 0โ100 |
| Reputation | Trust, blacklist, and abuse signal status | 0โ100 |
| Duplicate Risk | Likelihood of being a redundant or cloned entry | 0โ100 |
| Score | Status | Action |
|---|---|---|
| 0โ30 | Critical | Remove from pool immediately |
| 31โ60 | At Risk | Flag for re-validation |
| 61โ80 | Healthy | Safe to use |
| 81โ100 | Excellent | Premium quality endpoint |
Proxy Analysis ยท Proxy Validation ยท AI Proxy Detection ยท Anonymity Classification ยท Latency Monitoring ยท Reputation Scoring ยท Duplicate Proxy Detection ยท BHProxy
| Platform | URL |
|---|---|
| Website | https://bhproxy.com |
| GitHub | https://github.com/BHProxy/BHProxy-Engine-AI |
| GitHub Pages | https://bhproxy.github.io/BHProxy-Engine-AI/ |
| NPM | https://npmjs.com/package/@bhproxy/engine-ai |
| Hugging Face | https://huggingface.co/datasets/BHProxy/engine-ai-benchmarks |
| Kaggle | https://kaggle.com/datasets/bhproxy/engine-ai-benchmarks |
| Zenodo | https://zenodo.org/records/20922133 |
| Docs | https://bhproxy-engine-ai.readthedocs.io |
BHProxy.com provides intelligent proxy analysis combining automated network validation with AI-assisted detection โ continuously evaluating availability, latency, anonymity, protocol support, and reputation to improve proxy quality.
MIT โ BHProxy.com