Skip to content
View ssrajadh's full-sized avatar

Highlights

  • Pro

Block or report ssrajadh

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ssrajadh/README.md

Hey, I'm Soham πŸ‘‹

MS Computer Science @ UC Santa Cruz, building at the intersection of AI agents, enterprise infrastructure, and developer tooling. Previously interned twice at HPE/Juniper Networks, where I built AI agent systems and CI/CD automation for production engineering teams.


Currently Building

OpenClaw Gateway β€” Enterprise security proxy for AI agents

AI agents have unrestricted access to tools, file systems, and APIs with zero governance, which is why enterprises won't touch them. OpenClaw Gateway is an open-source MCP (Model Context Protocol) security proxy that sits between your LLM and its tools, enforcing enterprise-grade controls without changing a line of agent code.

  • Audit logging β€” every agent action captured to PostgreSQL with full context, parameters, and results
  • Multi-layer guardrails β€” regex pattern matching for known-dangerous commands (rm -rf, fork bombs, disk wipes) + LLM-based semantic analysis for novel threats
  • Human-in-the-loop approval β€” high-risk actions paused and routed to a human reviewer via Slack, email, or webhook before execution
  • Built with: Python FastAPI PostgreSQL LangGraph Docker

OpenGrove β€” Local-first AI conversation manager

A privacy-focused alternative to cloud AI chat interfaces. Bring your own API keys, keep your data local, and get features that hosted tools don't offer.

  • Multi-provider support: OpenAI, Anthropic, Google, Ollama β€” switch mid-conversation
  • Conversation branching with a subchat system for non-linear exploration
  • Multi-agent discussion mode: query models in parallel, orchestrate cross-model debates
  • RAG-powered semantic search across your full conversation history
  • PII redaction pipeline using local models to sanitize prompts before any cloud API call
  • Built with: Python SQLite React FastAPI

Popular repositories Loading

  1. opengrove opengrove Public

    TypeScript 2

  2. openCLT openCLT Public

    Forked from etredal/openCLT

    Python

  3. Diffusion-Face-Attack Diffusion-Face-Attack Public

    Python 1

  4. dynamic-branch-prediction dynamic-branch-prediction Public

    Python

  5. Fault-Tolerant-Tesla-Telemetry-System Fault-Tolerant-Tesla-Telemetry-System Public

    Python

  6. GitHub-Triage-Agent GitHub-Triage-Agent Public

    Python