Raghav Pathak
AI Engineering Β· LLM Applications Β· Retrieval-Augmented Systems Β· Applied Cryptography
Jaipur / Noida, India | raghavpathak0130@gmail.com | github.com/raghavpathak30 β | linkedin.com/in/raghav-pathak-b14b46282 β
Education
The LNM Institute of Information Technology (LNMIIT), Jaipur β B.Tech, Computer Science and Engineering
Experience
Omni Infoword Pvt. Ltd. β Cybersecurity Intern
- Ran an OWASP Top 10 test pass over a pre-release internal application, uncovering publicly reachable staging pages and exposed sensitive files before production release.
- Traced every finding to the developers who wrote the code, walked them through the exploit mechanism until each issue closed, and documented the 7-week engagement in the formal internship report.
- Triaged suspicious-login, malware and phishing alerts across 4 SIEM platforms (Splunk, Microsoft Sentinel, QRadar, Elastic) and ran Nessus and OpenVAS vulnerability scans.
Flagship Projects
Dispute Desk β LLM Chargeback-Evidence Responder
Solo Submission Razorpay AI Buildathon 2026, Track 02 (AI Risk Manager)
- Designed an LLM responder that ingests payment chargebacks, assembles supporting evidence from transaction context, and drafts the dispute response an operations team writes by hand.
- Delivered it solo in 5 days with the model inside the decision path rather than generating text at the end of a pipeline; built a two-stage grounding gate ensuring zero fabricated reason codes or citations.
- Shipped as a public reproducible repository with strict evaluation harnesses and a 5-minute recorded demonstration.
SetuGuard β Retrieval-Augmented Threat Analysis Pipeline
Grand Finalist PSB CyberShield 2026, National Finale at IIT Hyderabad (Team of 4)
- Engineered a retrieval-augmented pipeline over a 95-package Android corpus: static features drive FAISS retrieval, then a local Mistral 7B emits a schema-constrained JSON report with MITRE technique mappings and generated YARA rules.
- Eliminated fabricated citations by restricting the schema to a fixed set of valid chunk IDs, plus a grounding gate that caught real hallucinations in live output, holding zero failures across 7 hostile-input cases.
- Pinned generation to temperature 0 and a fixed seed, making every report reproducible run-to-run.
- Accelerated the dataset-scoring endpoint 11Γ (7.6 s to 0.66 s) and cut peak memory 2.9Γ (1.9 GB to 0.66 GB) by lifting 5-fold cross-validation into a precomputed artifact.
- Audited the classifier across 9,082 accounts, isolated label leakage in graph features, and replaced a single-split score with a 20-seed repeated holdout (median AUCPR 0.271, AUROC 0.872).
PwnBot β Tool-Calling LLM Agent
- Implemented an agent that converts natural-language goals into sequences of tool calls, parsing raw command-line output into typed objects before the model reasons over it.
- Enforced a scope guard blocking any action outside an explicitly declared scope, and refactored into a multi-module package across 5 refactor phases with externalized configurations.
Encrypted Fraud Scoring Service (PPFDaaS) β Confidential AI Inference
- Developed an inference service scoring fraud risk on bank data the server never decrypts, using CKKS homomorphic encryption; the model reaches 0.979 AUC on the ULB credit-card dataset.
- Compressed per-transaction upload 249Γ (262 KB to 1 KB) with a Go stream-cipher layer and benchmarked a 4.98Γ mean speedup over Lattigo at matched ring parameters (N = 8192).
- Released it as an 8-stage container build with digest-pinned images, cosign signatures and a per-release SBOM.
Technical Skills
AI & LLM Systems: Google AI Studio, Gemini API (1.5 Pro / Flash), Retrieval-Augmented Generation (FAISS), Agent Tool Orchestration, Schema-Constrained Structured Output, Prompt Caching, Zero-Hallucination Grounding Gates, Local Model Serving (Ollama, Mistral 7B), LLM APIs (Groq, Anthropic, Claude Code).
Machine Learning: scikit-learn, XGBoost, SHAP, pandas, NumPy, Stratified Holdout Design, AUCPR and AUROC Evaluation, Data Leakage Auditing.
Systems & Languages: Python, C++17, Go, SQL, Bash, Microsoft SEAL 4.1, Homomorphic Encryption (CKKS / BFV).
Backend & Infra: FastAPI, Flask, gRPC, Protocol Buffers, PostgreSQL, Docker, GitHub Actions, CI/CD, Linux, REST APIs.
Security & Analysis: OWASP Top 10, Python AST Static Analysis, Reverse Engineering (Androguard), Burp Suite, Nmap, Trivy, Semgrep, YARA.
Leadership & Distinctions
- Grand Finalist, PSB CyberShield 2026: National Grand Finale at IIT Hyderabad for banking security automation.
- Head of Sponsorship, Vivacity: Led corporate outreach team and closed key sponsorships for LNMIITβs annual student festival.
- Survey Paper: Authored comprehensive survey paper on security testing methods for machine learning and LLM systems.
- Certifications & Bug Bounty: Google Cybersecurity Professional Certificate (2025). Skilled rank on Hack The Box Academy; access-control bug bounty on Intigriti.