Self-taught backend developer and security researcher based in Queens, NY. I build tools, automation, and backend systems. I enjoy understanding how real systems work by observing network behavior, then building clean clients and tools around that knowledge.
class Developer:
def __init__(self):
self.name = "Vibhek Soni"
self.role = "Backend Developer & Security Researcher"
self.location = "Queens, NY"
self.languages = ["Python", "C", "Rust"]
self.focus = [
"Backend Engineering",
"Security Research",
"Automation & Tooling",
"Protocol Analysis"
]
def interests(self):
return [
"Traffic analysis & request reconstruction",
"Building tools that replicate real workflows",
"Finding weak points in systems",
"AI-assisted development"
]| Project | Description | Stack |
|---|---|---|
| stealth-browser-mcp | MCP server for advanced CDP-based browser automation with network interception | Python, CDP, nodriver |
| VerbalCodeAI | Local codebase indexing and Q&A tool with embeddings and MCP support | Python, Embeddings, MCP |
| t3router | Rust SDK for t3.chat models via traffic analysis and protocol reconstruction | Rust, API Design |
| axiomtrade-rs | Reconstructed Rust client from Next.js bundle analysis | Rust, Reverse Engineering |
| stock-assist | AI stock assistant with live market data and Stripe subscriptions | Flask, Gemini, Stripe |
| rust-serve | HTTP server from scratch using TCP sockets | Rust, TCP, Networking |
| EvilChrome | Browser profile automation PoC for security research | Python, Security Research |
| DevHive Studios | Freelance dev agency with real-time chat and crypto payments | Flask, PostgreSQL, Socket.IO |


