- π Currently Building: Voraxx β AI-powered VAPT platform with Shannon multi-agent engine + a dedicated Voraxx MCP Server for security tool orchestration
- π Recently Shipped: voraxx-mcp-server (CVE/Shodan/Nuclei tools over MCP), mcp-registry-finder (searches the official MCP registry from inside an agent session), and FrameSage (tool-calling agent for pandas DataFrames)
- π§ͺ Latest Batch (Jul 2026): 10 new cross-domain tools β see 2026 Original Projects below; newest (Jul 16): ollama-audit, mcp-sentinel, and agent-tool-audit
- π€ AI/LLM Focus: Agentic AI systems, durable multi-agent pipelines (Temporal.io), RAG, and LLM-powered security automation
- π‘ Expertise: Full-stack development, AI agent architecture, security research, microservices, and cloud-native systems
- π― Collaborate With Me On: AI security tools, open-source agent frameworks, research papers, and hackathons
- π€ Help With: MCP server design, LangGraph orchestration, Mastra.ai workflows, backend optimization, and RAG pipelines
- π± Currently Learning: Temporal.io durable workflow patterns, A2A (Agent-to-Agent) protocol, Google ADK multi-agent pipelines, and advanced LangGraph + Mastra.ai composition
- π¬ Ask Me About: AI-driven VAPT, agentic pipelines, MCP server design, multi-agent orchestration, and Shannon engine architecture
- π― 2026 Goals (H2): Ship Voraxx v1.0 + MCP Server (Q3), publish AI-assisted VAPT research write-up, open-source The-Ideal-Harness, and speak at a security/AI event
- β‘ Fun Fact: Built a complete AI project prototype in 24 hours during a hackathon that got featured!
| Project | Status | Progress | Stack | ETA |
|---|---|---|---|---|
| Voraxx v1.0 | π¨ In Dev | ββββββββββ 80% |
LangGraph Β· Shannon Β· Claude Sonnet 4.6 | Q3 2026 |
| Shannon Engine | π¬ Active R&D | ββββββββββ 60% |
MCP Β· Temporal.io Β· LangGraph Β· A2A | Ongoing |
| The-Ideal-Harness | ποΈ Pre-release | ββββββββββ 90% |
TypeScript Β· MCP Β· Claude Code SDK | Q3 2026 |
| AI-VAPT Write-up | βοΈ Drafting | ββββββββββ 40% |
Research Β· LLM-assisted pentest | Q3 2026 |
| Voraxx MCP Server | π§ In Dev | ββββββββββ 40% |
Python (stdlib-only) Β· MCP Β· Nuclei Β· Shodan Β· OSV.dev | Q4 2026 |
- Voraxx
π Private Β· v1.0 in progressβ AI-powered VAPT platform; automates recon, vulnerability scanning, and exploit chaining via LLM agents Β· TypeScript Β· Temporal.io Β· Claude Agent SDK - Shannon AI Engine
π¬ Core R&Dβ Multi-agent reasoning engine inside Voraxx; orchestrates recon, enumeration, and exploitation workflows via LangGraph and MCP tools with durable Temporal.io workflows - voraxx-mcp-server π β Minimal, dependency-free MCP server exposing CVE lookup (OSV.dev), Shodan host recon, and local Nuclei scan orchestration as agent tools Β· Python
- PRISM-Insfranest β AI backend-generation platform: NL prompts β YAML DSL β production-ready Django, Go Fiber, or Rails projects with Docker, tests, and docs; benchmarked across 2,664 generations Β· React Β· TypeScript Β· Flask Β· Groq
- The-Ideal-Harness β Claude Code-native agent harness with MCP-portable enforcement and safety tooling, 170+ tests Β· TypeScript Β· MCP
- FrameSage π β Tool-calling analysis agent for pandas DataFrames; answers plain-English questions and generates EDA reports with an explicit anti-hallucination boundary, no API key required Β· Python
- Task-Tokenizer β β Web3 gig-economy platform with on-chain job listings and wallet-based freelancer matching Β· Solidity Β· Hardhat Β· Next.js
- mcp-registry-finder π β Zero-dependency MCP server for searching the official Model Context Protocol registry from inside an agent session Β· JavaScript
- Quorix β Local-first reference app for agentic UI patterns: streaming replies, inline tool-call visualization, generative UI Β· React Β· TypeScript
- GenAI-Platform β Generative AI platform experiments and integrations
- Mentoro β Gamified AI learning companion Β· AI Β· Full-Stack
- NomadAI β Voice-first, multilingual AI travel companion for Delhi; Whisper + Groq LLM + Telegram Β· Python Β· FastAPI
π See all projects at github.com/bharat3645
Ten new, independent tools shipped across July 2026 β each one deliberately combines two or more of my fields (security, AI agents, dev tooling, NLP, ML, SRE, AI infra) to solve a specific real-world problem, with a real tested implementation behind every README, not just a pitch.
- dep-graveyard β Composite dependency-risk scorer: blends CVE severity (OSV.dev), package staleness, and license risk into one AβF grade with concrete remediation advice, instead of just another raw CVE list Β· Python Β· Security + Dev Tooling + optional AI narrative
- citeguard β Fully offline citation-claim verifier for research papers: flags citations that don't actually support the sentence next to them, using transparent TF-IDF similarity β no black-box API, nothing leaves your machine Β· Python Β· NLP + Academic Integrity
- a11y-agent β Context-aware accessibility scanner for the semantic smells axe-core and eslint-plugin-jsx-a11y miss: generic alt text, vague link text, color-only meaning, heading-hierarchy skips Β· Python Β· Web A11y + Static Analysis + AI
- moodmesh β Private, ethics-first engineering-team health detector: turns git commit timing and PR review sentiment into rising-risk trend flags for managers, not individual scores Β· Python Β· Dev Analytics + NLP
- biasscope β Lightweight ML fairness report card: demographic parity, equal opportunity, and disparate-impact (four-fifths rule) computed transparently in pandas, graded AβF in plain English Β· Python Β· ML + Compliance
- shiftsense β Turns a raw incident chat timeline into a structured blameless-postmortem draft: phase detection, time-to-mitigate/resolve stats, and deduplicated action items Β· Python Β· SRE + AI
- ai-origin-trace β Transparent, fully offline stylometric AI-vs-human authorship signal for text and code β explainable per-feature breakdown instead of a black-box percentage, built with explicit responsible-use framing against false accusations Β· Python Β· Forensics + AI Ethics
- ollama-audit π β Offline storage-hygiene auditor for a local Ollama model store: finds broken models (missing blobs), stale models, and orphaned reclaimable blobs by reading
manifests/andblobs/directly β zero dependencies, zero network calls Β· Node.js Β· AI Infra + Dev Tooling - mcp-sentinel π β Offline risk scanner for MCP client configs: grades each configured server AβF on inline secrets,
@latestpins, shell indirection, and typosquat-like package names β zero network calls, zero dependencies Β· Python Β· Security + AI Agents - agent-tool-audit π β Offline static analyzer for AI agent tool definitions (MCP
tools/listor OpenAI function specs): flags prompt-injection-suspect descriptions, broad scope claims, and schema hygiene issues, graded AβF Β· Python Β· Security + AI Agents
I write about what I'm building and learning:
- π‘οΈ AI-powered VAPT β multi-agent security automation with LangGraph
- π MCP server design β extending LLMs with custom security tools
- π€ Multi-agent system design and orchestration patterns
- β‘ Durable AI workflows with Temporal.io
π Notes and posts in BLOG.md
- π AWS Cloud Practitioner
- π Google Cloud Associate Cloud Engineer (in progress)
- π Advanced Machine Learning Specialization
- π Kubernetes Administration
- π LLM & Prompt Engineering Mastery
π Full list in CERTIFICATIONS.md
| Metric | Value |
|---|---|
| π¦ Total Repositories | 80 (67 public) |
| π Open Source Contributions | 220+ |
| π Issues Resolved | 95+ |
| π Code Reviews Participated | 50+ |
| π₯ Active Since | Sept 2023 |
| π₯ Primary Language | Python & TypeScript |
| π€ AI Models Integrated | Claude Fable 5 Β· Opus 4.8 Β· GPT-4o Β· Gemini Β· Groq Β· Ollama |
| π― Contribution Focus | AI Agents Β· Security Β· Full-Stack |
| π‘οΈ Current Project | Voraxx (AI-VAPT) β Shannon engine in active dev |
| π§° AI Frameworks Used | LangGraph Β· Mastra.ai Β· MCP Β· Google ADK Β· Pydantic AI Β· LiteLLM |
| β‘ Workflow Engine | Temporal.io (durable multi-agent pipelines) |
|
|
|
|
π’ Open to: AI agent projects Β· Security research Β· Hackathons Β· Consulting
I'm always interested in:
- π€ Collaborating on AI agents, security tooling, and open-source projects
- π¬ Co-authoring research on LLM-assisted VAPT and agentic systems
- πΌ Freelance & consulting: AI integrations, RAG pipelines, MCP server design
- π Sharing knowledge β reach out for mentorship, talks, or pair programming
- π Building impactful solutions that ship fast
If you find my projects helpful, consider supporting me:

