Skip to content
View abdulazeem-tk4vr's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Liberdus @effort-exchange

Block or report abdulazeem-tk4vr

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 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
abdulazeem-tk4vr/README.md

Hey, I'm Abdul Azeem πŸ‘‹

Senior Software Engineer Β· AI Security Researcher Β· Georgia Tech M.S. CS (AI)

I build high-performance distributed systems and research what breaks when autonomous agents start making security decisions together. Spent the last few years hardening consensus on a live sharded blockchain in Rust β€” now applying those instincts to multi-agent LLM threat models.

  • πŸ” Researching consensus security in multi-agent LLM systems for CyberSec environments
  • πŸ¦€ Senior Software Engineer @ Shardeum β€” Rust, TypeScript, Node.js at scale
  • πŸŽ“ M.S. Computer Science (AI) @ Georgia Tech | B.E. ECE @ BITS Pilani
  • πŸ› Found and reported critical vulnerabilities in Shardeum & Shardus bug bounty programs
  • πŸ“œ Published in ACM JCSS via Google AI for Social Good grant
  • ⚑ Fun fact: I've made consensus algorithms both faster and harder to lie to

Tech Stack

Category Technologies
πŸ¦€ Production
πŸ“± Research & Mobile
πŸ€– ML / Data
πŸ“¦ Infra & Tooling
πŸ”— Blockchain
πŸ”’ Security

Performance Wins

Numbers from production work on a live sharded EVM blockchain node.

What Result
Networking latency (82ms β†’ 54ms) 34% reduction
Cryptographic lib β†’ Rust libsodium 29% further cut
ecrecover address verification (10ms β†’ 700Β΅s) 14Γ— speedup
WebSocket-based RPC data distribution 60% throughput increase
Node monitoring system 10,000+ req/sec sustained

Research

πŸ” Consensus Security in Multi-Agent LLM Systems

BFT quorum design, adversarial hardening, and prompt injection resistance for autonomous agents operating in high-stakes CyberSec environments.

🌾 AI-based Market Intelligence for Farmer Collectives

Production Android app with integrated ML forecasting deployed for rural agricultural markets. Field-validated with real market data.

πŸ“± Security on Low-Cost Android Devices

Static and dynamic analysis, PCAP-based network traffic analysis via Wireshark, malware and bloatware identification across device tiers.

Check out all my repos β€” distributed systems experiments, blockchain tooling, security research, and Android projects.


Open Source

Project Contribution Stack
Farcaster / Snapchain Timestamp & block-based event filtering APIs; data serialisation optimisations Rust Β· RocksDB Β· gRPC
Cosmos EVM Height-keyed caching (block, block-results, fee-params) eliminating redundant RPC calls Go Β· JSON-RPC

Let's Connect

Email LinkedIn GitHub


If you're working on agentic systems security or distributed consensus β€” let's talk.

Pinned Loading

  1. shardeum/shardeum shardeum/shardeum Public

    Shardeum is an EVM based autoscaling blockchain

    TypeScript 31.4k 705

  2. LIVEMart LIVEMart Public

    Grocery Shop ecommerce Mobile App with Firebase Realtime Database built in Java using Android Studio.

    Java 32 12

  3. Liberdus/tss-signer Liberdus/tss-signer Public

    A Threshold Signature Scheme (TSS) implementation for the Liberdus cross-chain bridge. Uses multi-party ECDSA protocol to enable distributed, trustless signing β€” no single party can sign unilateral…

    TypeScript

  4. farmers_collective farmers_collective Public

    AI-based Market Intelligence System for farmers, enhancing data collection and crop price monitoring.

    Kotlin 2

  5. reverse-proxy reverse-proxy Public

    a load-aware reverse proxy that intelligently routes traffic to backend Cosmos/evm nodes

    Rust

  6. multi-agentic-bft multi-agentic-bft Public

    Multi Agentic AI BFT System based on Aegean Protocol

    Python