Skip to content
View ara-5's full-sized avatar

Block or report ara-5

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
ara-5/README.md
Athira Anil Kumar — GenAI Security Testing Developer · Agentic AI · LLM Security · UAE
Typing SVG

Portfolio LinkedIn Email


What I build

I work at the intersection of capable AI and secure AI — production-grade agentic/RAG systems, and the red-teaming frameworks that stress-test them. Currently a GenAI Security Testing Developer at Cosmic Info Solution, evaluating LLM systems against prompt injection, jailbreaks, and system-prompt extraction.

  • 🧩 fullstack-crm — Production CRM with deal pipeline, REST API, and an AI agent that requires explicit approval before writing data. Live demo →
  • 📊 trading-erp — Full-stack ERP unifying sales, purchasing, inventory, and double-entry accounting, with a Claude-powered copilot.
  • 🤝 multi-agent-system — Cooperative/competitive/communicative multi-agent RL (PPO), validated across seeds. Live demo →
  • 🛡️ AI-Security-Gateway — Middleware that detects prompt injection, jailbreaks, PII, and malicious tool calls in real time. 100% recall / 0% FPR on eval, cuts LLM compromise rate 90.8% → 19.7%. Live demo →
  • 🔍 Enterprise-Agentic-RAG-Platform — LangGraph agentic loop, hybrid BM25+FAISS retrieval, Corrective RAG with web fallback. RAGAs Faithfulness 0.91 / Relevancy 0.88, gated in CI/CD.
  • 🕵️ Capstone-Agent (CodeSentinel) — Five-agent system that debates, reaches consensus, and patches security vulnerabilities in code, with auto-generated reports.
  • 📡 TrustMesh — Agentic SIM-swap fraud detection using telecom CAMARA network APIs.
  • 🧠 mind-mri-agent-second-brain — Zero-dependency, offline-first Graph-RAG memory core for autonomous agents; cuts LLM context input 95–99% vs. flat-RAG.

Research

"Detecting Human-Written and AI-Generated Phishing Emails Using DistilBERT and Explainable AI" — IEEE, 2025. Tri-class classifier (~98% accuracy) with SHAP/LIME explainability. Read it →

Stack

Skills

LangGraph LangChain FAISS BM25 RAGAs Claude API Transformers DistilBERT PPO Stable-Baselines3 PettingZoo


Open to AI Engineer / GenAI Engineer / AI Security roles — UAE, hybrid, or remote.

Pinned Loading

  1. mind-mri-agent-second-brain mind-mri-agent-second-brain Public

    A zero-dependency, offline-first Graph-RAG memory core and REST API server for autonomous AI agents. Features vector-like TF-IDF semantic search, exponential time-decay relevance scoring, and an in…

    JavaScript

  2. Enterprise-Agentic-RAG-Platform Enterprise-Agentic-RAG-Platform Public

    Agentic RAG system with LangGraph, hybrid BM25+FAISS retrieval, cross-encoder reranking, Corrective RAG, FastAPI, RAGAs evaluation, and Docker deployment

    Python 7 1

  3. Automated-threat-intel-feed Automated-threat-intel-feed Public

    Fully automated AI-powered cybersecurity threat intelligence feed using Python and GitHub Actions

    Python 1

  4. ai-operations-assistant ai-operations-assistant Public

    A multi-agent AI system powered by Claude Sonnet. Routes business questions through Manager → Research → Analysis → Report agents via LangGraph and FastAPI.

    Python

  5. Capstone-Agent Capstone-Agent Public

    CodeSentinel — multi-agent AI system for automated code security review, patch generation, and reporting (Google ADK + Gemini)

    Python

  6. Production-LLMOps-Platform Production-LLMOps-Platform Public

    Self-hosted LLM observability & evaluation platform for Claude apps — tracing, cost/latency/token metrics, LLM-as-judge scoring (hallucination/faithfulness/relevance), retrieval-quality metrics, pr…

    Python