Portfolio 2026
Hi, I'm
Seeking SSE AI Infrastructure
Building hardened AI system pipelines — measurable latency, artifact integrity, and Kubernetes-grade reliability from data ingestion to inference.
Who I Am
I build production AI system pipelines with the properties that matter at scale: every artifact cryptographically signed and gated in CI, every model promotion hash-chained in the audit log, every inference endpoint behind RBAC with measured latency budgets. Six open-source projects — from a Kubernetes-deployed model serving platform with drift detection and rollback, to a CI supply-chain gate that walks pickle bytecode at the opcode level — demonstrate systems thinking, not just security tooling.
Technical Skills
06 Projects · Kubernetes · CI/CD · PyTorch · Measured Outcomes
FastAPI inference security middleware (May 2026). Detects prompt injection via embedding similarity to known templates, scans retrieved RAG context for imperative instructions before LLM, and flags secret leakage via entropy analysis. All findings emitted as SARIF, blocking CI deploys on violation. Agentic pipeline in src/agentic_scanner.py.
View Project on GitHub →CI artifact integrity gate (May 2026). Walks pickle bytecode at the opcode level (REDUCE/GLOBAL/BUILD), detects unsafe torch.load, validates SafeTensors format, and enforces Ed25519 artifact signing with a SHA-256 provenance chain. Policy-as-code YAML blocks unsigned artifacts. Packaged as a reusable GitHub Actions workflow. Built in response to LiteLLM/Mercor supply chain incidents (2026).
View Project on GitHub →Measured privacy leakage analysis (May 2026). Implemented Yeom (2018) loss-threshold and Shokri (2017) confidence-proxy membership inference plus gradient-based model inversion (Fredrikson 2015) on 41,188-record UCI dataset. Measured 0.42 MIA advantage mapped to EU AI Act thresholds. DP-SGD defense with RDP Gaussian mechanism, ε-δ accounting (Balle et al.).
View Project on GitHub →Rigorous PyTorch robustness benchmark (May 2026). FGSM, PGD-20/100 (10 restarts), C&W L2, and AutoAttack (APGD-CE+DLR+FAB+Square) against CIFAR-10 ResNet-18 at ε=8/255 L∞. Measured: undefended model collapses to 0% under PGD-20; Madry AT recovers ~45% robust accuracy at ~10pp clean-accuracy cost. TRADES and Randomized Smoothing defenses implemented and documented.
View Project on GitHub →Production RAG serving stack (Jun 2026). Qdrant (tenant-scoped collections) + BGE cross-encoder reranker + Redis cache + FastAPI. Multi-tenant isolation with per-tenant rate limiting. XML delimiter sandboxing and imperative-instruction detection guard retrieved context before LLM. Presidio PII redaction at API boundaries. Locust load testing, RAGAS evaluation, docker-compose deploy.
View Project on GitHub →Hardened ML inference pipeline on NASA C-MAPSS (Mar 2026). LSTM+Transformer served via FastAPI at 2.7 ms mean latency / 52K samples/sec. SHA-256 hash chain across all pipeline artifacts, Ed25519-signed model checkpoints, per-tenant RBAC middleware, AES-256 Fernet encryption (0.019 ms overhead measured), append-only JSONL audit log, SARIF CI gates, NIST AI RMF compliance. IR_PLAYBOOK.md, smoke tests, benchmark scripts.
View Project on GitHub →Certifications & Publications
Nov 2025 · 100-day connected-aviation cybersecurity incubator.
Nov 2025 · IAM, VPC security, encryption in transit/at rest.
"A Personalized E-Learning System Using Reinforcement Learning Through Satellite," NIT Warangal (Doc ID 10440852).
Seeking SSE AI Infrastructure
Seeking SSE AI Infrastructure roles. I build hardened inference pipelines, Kubernetes model serving platforms, and CI artifact integrity gates — with measured outcomes at every layer.