Biocomputer Simulator
2026
Synaptic Wetware
🧠 Organoid Intelligence Biocomputer Simulator — HH + Izhikevich neuron models, MEA burst detection, DishBrain Pong, Baltimore Declaration ethics monitor.
ReactTypeScriptPhysicsMath
AI Security Red Teaming Playground
2026
Prompt Injection CTF
A seven-level attack playground covering prompt injection, roleplay jailbreaks, intent drift, token smuggling, indirect document injection, and agent tool abuse — each mapped to OWASP LLM Top 10 and MITRE ATLAS. A pattern-matching engine scores attempts instantly with no model API calls, and a defender mode reveals the guardrail code that would block each successful attack.
Next.jsTailwindCSSOWASP LLM Top 10MITRE ATLAS
Severity-weighted LLM safety evaluation suite. Measures absolute refusal robustness across prompt injection, jailbreaking, data exfiltration, toxicity, and malware generation — with risk-adjusted category weights and a custom model-graded scorer.
PythonEvaluationLLMs
Boundary Testing & Runtime Enforcement
2026
Akrivon AI
Boundary testing and runtime enforcement for deployed AI. IntentScan generates adversarial probes against any AI API — role transformation, gradual drift, language variation — and scores capability, role, and domain violations through an LLM judge into a 0–100 risk report. IntentEnforce is a runtime proxy that classifies user intent per request and applies allow / block / clarify policy before traffic reaches the model.
Python 3.11FastAPIReactTypeScriptFirebase
Open Benchmark · Apache-2.0
2026
AgentInjectionBench
Open benchmark for evaluating prompt injection against agentic tool-use pipelines and MCP-style integrations — the attack surface that appears only once a model can call tools, and that single-turn safety benchmarks do not cover.
PythonAgentic AIMCPBenchmarking
Contributed to Anthropic Claude Code · PR #62099
2026
Credential Guard
A runtime security guardrail proposed to Anthropic's Claude Code (open PR) that intercepts agent tool calls and blocks credential writes before they reach disk — covering 20+ pattern families: GitHub PATs, AWS and API keys, PEM certificates, and database URLs with embedded passwords.
PythonAgent SecurityStatic Analysis
Innovation Week · JPMorganChase
2026
JPMCode
A runtime enforcement layer that gates coding-agent actions against JPMC standards and protocols — with MCP integrations for Jira, Confluence, and JPMC's internal Global Tech Assistant to keep agent-driven development within organizational guardrails.
MCPAgent SecurityPython
JPMorganChase Innovation Week
2025
Model Vulnerability Scoring System
There was no standardized way to score AI model vulnerabilities the way CVSS scores software CVEs. Built an AI-VSS: a Model Vulnerability Scoring System that assigns reproducible, comparable risk scores.
PythonEmbedding ModelsCVSSAI Attack Library
DEVUP 2026 · JPMorganChase
2026
AEGIS
Traditional disaster recovery relies on mutable logs — logs that can be corrupted or tampered with before recovery kicks in. AEGIS anchors critical JPMC system state to Hyperledger Fabric's immutable ledger, then layers an AI monitor that detects anomalies and triggers recovery before failures cascade. Presented at DEVUP 2026, JPMC's invite-only technical conference.
Hyperledger FabricSolidityPythonAI
Major Project · NIE Mysuru
2022
Mindful-Me
Built a full-stack mental health platform that detects emotional state in real time using two signal sources — OpenCV for facial affect recognition and BERT for text sentiment — then matches users with nearby therapists by proximity and specialty. Designed to make mental healthcare accessible at scale, for users who otherwise have no path to professional support.
Vue.jsFlaskOpenCVTensorFlowBERTAppwrite
Nokia Bangalore University Conclave · Top 5
2021
Stock Price Prediction
Challenged the single-signal assumption behind most stock prediction models. Built a hybrid forecasting system that fuses an LSTM time-series model, live market sentiment scraped from news and social feeds, and fundamental intrinsic value calculations. The three-signal ensemble consistently outperformed any individual component — recognized in Nokia's Top 5 at the Bangalore University Conclave.
PythonLSTMNLPSentiment AnalysisML
Minor Project · NIE Mysuru · Best Project Award
2021
Schmaltz Surveyor
Ran a rigorous four-way classifier benchmark on live tweet sentiment — SVM, Random Forest, Logistic Regression, and kNN — Random Forest won. Shipped V2 with GCP Natural Language API integration, which lifted accuracy further by leveraging Google's pre-trained contextual models on ambiguous language. Awarded Best Project (1st Place) by Department of ISE, NIE and CSI-Mysore chapter.
Pythonscikit-learnGoogle Cloud NLPFlask