Paste a job offer or recruiter DM → get a risk score (0–100) with explainable signals.
Built so people don’t lose money or data to hiring scams.
Portfolio RPG · Backend · Frontend · Author
Recruitment fraud is a real boss fight: fake offers, “pay for onboarding�, crypto fees, Telegram redirects.
TrustHire is a production-shaped analyzer — heuristics + optional Claude — that returns citations you can trust, not vibes.
| Signal class | Examples |
|---|---|
| Financial pressure | wire, crypto, “verification fee� |
| Urgency tactics | “hire today or lose the role� |
| PII harvesting | SSN, bank login, passport dumps |
| Unrealistic bait | inflated salary / benefits |
| Off-platform redirect | Telegram / WhatsApp-only hiring |
| Link / domain risk | phishing patterns, shady hosts |
Python · FastAPI · Anthropic Claude · PostgreSQL · Redis · JWT · Docker · Stripe (SaaS path)
git clone https://github.com/felipeofdev-ai/trusthire.git
cd trusthire
python -m venv venv && source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env # set ANTHROPIC_API_KEY
uvicorn main:app --reloadcurl -X POST http://localhost:8000/api/v1/analyze \
-H "Content-Type: application/json" \
-d '{
"text": "Urgent! Send $500 for job verification. Contact via Telegram.",
"include_ai_analysis": true,
"include_link_scan": true
}'API docs: http://localhost:8000/api/v1/docs
docker-compose up -d
docker-compose logs -f apppytest
pytest --cov=. --cov-report=html| Variable | Required | Description |
|---|---|---|
ANTHROPIC_API_KEY |
Yes | Claude for AI analysis |
DATABASE_URL |
No | PostgreSQL |
REDIS_URL |
No | Cache |
ENV |
No | dev / staging / prod |
| Repo | Role |
|---|---|
| trusthire | Core analyzer (this repo) |
| trusthire-backend | SaaS API + Stripe |
| trusthire-frontend | Product UI |
If this helped you or your team — â� the repo.
Stars help recruiters and candidates find tools that put trust before apply.
Made by Felipe Fernandes · Systems & Agentic AI Engineer
Try it in the browser (no clone): see badge / homepage above, or the Labs hub.
Portfolio: felipeofdev-ai.github.io · Author: Felipe Fernandes · felipe.of.dev@gmail.com
If this helped you, star this repo — organic only. No bots, no paid stars.