I build and test security controls around ML systems: model supply-chain verification, LLM/RAG application security, adversarial ML evaluation, and secure ML serving infrastructure. Every featured repo includes a documented threat model, verified test suite, and known-limitations section.
| Repo | What it does |
|---|---|
| Model-Supply-Chain-Auditor | Pickle opcode AST analysis, SafeTensors validation, Ed25519 signing, SLSA v1.0 provenance, policy-as-code CI gates, SARIF output |
| LLM-Guard-Scanner | Prompt injection detection (pattern + embedding), PII/secret scanning, RAG poisoning checks, PyRIT/Garak red-teaming, OWASP LLM Top 10 mapping |
| Repo | What it does |
|---|---|
| docquery | Multi-tenant RAG pipeline with context guard, source provenance, PII redaction, prompt versioning, Qdrant + BGE reranking |
| LLM-Guard-Scanner | (above) — also covers agentic scanner for tool-calling contexts |
| Repo | What it does |
|---|---|
| Adversarial-Robustness-Toolkit | 5 attack families (FGSM/PGD/C&W/APGD/Square) + 3 defenses (PGD-AT/TRADES/RS) on CIFAR-10 ResNet-18 with measured reports |
| ML-Privacy-Attacks | Membership inference (Shokri 2017, Carlini 2022, Yeom 2018), model inversion, DP-SGD accounting, EU AI Act / GDPR compliance mapping |
| Repo | What it does |
|---|---|
| production-ml-platform | ML serving with A/B testing (Thompson sampling), drift detection (KS/ADWIN), SHAP explainability, JWT auth, K8s deployment, Istio canary routing |
| PulseNet-RUL-Forecasting | Predictive maintenance on NASA C-MAPSS with data lineage, JWT auth, RBAC, hash-chain audit logging, CI verification |
| Secure-ML-platform | ML serving prototype with CORS/HSTS/rate-limiting/JWT/RBAC/audit/integrity/encryption — 15 security controls |
| Repo | What it does |
|---|---|
| coderev-agents | Multi-agent code review combining Bandit SAST + LLM reasoning with prompt-injection guards (prototype) |
| RTX-OOM-Guard | GPU out-of-memory detection and prevention for PyTorch training (GPU systems research) |
Kubernetes Terraform AWS FastAPI PyTorch GitHub Actions Prometheus Grafana OpenTelemetry SARIF Ed25519 Qdrant Redis Helm
Each featured repo includes:
make test/pytest— local verification- Documented threat model with adversary/attack/mitigation table
- Known-limitations section
- CI workflow with least-privilege permissions
- Reproducible example commands
