Skip to content
View YoinkingFishy's full-sized avatar

Block or report YoinkingFishy

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
YoinkingFishy/README.md

Mehul Wagde

AI/ML Engineer · Security Researcher · Open Source Builder


🎯 Focus

mindmap
  root((FOCUS))
    AI/ML
      Agentic Pipelines
      Computer Vision
      GenAI / LLMs
      Medical Imaging
    Security
      Red Team Tooling
      Supply Chain
      Post-Quantum Crypto
      Network Steganography
    Engineering
      CLI Applications
      Distributed Systems
      Offline-First Architecture
Loading

🔐 Cybersecurity Portfolio

I've built 70 security tools covering the full attack surface — from malware analysis to red-team simulations. All projects are fully tested, documented, and offline-first.

Project Stack What It Does
malware-analysis-platform Python YARA PE Static malware analysis: file-type magic bytes, hashing, entropy/packing analysis, string extraction (base64/hex/Unicode flags), byte-level PE parsing, mini-YARA engine, SQLite case DB, HTTP dashboard
payload-obfuscation-engine Go Encode/obfuscate payloads: base64, hex, URL, UUID, ROT, string splitting — with a python -m CLI
llm-prompt-injection-firewall Python FastAPI Firewall/mitigation for LLM apps detecting 20+ injection techniques (ignore-previous, jailbreaks, encoding)
zero-day-vulnerability-scanner Python Vulnerability scanner with 12 plugins, CVSS scoring, fuzzing, and report generation
exploit-development-framework Python Go Framework for exploit dev: cyclic patterns, offset finding, payload generation, crash analysis
supply-chain-attack-simulator Python Simulate supply-chain attacks: dependency confusion, typo-squatting, malicious PR injection
self-hosted-shodan-clone Go SQLite Distributed scanner • REST API

See all 70 security projects → github.com/YoinkingFishy?tab=repositories&q=security


⭐ Featured

Project Stack Highlights
market-insight Python LLM Agents 4-agent research pipeline • Fully offline
deepfake-detection Python OpenCV sklearn Signal-physics features • No GPU • 94%+
synapse Python Multi-LLM Router + local fallbacks • Zero-config
malware-analysis-platform Python YARA PE 65 tests • Engine + parser + entropy
quantum-resistant-encryption Python Crypto Toy LWE KEM + Winternitz/Merkle
self-hosted-shodan-clone Go SQLite Distributed scanner • REST API

🔗 Connect

GitHub Email LinkedIn Instagram Discord KnockDesk


📊 Stats

stats langs trophies streak activity


🏗️ What I Build

131 repos  •  70 security tools  •  37 AI/ML projects  •  0 fluff
Domain Count Example
Agentic AI / LLM Apps 8 multi-agentic-blog, doc-genius, synapse
Computer Vision / Medical 11 deepfake-detection, brain-tumor-detection
Classification / Regression 18 arrhythmia-detection, gold-price-prediction
Security / Red Team 70 malware-analysis-platform, supply-chain-attack-simulator
Infra / Distributed 11 dns-sinkhole, distributed-password-cracker

Every project: READMErequirements/go.modpytest/go testpython -m CLI • Offline-first


🛠️ Arsenal

Languages
Python Go Rust TypeScript Lua Bash

ML/AI
scikit-learn PyTorch TensorFlow OpenCV NumPy Pandas

Security
YARA JWT OpenSSL

Frameworks & Tools
React Next.js FastAPI Docker Kubernetes GitHub Actions SQLite


🤝 Open Source

  • traceloop/openllmetrytrace_content param
  • saurabh-yergattikar/ShieldMCP — Prompt injection patterns, benchmarks
  • Vero-protocol/vero-core-contractsZERO_ADDRESS_STR fix
  • woshishadowhunter/oss-maintainer-copilot — Issue categorization
  • santifer/career-ops — FAQ expansion, npm docs
  • younisdev/dyvix-ui — Typo fix
  • parth-thakre/ai-data-center-research — Font loading

Build small. Ship complete. Test everything. Document for the next person. Stay offline-first.
118 public repos (+13 private). Made for learning, auditing, extending.


Profile views

Pinned Loading

  1. YoinkingFishy YoinkingFishy Public

    My GitHub profile README

  2. multi-agentic-blog multi-agentic-blog Public

    Agentic blog-writing pipeline with four plain-Python step agents and offline generation.

    Python

  3. deepfake-detection deepfake-detection Public

    Offline media-authenticity classifier distinguishing genuine from generated images using signal features.

    Python

  4. ai-data-center-research ai-data-center-research Public

    Forked from parth-thakre/ai-data-center-research

    Evidence reviews on AI data-center impacts, AI usefulness, enterprise ROI, jobs, and worker sentiment

    HTML

  5. chatbot-gemini-pro chatbot-gemini-pro Public

    Conversational chatbot backed by the Gemini API with a deterministic rule-based local mode when no key is present.

    Python

  6. conversational-chatbot-openai conversational-chatbot-openai Public

    Multi-turn conversational chatbot with conversation memory and a local fallback responder.

    Python