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 years hardening consensus on a live sharded blockchain in Rust — now applying those instincts to multi-agent LLM threat models.


▸ Currently

🔐 Research Consensus security in multi-agent LLM systems — BFT quorum design, adversarial hardening, prompt injection resistance for autonomous agents in high-stakes CyberSec environments · targeting ACSAC 2026
🦀 Engineering Distributed Systems Engineer @ Liberdus — Rust, TypeScript, Node.js on a live sharded blockchain
🎓 Academia M.S. Computer Science (AI) @ Georgia Tech, School of Cybersecurity and Privacy

▸ Stack

Languages     Rust · TypeScript · Python · Go · Solidity · Kotlin
Runtime       Node.js · gRPC · Protocol Buffers · WebSocket
Infra         Docker · Kubernetes · PostgreSQL · RocksDB
Blockchain    EVM · Web3.js · Shardus · Farcaster
ML / Data     PyTorch · scikit-learn · XGBoost · Pandas
Security      Static Analysis · PCAP · Wireshark · Bug Bounty

▸ Research

Consensus Security in Multi-Agent LLM Systems
Securing multi-agentic AI systems in Cybersecurity Operations Centre (SOC) workflows to defend against adversarial attacks. Covers BFT quorum design, insider-agent threat models, prompt injection resistance, and verifier-based trust models. Spans SIEM, SOAR, Case Management, Agent EDR, Auditing and Shadowing.
ACSAC 2026 · arXiv preprint planned · Georgia Tech · Prof. Vijay Madisetti

AI-based Market Intelligence for Farmer Collectives
Collaborative research with IIT Delhi, BITS Pilani, CCD, and Gram Vaani. Production Android app with integrated ML forecasting deployed for rural agricultural markets. Field-validated with real market data. Presented at ACM COMPASS '23.
Published · ACM JCSS · Funded by Google AI for Social Good

Security on Low-Cost Android Devices
Static and dynamic analysis, PCAP-based network traffic analysis via Wireshark, malware and bloatware identification across device tiers.
HCI & Security Lab · BITS Pilani


▸ 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
Shardeum Mainnet Critical vulnerability discovery (bug bounty); consensus layer hardening; networking latency and cryptographic performance improvements Rust · TypeScript · Node.js

▸ Notable Wins

From production work on a live sharded EVM blockchain.

  • 34% networking latency reduction — 82ms → 54ms, further cut 29% with Rust libsodium
  • 14× ecrecover address verification speedup — 10ms → 700µs
  • 60% RPC throughput increase via WebSocket-based data distribution
  • 10,000+ req/sec sustained on node monitoring system
  • Critical vulnerabilities found and reported in Shardeum & Shardus bug bounty programs

▸ Publications & Grants

  • ACM Journal on Computing and Sustainable Societies (JCSS) — AI-based Market Intelligence Systems for Farmer Collectives
  • Funded by Google AI for Social Good
  • Invited to present at ACM COMPASS '23
  • IEEE track publications in progress (Georgia Tech affiliation)

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 706

  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