Skip to content
View CoderSufiyan's full-sized avatar

Block or report CoderSufiyan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
CoderSufiyan/README.md

Hi, I'm Sufiyan Khan

Backend-focused Senior Software Engineer building AI/devtool infrastructure

Email: sufiyanandkhan@gmail.com


Selected Proof

  • 4+ years building production systems in hospitality and travel tech
  • Engineered APIs serving 1M+ requests / minute with high availability
  • Led React Native migration serving 70,000+ mobile users
  • Published 5 open-source packages across npm and PyPI
  • Published 31 technical articles with 25.6K reads and 4.78 avg rating
  • India ยท Remote ยท Open to relocation

Open Source

Project What it solves Install
mcp-risk Scans MCP client configs for risky tools, exposed secrets, shell access, and suspicious tool descriptions. npx mcp-risk scan
injection-guard Detects and sanitizes common prompt-injection patterns before user input reaches an LLM app. npm install injection-guard
llm-fallback Adds provider fallback and circuit-breaker behavior to LLM apps when a model API fails. npm install llm-fallback
envproof Validates environment variables at startup with typed, clear errors. pip install envproof
backoffkit Adds retry decorators with exponential backoff and jitter for sync and async Python functions. pip install backoffkit

Current Focus

Building open-source backend and AI infrastructure tools around MCP security, LLM reliability, production safety, configuration, and resilient service patterns.


Technical Writing

31 articles published on Scaler Topics covering JavaScript, Java, Web fundamentals, and databases.

Articles Reads Rating
31 25.6K โญ 4.78

Tech Stack

Backend: Node.js, Python, Express.js, GraphQL, PostgreSQL, MongoDB, Kafka
Frontend: React, Next.js, React Native, TypeScript, Tailwind CSS
AI / Infra: MCP, LLM workflows, LangChain, OpenAI, Docker, AWS, Elasticsearch


Open to full-time, contract, and consulting roles โ€” remote worldwide or relocation.

Pinned Loading

  1. mcp-risk mcp-risk Public

    npm audit for MCP configs: scan AI agent tools for shell access, secret exposure, and prompt injection.

    TypeScript 1

  2. llm-fallback llm-fallback Public

    Automatic LLM provider fallback with circuit breaker. Zero dependencies. TypeScript-first.

    TypeScript 1

  3. envproof envproof Public

    Validate environment variables at startup with typed, clear error messages. Zero dependencies.

    Python

  4. injection-guard injection-guard Public

    Detect and sanitize prompt injection attacks in LLM apps. Zero dependencies. TypeScript-first.

    TypeScript

  5. backoffkit backoffkit Public

    Retry decorator with exponential backoff and jitter. Works with sync and async functions. Zero dependencies.

    Python