Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View LuthandoCandlovu's full-sized avatar

Block or report LuthandoCandlovu

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



Boot Sequence
  Module Status Signal
🛡️ AI Security Engine ████████████ 100%
🤖 Deep Learning Stack ████████████ 100%
🎯 Zero-Day Detector ███████████░ 98%
⚛️ Quantum Crypto Module ████████████ 100%
🔗 Blockchain Auditor ████████░░░░ 55%
🌌 Astronomy Core ████████████ 100%
🔍 Threat Scanner ████████████ CLEAR



> whoami


cyber



Luthando Candlovu







Name Roles Stats line



╔══════════════════════════════════════════════╗
║          SYSTEM IDENTIFICATION               ║
╠══════════════════════════════════════════════╣
║  name       : Luthando Candlovu              ║
║  alias      : LuthandoCandlovu               ║
║  role       : AI Security Engineer           ║
║               & Deep Learning Researcher     ║
║  location   : Eastern Cape, ZA  🇿🇦          ║
║  degree     : BSc Computer Science           ║
║  university : University of Fort Hare        ║
║  experience : 3+ Years in Production         ║
║  shipped    : 15+ Apps                       ║
║  certs      : 10 Professional                ║
╠══════════════════════════════════════════════╣
║  ✅ Full-time   ✅ Freelance                  ║
║  ✅ Research    ✅ Consulting                 ║
║  ✅ Remote Worldwide                          ║
╚══════════════════════════════════════════════╝

🌌 "I sit at the exact intersection of two infinite frontiers —

cyberspace and outer space. I defend one. I explore the other.

Both are boundless. Both demand precision. Both demand courage."

— Luthando Candlovu, Eastern Cape 🇿🇦



> quick.stats



⚡ Metric 🔢 Value 🌟 Context
🎯 Threat Detection Accuracy 98.2% Live network traffic classification
⏱️ Real-Time Inference Speed < 50ms End-to-end zero-day detection
🚀 Production Apps Shipped 15+ Web · Mobile · AI · Security
🏆 Hackathon Awards 1st Place Vula Motor Emergency Platform
📜 Professional Certifications 10 AI · Cisco · Linux · Astronomy + more
📚 Research Papers 3 IEEE · ACM · Springer
🌍 Reach Worldwide Remote · Open to relocation
☕ Fuel Infinite Coffee + Code + Curiosity



> timeline.story

From Eastern Cape to Global Impact — The Journey




Where the journey began
arrow

Academic Excellence Awards
arrow

Vula Motor · 1st Place



> now.building


🛡️ APT Detection v2

Advanced Persistent Threat behavioural engine with autonomous countermeasures

████████░░ 80%

⚛️ Quantum Cryptography

Post-quantum resistant protocols for tomorrow's threat landscape. Research phase ongoing.

███░░░░░░░ 35%

🔗 Blockchain Auditor AI

Smart contract vulnerability scanner — LLM reasoning

  • static analysis fusion.

█████░░░░░ 55%



> system.architecture

AI Security Core — Full Stack Design


🌐 Layer 1 — Threat Ingestion Surface

╔══════════════════════════════════════════════════════════════════════════╗
║                     🌐  THREAT INGESTION SURFACE                        ║
╠═══════════════╦════════════════╦═══════════════════╦═════════════════════╣
║  🔴 NETWORK   ║  📦  PACKETS   ║   🔗  URL / DNS   ║   📋  SYSTEM LOGS  ║
║   TRAFFIC     ║   CAPTURE      ║    REQUESTS       ║   & AUDIT TRAILS   ║
║               ║                ║                   ║                    ║
║  Live pcap    ║  Deep packet   ║  Phishing &       ║  OS · App ·        ║
║  ingestion    ║  inspection    ║  malicious URL    ║  Security logs     ║
║  at scale     ║  & parsing     ║  classification   ║  correlation       ║
╚═══════════════╩════════════════╩═══════════════════╩═════════════════════╝

🤖 Layer 2 — AI Security Core

graph TB
    subgraph INGEST["🌐 THREAT SURFACE — Layer 1"]
        direction LR
        A["🔴 Network Traffic"]
        B["📦 Code Repos"]
        C["🔗 URL Requests"]
        D["📋 System Logs"]
    end

    subgraph CORE["🤖 AI SECURITY CORE — Layer 2"]
        direction TB
        E["🧠 Deep Learning Engine<br/>━━━━━━━━━━━━━━━━━━<br/>LSTM · CNN · Transformers<br/>Temporal pattern recognition"]
        F["🔍 Anomaly Detection<br/>━━━━━━━━━━━━━━━━━━<br/>Isolation Forest · AutoEncoder<br/>Unsupervised outlier ID"]
        G["📊 Feature Engineering<br/>━━━━━━━━━━━━━━━━━━<br/>NLP · Graph Analysis<br/>Dimensionality reduction"]
        E <-->|"mutual feedback"| F
        F <-->|"feature vectors"| G
        G -->|"enriched embeddings"| E
    end

    subgraph MODELS["⚡ DEPLOYED MODELS — Layer 3"]
        direction LR
        H["🛡️ Zero-Day<br/>Detector<br/>98.2% Acc<br/>< 50ms"]
        I["🎣 Phishing<br/>Classifier<br/>URL · Email<br/>Real-time"]
        J["📈 APT<br/>Detector<br/>Behavioural<br/>Active Dev"]
        K["🔐 Smart<br/>Contract<br/>Auditor<br/>Blockchain"]
    end

    subgraph RESPONSE["✅ AUTOMATED RESPONSE — Layer 4"]
        direction LR
        L["⚡ Real-Time Alerts"]
        M["📊 Threat Intel"]
        N["🔒 Auto Block"]
        O["🧾 Forensics"]
    end

    A & B & C & D --> CORE
    CORE --> H & I & J & K
    H & I & J & K --> L & M & N & O

    style CORE fill:#0d0030,stroke:#9900ff,stroke-width:2px,color:#e9d5ff
    style INGEST fill:#0a001a,stroke:#FFD700,stroke-width:1px,color:#fef9c3
    style MODELS fill:#0a001a,stroke:#cc00ff,stroke-width:1px,color:#fce7f3
    style RESPONSE fill:#0a001a,stroke:#00ff88,stroke-width:1px,color:#dcfce7
Loading

🔄 Layer 3 — Zero-Day Detection Pipeline

flowchart LR
    RAW["📥 Raw Data<br/>Ingestion"]:::input
    CLEAN["🧹 Normalise<br/>& Clean"]:::process
    FEAT["⚙️ Feature<br/>Extraction"]:::process
    WINDOW["📐 Time-Window<br/>Slicing"]:::process
    TRAIN["🧠 Model<br/>Training"]:::model
    EVAL["📊 Evaluation<br/>& Tuning"]:::model
    INFER["⚡ Real-Time<br/>Inference"]:::output
    ALERT["🚨 Threat<br/>Alert + Block"]:::output

    RAW --> CLEAN --> FEAT --> WINDOW --> TRAIN --> EVAL
    EVAL -->|"re-train loop"| TRAIN
    EVAL --> INFER --> ALERT

    classDef input fill:#000000,stroke:#FFD700,color:#FFD700
    classDef process fill:#000000,stroke:#9900ff,color:#9900ff
    classDef model fill:#000000,stroke:#cc00ff,color:#cc00ff
    classDef output fill:#000000,stroke:#00ff88,color:#00ff88
Loading

🛡️ Layer 4 — Deep Threat Classification

flowchart TD
    TRAFFIC["🌐 Live Network Traffic — TCP / UDP / ICMP"]:::node
    TRAFFIC --> CAP["📦 Packet Capture — Scapy · Wireshark"]:::node
    CAP --> EXTRACT["🔧 Feature Extraction\n• Packet size distribution\n• Flow duration & timing\n• Protocol anomalies\n• Behavioural signatures"]:::process

    EXTRACT --> LSTM["🧠 LSTM Classifier\n128 → 64 units · Bidirectional · Dropout 0.2"]:::model
    EXTRACT --> ISO["🔍 Isolation Forest\nContamination 0.01 · Estimators 200"]:::model
    EXTRACT --> AUTO["📐 AutoEncoder\nEncoder-Decoder · Reconstruction error scoring"]:::model

    LSTM & ISO & AUTO --> ENSEMBLE["🗳️ Ensemble Voting\nWeighted majority + confidence scoring"]:::ensemble

    ENSEMBLE -->|"Score > 0.85"| THREAT["⚠️ THREAT DETECTED\nSeverity: CRITICAL / HIGH / MED\nMITRE ATT&CK Mapping"]:::alert
    ENSEMBLE -->|"Score < 0.15"| SAFE["✅ CLEAN TRAFFIC — Logged & archived"]:::safe

    THREAT --> BLOCK["🔒 Auto-Block"]:::action
    THREAT --> REPORT["📊 Threat Report"]:::action
    THREAT --> NOTIFY["📡 Alert Dispatch — SIEM · SOAR"]:::action

    classDef node fill:#000000,stroke:#9900ff,color:#e9d5ff
    classDef process fill:#000000,stroke:#9900ff,color:#9900ff
    classDef model fill:#0d0030,stroke:#cc00ff,color:#cc00ff,stroke-width:2px
    classDef ensemble fill:#000000,stroke:#FFD700,color:#FFD700,stroke-width:2px
    classDef alert fill:#1a0010,stroke:#cc00ff,color:#cc00ff
    classDef safe fill:#001a10,stroke:#00ff88,color:#00ff88
    classDef action fill:#000000,stroke:#60A5FA,color:#60A5FA
Loading


> projects.featured

Production-Grade Systems — Built, Deployed, Defended



🛡️ PROJECT_01 — Zero-Day AI Threat Detector

Repo accuracy latency status

Deep neural network detecting novel, unseen threats in live network traffic — before antivirus signatures exist.

  • 🔴 Real-time packet stream classification with bidirectional LSTM
  • 🔍 Isolation Forest for unsupervised zero-day anomaly detection
  • 📐 AutoEncoder reconstruction error scoring for unknown threats
  • 🗳️ Ensemble voting across 3 model heads with confidence scoring
  • 🗺️ MITRE ATT&CK mapping for automatic threat categorisation
  • 🔒 Auto firewall rule push on high-confidence detections
# THREAT DETECTED — Classification result
{
  "threat_type":  "zero_day_exploit",
  "severity":     "CRITICAL",
  "confidence":   0.982,
  "response_ms":  47,
  "mitre_tactic": "TA0001 — Initial Access",
  "action":       "AUTO_BLOCK + ALERT"
}
╔══════════════════════╗
║   THREAT DASHBOARD   ║
║  ──────────────────  ║
║  Blocked:  ██ 2,847  ║
║  Accuracy: ██ 98.2%  ║
║  Response: ██ <50ms  ║
║  Models:   ██ 3      ║
║  Status:  ◉ ACTIVE   ║
╚══════════════════════╝

💬 PROJECT_02 — CodeSage AI — LLM Code Security Reviewer

╔══════════════════════╗
║   CODESAGE SCANNER   ║
║  ──────────────────  ║
║  > AST parse...  ✅  ║
║  > CVE lookup... ✅  ║
║  > LLM reason... ✅  ║
║                      ║
║  ⚠ SQL Injection     ║
║  ⚠ XSS Vector        ║
║  ✅ Fix generated    ║
╚══════════════════════╝

Repo engine api status

AI-powered code review agent fusing static analysis with LLM deep reasoning to surface vulnerabilities with precise fix suggestions.

  • ⚡ Async FastAPI backend for high-throughput code submission
  • 🌲 Static analysis pipeline extracting AST-level patterns
  • 🤖 LLM reasoning for context-aware vulnerability explanation
  • 🗃️ CVE database lookup and OWASP Top 10 classification
  • 🔧 Auto-generated fix recommendations with inline diff output
  • 🌐 Supports Python · JavaScript · TypeScript · Java
Stack: Python · FastAPI · LLM API · AST · Docker
       PostgreSQL · REST API · GitHub Actions CI

🚗 PROJECT_03 — Vula Motor — Emergency Response Platform 🏆

Repo award platform sync

Cross-platform emergency response app with one-tap SOS, real-time GPS streaming to emergency services, and community responder dispatch.

  • 🆘 One-tap SOS with automatic GPS location capture
  • 🔥 Firebase Realtime DB for <100ms emergency dispatch
  • 📡 Live GPS streaming to emergency services feed
  • 🗺️ Optimal routing via Maps API with live ETA
  • 🔔 Push notifications to nearby community responders
  • 📶 Offline-first with intelligent sync on reconnect
Stack: React Native · TypeScript · Expo
       Firebase RTDB · Google Maps API
       Push Notifications · Offline Sync
╔══════════════════════╗
║   VULA MOTOR  🚑     ║
║  ──────────────────  ║
║                      ║
║      [🚨  SOS]       ║
║                      ║
║  📍 Location: LIVE   ║
║  🚑 ETA:  4 mins     ║
║  📡 Responders: 3    ║
║  ◉ DISPATCHING...    ║
╚══════════════════════╝

📈 PROJECT_04 — AI Stock Predictor — LSTM Neural Network

╔══════════════════════╗
║  LSTM ARCHITECTURE   ║
║  ──────────────────  ║
║  Input: 60-day win   ║
║  LSTM(128, seq=T)    ║
║         ↓            ║
║  LSTM(64, seq=F)     ║
║         ↓            ║
║  Dropout(0.2)        ║
║         ↓            ║
║  Dense(1) → Price 📈 ║
╚══════════════════════╝

Repo model data status

Multi-layer LSTM recurrent neural network trained on multi-year historical market data with a full end-to-end prediction pipeline.

# Full architecture
yfinance()
  → MinMaxScaler()      # Normalise [0, 1]WindowSlice(60)     # 60-day lookbackLSTM(128, seq=True) # Layer 1LSTM(64, seq=False) # Layer 2Dropout(0.2)        # RegularisationDense(1)            # Price outputinverse_transform() # RescaleVisualise()         # Plotly chart

zero-day-detection   codesage-ai

Vula-Motor_App   Stock-Predictor



> tech.stack

Every Tool in the Arsenal



🤖 AI · MACHINE LEARNING · DATA SCIENCE

Python TensorFlow PyTorch Keras scikit-learn OpenCV NumPy Pandas

🔐 CYBERSECURITY · RESEARCH · TOOLS

Kali Linux Wireshark Metasploit Burp Suite Linux MITRE

📱 MOBILE · FRONTEND · UI

React Native TypeScript Next.js JavaScript Tailwind Expo HTML5 CSS3

⚙️ BACKEND · DATABASES · APIs

Node.js FastAPI Flask Java Firebase MongoDB PostgreSQL SQLite

🚀 DEVOPS · TOOLING · CLOUD

Docker Git GitHub GitHub Actions Postman VS Code



> github.analytics

Code Activity · Stats · Contribution Graph



 









Stars    Followers



> skills.matrix

Technical Proficiency Map


🤖 AI / Machine Learning

TensorFlow / Keras    ████████████████████ 95%
scikit-learn          ████████████████████ 92%
NumPy / Pandas        ████████████████████ 90%
PyTorch               ████████████████░░░░ 88%
OpenCV / CV2          ███████████████░░░░░ 82%
NLP / Transformers    ██████████████░░░░░░ 78%

🔐 Security & Research

Zero-Day Detection    ████████████████████ 98%
Threat Intelligence   ████████████████░░░░ 88%
Kali / Pentesting     █████████████░░░░░░░ 85%
Malware Analysis      ███████████████░░░░░ 80%
Blockchain Security   ██████████████░░░░░░ 72%
Quantum Crypto        ███████████░░░░░░░░░ 55%

📱 Mobile & Frontend

HTML5 / CSS3 / JS     ████████████████████ 92%
React Native / Expo   ████████████████████ 90%
Tailwind CSS          █████████████████░░░ 88%
TypeScript            ████████████████░░░░ 88%
Next.js / React       ████████████████░░░░ 85%
UI/UX Design          ████████████░░░░░░░░ 75%

⚙️ Backend & DevOps

Git / GitHub          ████████████████████ 95%
REST / API Design     █████████████████░░░ 88%
FastAPI / Flask       ████████████████░░░░ 88%
Firebase / MongoDB    ████████████████░░░░ 85%
Docker / Linux        ████████████████░░░░ 82%
Node.js               ████████████████░░░░ 80%

mindmap
  root((🌌 LUTHANDO))
    🤖 AI & Deep Learning
      TensorFlow · Keras · PyTorch
      LSTM · CNN · Transformers
      NLP · Computer Vision
      scikit-learn · AutoML
    🔐 Cybersecurity
      Zero-Day Detection 98.2%
      Threat Intelligence
      Kali Linux · Pentesting
      Malware Analysis
      Blockchain · Quantum
    🌌 Astronomy & Science
      Astrophysics Research
      Space Data Analysis
      Scientific Computing
      Telescope Operations
    📱 Mobile & Web
      React Native · Expo
      TypeScript · Next.js
      Tailwind · HTML5 · CSS3
      UI/UX Design Systems
    ⚙️ Backend & Data
      FastAPI · Flask · Node.js
      Firebase · MongoDB · PostgreSQL
      REST API Design
      Microservices
    🚀 DevOps & Tools
      Docker · Linux · Git
      GitHub Actions CI/CD
      VS Code · Postman
      Agile · Scrum
Loading


> research.roadmap

2025 – 2026 Research & Development Roadmap


gantt
    title 2025 – 2026 Research & Development Roadmap
    dateFormat  YYYY-MM
    axisFormat  %b '%y

    section 🛡️ AI Security
    APT Detection System           :active, apt,  2025-01, 2025-08
    Autonomous Response Engine     :        are,  2025-06, 2026-02
    Zero-Day Model v2.0            :        zdv2, 2025-10, 2026-04

    section 🔗 Blockchain
    Security Protocol Design       :active, blk,  2025-03, 2025-10
    Smart Contract Auditor AI      :        sca,  2025-09, 2026-03
    DeFi Security Framework        :        dsf,  2026-01, 2026-08

    section ⚛️ Quantum
    Quantum Crypto Research        :active, qcr,  2025-05, 2026-04
    Post-Quantum Implementation    :        pqi,  2026-01, 2026-09
    Quantum-Resistant Protocols    :        qrp,  2026-06, 2026-12
Loading

🔬 Research Track Status Progress ETA
🛡️ APT Detection System ████████░░ 80% Aug 2025
🤖 Autonomous Response Engine ████░░░░░░ 45% Feb 2026
🔗 Blockchain Security Protocol █████░░░░░ 55% Oct 2025
📜 Smart Contract Auditor AI █░░░░░░░░░ 10% Mar 2026
⚛️ Quantum Cryptography Research ███░░░░░░░ 35% Apr 2026
🔑 Post-Quantum Implementation ░░░░░░░░░░ 0% Sep 2026


> research.publications

Peer-Reviewed Academic Research


📄 Paper Title 🏛️ Venue 📅 Year 🏅 Award
AI-Driven Cyber Threat Intelligence:
A Deep Learning Framework
IEEE Security Symposium 2024 🥇 Best Paper
Neural Networks in Intrusion Detection:
Beyond Signature-Based Systems
ACM Computing Reviews 2023 📈 High Impact
Machine Learning for Malware Analysis:
Feature Engineering Approaches
Springer AI Journal 2023 🔬 Peer Reviewed


> certifications.verified

10 Professional Certifications — All Verified ✅



cert-typing

01

AI Governance
Securiti Education

View

02

Cisco Networking
Cisco Systems

View

03

Linux Professional
Linux Professional Inst.

View

04

Hackathon Winner 🏆
1st Place — Vula Motor

View

05

BSc Comp Science
University of Fort Hare

View

06

Professional Training
Training Institute

View

07

Academic Excellence I
University of Fort Hare

View

08

Academic Excellence II
University of Fort Hare

View

09  

IC Certificate
Industry Credential

View

10  

🌌 Astronomy Certification
Space & Astrophysics

View


✦ 10 Certifications spanning AI · Security · Networking · Linux · Astronomy · Academic Excellence ✦



> fun.facts

A Few Things That Make Me, Me


🌌 Space Fact 💡 How It Shapes My Code
🔭 The observable universe is 93 billion light-years wide I think in systems at cosmic scale — no problem is too big
⭐ Stars live for billions of years I write code meant to outlast the project brief
🌑 Black holes bend spacetime itself I bend architectural patterns to fit the problem, not the other way
🚀 Voyager 1 is 24 billion km from Earth, still transmitting My apps stay reliable long after launch — like Voyager
💫 More stars than grains of sand on Earth More attack vectors than CVEs — I prepare for both
🌍 Earth spins at 1,670 km/h at the equator I move fast. I never compromise on precision.


> contact.open

Let's Build Something Extraordinary — Together





🔹 Detail
📍 Eastern Cape, South Africa
🌍 Remote Worldwide ✅
📧 [email protected]
📱 +27 78 276 5932
🔹 Link
🔗 LinkedIn Profile
🌐 Portfolio Site
💻 GitHub Repos
💬 WhatsApp Me

Portfolio LinkedIn Email WhatsApp



GitHub contribution snake



Quote ticker


© 2026 Luthando Candlovu  ·  AI Security Researcher & Engineer  ·  Eastern Cape, South Africa 🇿🇦

Pinned Loading

  1. ai-cyber-threat-detector ai-cyber-threat-detector Public

    AI-powered real-time cybersecurity threat detection system with machine

    Python 19

  2. ikhaya-app ikhaya-app Public

    A modern community-driven app built with React Native (Ikhaya means 'home' in isiXhosa)

    TypeScript 19

  3. phishing-detector phishing-detector Public

    A simple phishing URL detector with persistent history

    Python 18

  4. BloomMobile BloomMobile Public

    A mobile App that have a chatbot

    TypeScript 17