Skip to content
View mamgad's full-sized avatar

Block or report mamgad

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.

Content in all repositories owned by your account will be closed.
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
mamgad/README.md

Mohamed Amgad Khater

LinkedIn Twitter GitHub

πŸ‘¨β€πŸ’» About Me

I build security products and I break them, which is why they work. These days that means AI-native application security tooling, agentic systems for offense and defense, and the model infrastructure and evaluation work underneath them. My background is offensive, years of penetration testing and secure code review before I started building the tooling that automates it, now extended to AI systems themselves through OSAI, OffSec's AI red teaming certification. Most of my engineering time goes into making AI-assisted security decisions auditable rather than opaque.

πŸ”­ Current Role

Security R&D Technical Lead @ Cyshield

  • Architected an AI-native ASPM platform that scans on the customer's own machine and sends only finding metadata to the cloud, so source never leaves their environment
  • Designed the rule pipeline and the finding-identity model that keeps triage decisions attached to a finding across re-scans
  • Built the verification layer that asks a model whether a finding is real, and the MCP server that surfaces findings inside developers' coding agents
  • Own the security architecture across the portfolio, including a commercially launched AI-powered WAF that sits inline on all customer traffic
  • Led development of the agentic SOC systems our analysts use daily, where agents carry the investigation legwork and analysts stay accountable for disposition

πŸ€– AI & Model Infrastructure

  • Deploy and tune open-weight models on vLLM and llama.cpp behind OpenAI-compatible gateways
  • Build the agent harnesses and provider shims that let one security core run against a local or a hosted model without changes
  • Run evaluation and security benchmarking against labeled corpora with deterministic graders, including the study that showed a security-tuned prompt on a locally served model recovering more real vulnerabilities than a frontier agent
  • Measure cost alongside recall rather than after the fact, in that order: get it working, prove it finds what it claims, then bring down what it costs to run

πŸ›‘οΈ Security Research

HackerOne Bugcrowd

  • Discovered and responsibly disclosed critical vulnerabilities in Fortune 500 companies
  • Notable companies: Twitter, Sony, Adobe, TripAdvisor, Ford Motors, Pinterest, Dell
  • Published CVEs: CVE-2017-1000058 (Stored XSS at Chevereto CMS), CVE-2018-5222

πŸŽ“ Certifications

Advanced Security

  • OffSec Advanced AI Red Teaming (OSAI) β€” verify
  • Offensive Security Web Expert (OSWE)
  • Certified Cloud Native Security Expert (CCNSE)
  • Certified Container Security Expert (CCSE)
  • Certified DevSecOps Professional (CDP)

Penetration Testing

  • Web Application Penetration Tester Extreme v2 (eWPTXv2)
  • Certified Professional Penetration Tester v2 (eCPPTv2)
  • Mobile Application Penetration Tester (eMAPT)

πŸ’» Technical Skills

Software Development

  • Primary Languages: Python, Java, JavaScript, TypeScript
  • Additional: Ruby on Rails, MySQL, PostgreSQL, Bash

Application Security

  • Security Testing: SAST, DAST, SCA, Penetration Testing, Secure Code Review
  • Security Tools: BurpSuite Pro, OWASP ZAP, Nuclei, Subfinder, httpx, Nmap, Metasploit, Wireshark, SonarQube, Semgrep, OpenGrep, Trivy, Gitleaks, Checkov

AI & Agentic Systems

  • Model serving: vLLM, llama.cpp, OpenAI-compatible gateways
  • Integration: Anthropic, OpenAI, AWS Bedrock, self-hosted endpoints, MCP
  • Agent evaluation, grader design, security benchmarking

Cloud & Infrastructure

  • Cloud Security: AWS, Kubernetes, Docker
  • DevSecOps: CI/CD Pipeline Security, IaC, Security Automation

πŸš€ Featured Project

A comprehensive training project demonstrating common security vulnerabilities in banking applications.

  • Built with Python, Flask, SQLAlchemy, React, JWT Authentication
  • Includes modules on secure code review, authentication vulnerabilities, and API security
  • Implements real-world security scenarios and industry security standards

Pinned Loading

  1. DVBLab DVBLab Public

    This course uses a deliberately vulnerable banking application to demonstrate common security vulnerabilities, their impact, and how to fix them. The application is built with Flask (backend) and R…

    Python 60 9

  2. Magdz/Pipeline-MIPS-Processor Magdz/Pipeline-MIPS-Processor Public

    VHDL

  3. RUDPy RUDPy Public

    A reliable UDP implementation in Python.

    Python 31 15

  4. WServer WServer Public

    Forked from SubNader/WServer

    An HTTP over TCP web server, written in C.

    C

  5. BlackJack-Cards-Game BlackJack-Cards-Game Public

    simple cards game

    Java

  6. Genetic-Algorithm-solving-Travelling-Salesman Genetic-Algorithm-solving-Travelling-Salesman Public

    Solving travelling salesman problem using artificial intelligence with real time plotting for visualization of paths and performance

    Python